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