emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-babel-detangle not working
@ 2014-11-01 18:44 Jaakko Järvi
  2014-11-03  1:23 ` Grant Rettke
  0 siblings, 1 reply; 6+ messages in thread
From: Jaakko Järvi @ 2014-11-01 18:44 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-11-05 16:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-01 18:44 org-babel-detangle not working Jaakko Järvi
2014-11-03  1:23 ` Grant Rettke
2014-11-03  1:43   ` Jaakko Järvi
2014-11-05  1:11     ` Grant Rettke
2014-11-05  2:26       ` Jaakko Järvi
2014-11-05 16:29         ` Grant Rettke

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).