all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Creating hline in table from source block?
@ 2013-11-25 10:52 Loris Bennett
  2013-11-25 20:13 ` Achim Gratz
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Loris Bennett @ 2013-11-25 10:52 UTC (permalink / raw)
  To: emacs-orgmode

Dear List,

This

#+BEGIN_SRC sh
echo "a b c d"
echo "1 2 3 4"
echo "5 6 7 8"
#+END_SRC

produces this:

#+RESULTS:
|   a | b | c | d |
|   1 | 2 | 3 | 4 |
|   5 | 6 | 7 | 8 |

How do I get this

#+RESULTS:
|   a | b | c | d |
|-----+---+---+---|
|   1 | 2 | 3 | 4 |
|   5 | 6 | 7 | 8 |

?

Thanks,

Loris
-- 
This signature is currently under construction.

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

end of thread, other threads:[~2013-11-26 20:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-25 10:52 Creating hline in table from source block? Loris Bennett
2013-11-25 20:13 ` Achim Gratz
2013-11-25 20:43   ` Achim Gratz
2013-11-26 16:40     ` Daniel E. Doherty
2013-11-25 21:38 ` Rasmus
2013-11-26  0:47   ` Rasmus
2013-11-26  2:41 ` Eric Schulte
2013-11-26  8:05   ` Loris Bennett
2013-11-26  8:54     ` Rasmus
2013-11-26 13:14     ` Eric Schulte
2013-11-26 14:23       ` Loris Bennett
2013-11-26 20:07         ` Achim Gratz

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.