emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Babel: the disappearing hline
@ 2013-11-11 14:35 Jarmo Hurri
  2013-11-11 14:53 ` Thorsten Jolitz
  0 siblings, 1 reply; 16+ messages in thread
From: Jarmo Hurri @ 2013-11-11 14:35 UTC (permalink / raw)
  To: emacs-orgmode


Greetings.

While taking my first long tour in the land of Babel, I bumped into a
minor hline issue. Can someone tell me why the hline has disappeared
from the second table?

# ------------------------------------------------------------------
* test
  #+NAME: table-one
  #+BEGIN_SRC emacs-lisp
    (list '(a) '(b) 'hline '(c))
  #+END_SRC

  #+RESULTS: table-one
  | a |
  | b |
  |---|
  | c |


  #+NAME: table-two
  #+CALL: table-one()

  #+RESULTS: table-two
  | a |
  | b |
  | c |

  #+NAME: table-three
  #+CALL: table-one[:results raw]()

  #+RESULTS: table-three
  : ((a) (b) hline (c))

# ------------------------------------------------------------------

Jarmo

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

end of thread, other threads:[~2013-11-15  6:50 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-11 14:35 Babel: the disappearing hline Jarmo Hurri
2013-11-11 14:53 ` Thorsten Jolitz
2013-11-11 15:11   ` Jarmo Hurri
2013-11-11 15:31     ` Thorsten Jolitz
2013-11-11 16:19       ` Eric Schulte
2013-11-11 17:26         ` Jarmo Hurri
2013-11-11 17:44           ` Eric Schulte
2013-11-12  6:16             ` Jarmo Hurri
2013-11-12 15:45               ` Rick Frankel
2013-11-12 16:09                 ` Jarmo Hurri
2013-11-12 19:22                   ` Rick Frankel
2013-11-13  6:19                     ` Jarmo Hurri
2013-11-13 14:17                       ` Eric Schulte
2013-11-13 18:52                         ` Rick Frankel
2013-11-13 23:27                           ` Eric Schulte
2013-11-15  6:50                         ` Jarmo Hurri

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