emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Two modifications for source blocks processing (will be in 7.9.2)
@ 2012-09-26  7:44 Bastien
  2012-09-26  8:17 ` Sebastien Vauban
  2012-09-27  5:34 ` Achim Gratz
  0 siblings, 2 replies; 13+ messages in thread
From: Bastien @ 2012-09-26  7:44 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2012-09-27 23:28 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-26  7:44 Two modifications for source blocks processing (will be in 7.9.2) Bastien
2012-09-26  8:17 ` Sebastien Vauban
2012-09-26  9:09   ` Bastien
     [not found]     ` <1348655499.WXHGMQZGWMUF@spammotel.com>
2012-09-26 11:06       ` Bastien
2012-09-26 11:57   ` Nicolas Goaziou
2012-09-26 16:28   ` Thomas S. Dye
2012-09-26 20:20     ` Sebastien Vauban
2012-09-26 20:47       ` Thomas S. Dye
2012-09-26 20:51       ` Eric Schulte
2012-09-26 21:54       ` Bastien
2012-09-27 23:28       ` Thomas S. Dye
2012-09-27  5:34 ` Achim Gratz
2012-09-27  8:07   ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).