Ok, I have a work-around which involves handling an error in
ob-tangle.el. The bug is in the org-babel-tangle-jump-to-org function
where 'forward-char' is spitting out an unhandled error as it tries to
move beyond the end of the buffer.
Here's the diff for my simple (half) fix:
1 file changed, 4
Hi, I think detangle is a must for collaborative work.
I think I have read the instructions correctly, yet I can't seem to
get it to work. Here is a minimal test:
Org file named test.org:
#+PROPERTY: comments link
* Some source
#+begin_src clojure :tangle yes
(defn hello [] (println "hello"))
#