emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* BUG? table output despite "#+begin_src sh :results verbatim"
@ 2013-01-25 18:54 Cook, Malcolm
  2013-01-25 19:43 ` Thomas S. Dye
  0 siblings, 1 reply; 9+ messages in thread
From: Cook, Malcolm @ 2013-01-25 18:54 UTC (permalink / raw)
  To: 'emacs-orgmode@gnu.org'

Hi,

In org 7.9.3d, under Gnu emacs 24.2.1 / linux:

I find that org-mode is tablizing shell output despite require 'verbatim' results.

#+begin_src sh :results  verbatim
  echo 1
  echo 2
  echo 3
#+end_src

#+results:
| 1 |
| 2 |
| 3 |


The same happens if I used 'scalar' in place of verbatim.

I see that :results processing is somewhat happening, as evidenced by using ":results org" , as below.

#+begin_src sh :results   org
  echo 1
  echo 2
  echo 3
#+end_src

#+results:
#+BEGIN_SRC org
| 1 |
| 2 |
| 3 |
#+END_SRC

Any tips/workarounds/upgrades needed?

Malcolm Cook
Computational Biology - Stowers Institute for Medical Research

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

end of thread, other threads:[~2013-01-28 18:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-25 18:54 BUG? table output despite "#+begin_src sh :results verbatim" Cook, Malcolm
2013-01-25 19:43 ` Thomas S. Dye
2013-01-25 19:44   ` Cook, Malcolm
2013-01-25 20:31     ` Thomas S. Dye
2013-01-25 21:08       ` Cook, Malcolm
2013-01-26 19:36         ` Eric Schulte
2013-01-26 21:48           ` Achim Gratz
2013-01-28 18:23           ` Cook, Malcolm
2013-01-25 22:12   ` Sebastien Vauban

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