emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Default silent results
@ 2017-03-13 15:30 Jarmo Hurri
  2017-03-13 15:39 ` Jérémie Juste
  0 siblings, 1 reply; 4+ messages in thread
From: Jarmo Hurri @ 2017-03-13 15:30 UTC (permalink / raw)
  To: emacs-orgmode


Greetings.

An old org-code of mine stopped working, and while trying to fix it I
bumped into the following. What am I missing here?

Jarmo

* test
  A simple code block.
  #+name: org-block
  #+BEGIN_SRC org
  | foo | bar |
  |-----+-----|
  |   1 |   2 |
  #+END_SRC

  A silent call produces no results as expected.
  #+call: org-block() :results silent

  This produces results as expected.
  #+call: org-block() :results replace

  #+RESULTS:
  | foo | bar |
  |-----+-----|
  |   1 |   2 |

  But this also behaves like silent, while the manual says that the
  default is "replace."
  #+call: org-block()

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

end of thread, other threads:[~2017-03-13 17:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-13 15:30 Default silent results Jarmo Hurri
2017-03-13 15:39 ` Jérémie Juste
2017-03-13 15:46   ` Jarmo Hurri
2017-03-13 17:29     ` Nick Dokos

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).