From mboxrd@z Thu Jan 1 00:00:00 1970 From: tsd@tsdye.com (Thomas S. Dye) Subject: Re: BUG? table output despite "#+begin_src sh :results verbatim" Date: Fri, 25 Jan 2013 09:43:42 -1000 Message-ID: References: <2C40E43D1F7A56408C4463FD245DDDF90796CB531D@EXCHMB-02.stowers-institute.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TypC6-00051a-GH for emacs-orgmode@gnu.org; Fri, 25 Jan 2013 14:44:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TypC4-0000h5-NM for emacs-orgmode@gnu.org; Fri, 25 Jan 2013 14:44:10 -0500 Received: from oproxy7-pub.bluehost.com ([67.222.55.9]:56223) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1TypC4-0000fV-C8 for emacs-orgmode@gnu.org; Fri, 25 Jan 2013 14:44:08 -0500 In-Reply-To: <2C40E43D1F7A56408C4463FD245DDDF90796CB531D@EXCHMB-02.stowers-institute.org> (Malcolm Cook's message of "Fri, 25 Jan 2013 12:54:56 -0600") 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: "Cook, Malcolm" Cc: "'emacs-orgmode@gnu.org'" Aloha Malcolm, "Cook, Malcolm" writes: > Hi, > > In org 7.9.3d, under Gnu emacs 24.2.1 / linux: > > I find that org-mode is tablizing shell output despite require > verbatim' results. > > #+begin_src sh :results verbatim > echo 1 > echo 2 > echo 3 > #+end_src > > #+results: > | 1 | > | 2 | > | 3 | Hmm, I get this: #+begin_src sh :results verbatim echo 1 echo 2 echo 3 #+end_src #+results: : 1 : 2 : 3 #+begin_src sh :results scalar echo 1 echo 2 echo 3 #+end_src #+results: : 1 : 2 : 3 #+begin_src sh :results table echo 1 echo 2 echo 3 #+end_src #+results: | 1 | | 2 | | 3 | #+begin_src sh :results list echo 1 echo 2 echo 3 #+end_src #+results: - (1) - (2) - (3) #+begin_src sh :results org echo 1 echo 2 echo 3 #+end_src #+results: #+BEGIN_SRC org | 1 | | 2 | | 3 | #+END_SRC Not sure why our results differ, though. Tom -- Thomas S. Dye http://www.tsdye.com