emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Babel: the disappearing hline


From: Jarmo Hurri
Subject: [O] Babel: the disappearing hline
Date: Mon, 11 Nov 2013 16:35:35 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]