emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] org-babel-detangle not working


From: Jaakko Järvi
Subject: [O] org-babel-detangle not working
Date: Sat, 1 Nov 2014 13:44:11 -0500

There seems to be something wrong with detangling.
Would it be working, it would be a really wonderful feature.

Detangling moves back to the org buffer and opens a source block editing buffer,
but does not change to block in the org buffer.

Is detangling working for some? I see this same issue 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
  function foo() {}
#+END_SRC
------------------------------------------------------- 

- test.js ---------------------------------------------
// [[file:~/test/test.org::*Heading][Heading:1]]
function foo() {}
// Heading:1 ends here
-------------------------------------------------------


reply via email to

[Prev in Thread] Current Thread [Next in Thread]