[O] Error when using :show-process header argument in clojure

2017-12-21 Thread Paul Dumais
Hi I was trying to use the new :show-process header argument for clojure in Org mode version 9.1.4 (9.1.4-13-g84cb63-elpaplus @ (org-plus-contrib-20171218/) I get the following error: org-babel-insert-result: Wrong type argument: markerp, nil

[O] Detangle - How to get it to work

2013-08-05 Thread Paul Dumais
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))

Re: [O] Detangle - How to get it to work

2013-08-05 Thread Paul Dumais
at 1:36 PM, Paul Dumais p...@unstate.ca wrote: 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