From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Loris Bennett" Subject: Creating hline in table from source block? Date: Mon, 25 Nov 2013 11:52:42 +0100 Message-ID: <8738mkiwhx.fsf@hornfels.zedat.fu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38597) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vktmr-0000Oe-SG for emacs-orgmode@gnu.org; Mon, 25 Nov 2013 05:53:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vktmk-0007mq-JN for emacs-orgmode@gnu.org; Mon, 25 Nov 2013 05:53:05 -0500 Received: from plane.gmane.org ([80.91.229.3]:52631) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vktmk-0007mY-Cm for emacs-orgmode@gnu.org; Mon, 25 Nov 2013 05:52:58 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Vktmf-0007St-Fs for emacs-orgmode@gnu.org; Mon, 25 Nov 2013 11:52:53 +0100 Received: from hornfels.zedat.fu-berlin.de ([160.45.11.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Nov 2013 11:52:53 +0100 Received: from loris.bennett by hornfels.zedat.fu-berlin.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Nov 2013 11:52:53 +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 Dear List, This #+BEGIN_SRC sh echo "a b c d" echo "1 2 3 4" echo "5 6 7 8" #+END_SRC produces this: #+RESULTS: | a | b | c | d | | 1 | 2 | 3 | 4 | | 5 | 6 | 7 | 8 | How do I get this #+RESULTS: | a | b | c | d | |-----+---+---+---| | 1 | 2 | 3 | 4 | | 5 | 6 | 7 | 8 | ? Thanks, Loris -- This signature is currently under construction.