[O] org-babel-detangle not working

2014-11-01 Thread Jaakko Järvi
described around 2013: http://thread.gmane.org/gmane.emacs.orgmode/75290/focus=75299 Below, a minimal test.org file and its tangled output. Thanks, Jaakko Järvi - test.org * Heading #+BEGIN_SRC js :comments noweb :tangle yes :padline no

Re: [O] org-babel-detangle not working

2014-11-02 Thread Jaakko Järvi
uot;) > │ (:noweb . \"no-export\") > │ (:exports . \"both\") > │ (:results . \"output replace\") > │ (:comments . \"no\") > │ (:session . \"none\") > │ (:cache . \"no\") > │ (:hlines . \&quo

Re: [O] org-babel-detangle not working

2014-11-04 Thread Jaakko Järvi
Nov 4, 2014, at 7:11 PM, Grant Rettke wrote: > Need any help creating a minimum example? > > On Sun, Nov 2, 2014 at 7:43 PM, Jaakko Järvi wrote: >> Hi Grant, >> >> This is exactly the behavior I get too. >> Thank you for documenting it precisely. >> >

[O] Bug: org-babel-detangle broken [8.2.10 (release_8.2.10 @ /usr/local/Cellar/emacs/24.4/share/emacs/24.4/lisp/org/)]

2014-11-05 Thread Jaakko Järvi
The org-babel-detangle function is not working. Below is a description of how the issue manifests. (Thanks to Grant Rettke for crafting the detailed description). 1 Attempt = 1.1 Source input: ex1.org ─ ┌ │ * Heading │ │ #+BEGIN_SRC js :comments noweb :tan

Re: [O] Including HTML text verbatim in html export

2014-11-06 Thread Jaakko Järvi
One way I’ve done such a thing is this: #+BEGIN_SRC sh :exports results :results raw echo "#+BEGIN_HTML" cat file.html echo "#+END_HTML" #+END_SRC I, too, would be interested to know if there is a simpler way. Best, Jaakko Järvi > On Nov 6, 2014, at 6:44 AM,