emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Two modifications for source blocks processing (will be in 7.9.2)


From: Bastien
Subject: [O] Two modifications for source blocks processing (will be in 7.9.2)
Date: Wed, 26 Sep 2012 09:44:00 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux)

Dear all,

this is to advertize two small modifications wrt source blocks
processing.

1) Please use ":results drawer" instead of ":results wrap" to insert
   results like this:

   #+BEGIN_SRC emacs-lisp :results drawer
   (message "a")
   #+END_SRC
   
   #+RESULTS:
   :RESULTS:
   a
   :END:

2) Support for ":results org" has been removed.  You can either
   insert the results with ":results raw" or "results drawer" if
   you need to tell the exporter to include/exclude the results
   (by including/excluding the :RESULTS: drawer from export.)

Those two changes above will be in 7.9.2.

Thanks,

-- 
 Bastien




reply via email to

[Prev in Thread] Current Thread [Next in Thread]