From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc-Oliver Ihm Subject: [babel] #+call-line removes hlines and headings ? Date: Sun, 29 Jan 2012 09:08:56 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:53790) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RrPov-00088r-U3 for emacs-orgmode@gnu.org; Sun, 29 Jan 2012 03:09:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RrPov-0005gI-02 for emacs-orgmode@gnu.org; Sun, 29 Jan 2012 03:09:05 -0500 Received: from plane.gmane.org ([80.91.229.3]:59480) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RrPou-0005gE-IE for emacs-orgmode@gnu.org; Sun, 29 Jan 2012 03:09:04 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1RrPou-0000Ox-5c for emacs-orgmode@gnu.org; Sun, 29 Jan 2012 09:09:04 +0100 Received: from p54a88568.dip0.t-ipconnect.de ([84.168.133.104]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 29 Jan 2012 09:09:04 +0100 Received: from marc-oliver.ihm by p54a88568.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 29 Jan 2012 09:09:04 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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