Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upUnable to tangle using org-tangle; no errors #1
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
xieyuheng
Oct 3, 2018
Member
Currently only global tangle property-line is supported.
(because I only use global tangle property-line >_<)
This means only the following simple use case is covered :
#+property: tangle specified_file.nim
#+begin_src nim
echo "this will be tangled to specified_file.nim"
#+end_src
|
Currently only global tangle property-line is supported. This means only the following simple use case is covered :
|
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
xieyuheng
Oct 3, 2018
Member
I add some notes in the readme :: https://github.com/parsing-tech/org-rs/tree/master/org-tangle#note-about-restriction
Maybe when I need to use
code block level tangle property-line
and headline level tangle property-line,
I will handle them in this program.
|
I add some notes in the readme :: https://github.com/parsing-tech/org-rs/tree/master/org-tangle#note-about-restriction Maybe when I need to use |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
kaushalmodi
Oct 3, 2018
Hehe, I on the other hand need to add support (ntangle) for global property and subtree level property headers :P
kaushalmodi
commented
Oct 3, 2018
|
Hehe, I on the other hand need to add support (ntangle) for global property and subtree level property headers :P |
kaushalmodi commentedOct 3, 2018
•
edited
Hello,
I was able to install
org-tangleusing the nightly build of Rust.I quickly tried it out on one of the test files for my Nim implementation ntangle, but nothing got tangled out of it.
Expected tangled files (test dir):
What am I missing?
Test file