From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: Babel: the disappearing hline Date: Mon, 11 Nov 2013 15:53:56 +0100 Message-ID: <8738n3t2ez.fsf@gmail.com> References: <877gcfhuq0.fsf@syk.fi> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36296) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vfssc-0006lO-80 for emacs-orgmode@gnu.org; Mon, 11 Nov 2013 09:54:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VfssW-0006XH-8Y for emacs-orgmode@gnu.org; Mon, 11 Nov 2013 09:54:18 -0500 Received: from plane.gmane.org ([80.91.229.3]:49550) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VfssW-0006X6-2V for emacs-orgmode@gnu.org; Mon, 11 Nov 2013 09:54:12 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VfssT-0002eK-KV for emacs-orgmode@gnu.org; Mon, 11 Nov 2013 15:54:09 +0100 Received: from e178189216.adsl.alicedsl.de ([85.178.189.216]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Nov 2013 15:54:09 +0100 Received: from tjolitz by e178189216.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Nov 2013 15:54:09 +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 Jarmo Hurri writes: > 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? Because you use CALL without arguments and argument :hlines defaults to 'no'? > # ------------------------------------------------------------------ > * 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)) > > # ------------------------------------------------------------------ -- cheers, Thorsten