all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Babel: RESULTS for no value
@ 2015-03-07 11:40 Jarmo Hurri
  2015-03-07 14:26 ` Aaron Ecay
  0 siblings, 1 reply; 5+ messages in thread
From: Jarmo Hurri @ 2015-03-07 11:40 UTC (permalink / raw)
  To: emacs-orgmode


Greetings.

Would it be feasible to change Babel so that it would *not* output
#+RESULTS: into the org buffer in case there is absolutely no value for
a block?  Consider the following example, which draws an Asymptote
picture in an external viewer.

# ------------------------------------------------------------------
#+BEGIN_SRC asymptote 
size (5cm);
filldraw (unitcircle, red);
#+END_SRC

#+RESULTS:
# ------------------------------------------------------------------

The #+RESULTS: line is produced even though there is no output from the
block.

Making this change would make my life a bit simpler in finalising
Processing support for Babel.

Jarmo

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

end of thread, other threads:[~2015-03-09 10:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-07 11:40 Babel: RESULTS for no value Jarmo Hurri
2015-03-07 14:26 ` Aaron Ecay
2015-03-07 17:36   ` Jarmo Hurri
2015-03-07 21:53     ` Charles C. Berry
2015-03-09 10:43       ` Jarmo Hurri

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.