Re: [O] question about :results scalar

2011-06-21 Thread Robert McIntyre
Excellent --- I'm glad that the interaction with emacs-lisp is straightened out! I've been continuing working with source blocks and the same problem seems to be present with clojure interaction. #+begin_src clojure :exports both :results scalar (ns whatever) (defn works? [] true) #+end_src

Re: [O] question about :results scalar

2011-06-21 Thread Eric Schulte
Hi Robert, I've added verbatim to the Emacs-lisp support. The attached patch should fix the Clojure behavior as well, however since I no longer have a working clojure install on my system, would you mind confirming it's behavior before I push it to the git repository? Thanks -- Eric From

[O] question about :results scalar

2011-06-19 Thread Robert McIntyre
hi --- I'm working through the org manual and have run into a strange problem with :results scalar M-x org-version gives Org-mode version 7.5 (release_7.5.288.gcec8.dirty). I've made a code block using #+begin_src emacs-lisp :results scalar, with the source just being '(1 2 3), but I get back an

Re: [O] question about :results scalar

2011-06-19 Thread Eric Schulte
Hi Rob, Thanks for pointing this out. The emacs-lisp interaction is so simple we apparently never implemented checks which are routine in other languages. I just pushed up a fix to the git repository so the :results scalar header argument combination should now be respected for emacs-lisp.