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
of the
buffer.
On Mon, Aug 5, 2013 at 1:36 PM, Paul Dumais 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:
> #+PROPE
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"))
#