From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Cook, Malcolm" Subject: BUG? table output despite "#+begin_src sh :results verbatim" Date: Fri, 25 Jan 2013 12:54:56 -0600 Message-ID: <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]:38226) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TyoQW-0004Zx-TR for emacs-orgmode@gnu.org; Fri, 25 Jan 2013 13:55:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TyoQV-0001w0-U6 for emacs-orgmode@gnu.org; Fri, 25 Jan 2013 13:55:00 -0500 Received: from smtp01.stowers.org ([12.201.176.61]:53557) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TyoQV-0001vV-Mr for emacs-orgmode@gnu.org; Fri, 25 Jan 2013 13:54:59 -0500 Received: from pps.filterd (smtp01 [127.0.0.1]) by smtp01.stowers.org (8.14.4/8.14.4) with SMTP id r0PIo6wc015666 for ; Fri, 25 Jan 2013 12:54:57 -0600 Received: from exchmb-02.stowers-institute.org (mail01.sgc.loc [10.0.51.247]) by smtp01.stowers.org with ESMTP id 1a3g8dgas4-1 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Fri, 25 Jan 2013 12:54:57 -0600 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: "'emacs-orgmode@gnu.org'" 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' r= esults. #+begin_src sh :results verbatim echo 1 echo 2 echo 3 #+end_src #+results: | 1 | | 2 | | 3 | The same happens if I used 'scalar' in place of verbatim. I see that :results processing is somewhat happening, as evidenced by using= ":results org" , as below. #+begin_src sh :results org echo 1 echo 2 echo 3 #+end_src #+results: #+BEGIN_SRC org | 1 | | 2 | | 3 | #+END_SRC Any tips/workarounds/upgrades needed? Malcolm Cook Computational Biology - Stowers Institute for Medical Research