Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

emacsWithPackagesFromUsePackage: Don't avoid tangling use-package declarations in emacs-lisp blocks that use noweb-ref #354

Open
ParetoOptimalDev opened this issue Aug 28, 2023 · 1 comment

Comments

@ParetoOptimalDev
Copy link

This is low priority imo, not blocking me, and something I may or may not need in the future. Mostly this is for tracking purposes, feel free to close unless someone else cares.

I had to do:

-#+begin_src emacs-lisp :noweb-ref use-package-statements
+#+begin_src emacs-lisp

This is fine for now given I'm only using emacsWithPackagesFromUsePackage. In the future I'll probably make a version that works with and without nix though.

@talyz
Copy link
Contributor

talyz commented Sep 4, 2023

Hm, this sounds strange. I'll have to look into it further and test. The expected behavior is that you need to have :tangle yes in the argument list for the block to be tangled, so what's weird here is that the block gets tangled if you omit arguments. We don't currently parse the noweb-family of arguments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants