all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [babel] #+call-line removes hlines and headings ?
@ 2012-01-29  8:08 Marc-Oliver Ihm
  2012-01-29 10:42 ` Andreas Leha
  0 siblings, 1 reply; 5+ messages in thread
From: Marc-Oliver Ihm @ 2012-01-29  8:08 UTC (permalink / raw)
  To: emacs-orgmode

Hello !

Generally enjoying babel very much, I have stumbled across a behaviour, that I do not quite understand:
As it seems, a #+call in babel removes hlines from the results.

Here is an example:

#+call: foo()
| 3 | 4 |

#+name: foo
#+begin_src emacs-lisp
'((1 2) hline (3 4))
#+end_src

#+results: foo
| 1 | 2 |
|---+---|
| 3 | 4 |


The #+begin_src-line does what I would expect; however, when it is called through a #+call-line the hline
and the heading are removed.

Is this the intended behaviour, a bug or am I missing something obvious ?

Thanx a lot for any help !

with kind regards, Marc-Oliver Ihm

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

end of thread, other threads:[~2012-01-31 18:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-29  8:08 [babel] #+call-line removes hlines and headings ? Marc-Oliver Ihm
2012-01-29 10:42 ` Andreas Leha
2012-01-29 14:21   ` Marc-Oliver Ihm
2012-01-30 16:10     ` Eric Schulte
2012-01-31 18:45       ` Marc-Oliver Ihm

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.