OrgTangle / org-babel-tangle.py

The same, much faster.
23 stars 5 forks source link

Understand ": tangle yes" #4

Open alienbogart opened 5 years ago

alienbogart commented 5 years ago

I understand I could use #+BEGIN_SRC emacs-lisp :tangle filename, but if OrgTangle could parse the :tangle yes attribute my setup would be simpler. If this is not possible, an alternative would be to be able to get this information as a property of the file, like this:

#+PROPERTY: header-args:emacs-lisp :tangle filename

thblt commented 5 years ago

I really won't have time to do this anytime soon, but it should be really easy if you know some basic Python. If you're interested in implementing it, here's a quick starting point:

Otherwise I'll implement when I'll find the time.