From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Cook, Malcolm" Subject: Re: BUG? table output despite "#+begin_src sh :results verbatim" Date: Fri, 25 Jan 2013 13:44:41 -0600 Message-ID: <2C40E43D1F7A56408C4463FD245DDDF90796CB5349@EXCHMB-02.stowers-institute.org> References: <2C40E43D1F7A56408C4463FD245DDDF90796CB531D@EXCHMB-02.stowers-institute.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47859) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TypCf-00062b-1z for emacs-orgmode@gnu.org; Fri, 25 Jan 2013 14:44:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TypCd-0000s9-PP for emacs-orgmode@gnu.org; Fri, 25 Jan 2013 14:44:44 -0500 Received: from smtp01.stowers.org ([12.201.176.61]:55861) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TypCd-0000rv-Jg for emacs-orgmode@gnu.org; Fri, 25 Jan 2013 14:44:43 -0500 In-Reply-To: Content-Language: en-US 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: "'Thomas S. Dye'" Cc: "'emacs-orgmode@gnu.org'" Thomas, Thanks for checking. What does=20 meta-x org-version tell you ?? ~Malcolm .-----Original Message----- .From: Thomas S. Dye [mailto:tsd@tsdye.com] .Sent: Friday, January 25, 2013 1:44 PM .To: Cook, Malcolm .Cc: 'emacs-orgmode@gnu.org' .Subject: Re: BUG? table output despite "#+begin_src sh :results verbatim" . .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