org-babel-tangle.py icon indicating copy to clipboard operation
org-babel-tangle.py copied to clipboard

The same, much faster.

Results 3 org-babel-tangle.py issues
Sort by recently updated
recently updated
newest added

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...

My init, with about 4000 lines, was taking 6 about seconds to tangle everytime. Now I can't even measure, it's like a fraction of a second. There are certainly improvements...

This first version is a butched draft. A complete version should support: - at the very least, noweb - if possible, default values for header arguments in document preamble. Quick...