We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tangling when point is outside the code blocks works fine. Also, tangling works fine if there is no <<noweb refs>> inside any code blocks.
<<noweb refs>>
This is definitely related to noweb-ref expansion, when a <<ref>> is present but we have :noweb no, tangling works fine.
<<ref>>
:noweb no
If you try to run org-babel-tangle when point is in either of the two code blocks, you will get an error message:
org-babel-tangle
unwind-protect: Marker does not point anywhere
:PROPERTIES: :header-args: :comments no :noweb yes :END: #+begin_src clojure :tangle ./test-pm-tangle.cljc (+ 1 1 1) <<noweb-ref>> #+end_src #+begin_src clojure :noweb-ref noweb-ref (+ 1 1 1) #+end_src
After the tangling comes Armageddon:
polymode
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tangling when point is outside the code blocks works fine. Also, tangling works fine if there is no
<<noweb refs>>
inside any code blocks.This is definitely related to noweb-ref expansion, when a
<<ref>>
is present but we have:noweb no
, tangling works fine.If you try to run
org-babel-tangle
when point is in either of the two code blocks, you will get an error message:After the tangling comes Armageddon:
polymode
gets disabledThe text was updated successfully, but these errors were encountered: