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
uot;)
> │ (:noweb . \"no-export\")
> │ (:exports . \"both\")
> │ (:results . \"output replace\")
> │ (:comments . \"no\")
> │ (:session . \"none\")
> │ (:cache . \"no\")
> │ (:hlines . \&quo
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.
>>
>
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
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,