From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: BUG? table output despite "#+begin_src sh :results verbatim" Date: Sat, 26 Jan 2013 12:36:51 -0700 Message-ID: <87pq0r3drh.fsf@gmail.com> References: <2C40E43D1F7A56408C4463FD245DDDF90796CB531D@EXCHMB-02.stowers-institute.org> <2C40E43D1F7A56408C4463FD245DDDF90796CB5349@EXCHMB-02.stowers-institute.org> <2C40E43D1F7A56408C4463FD245DDDF90796CB538C@EXCHMB-02.stowers-institute.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37769) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TzCZg-0005wp-QS for emacs-orgmode@gnu.org; Sat, 26 Jan 2013 15:42:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TzCZf-0003y3-7w for emacs-orgmode@gnu.org; Sat, 26 Jan 2013 15:42:04 -0500 Received: from mail-ia0-x236.google.com ([2607:f8b0:4001:c02::236]:62626) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TzCZf-0003xh-2m for emacs-orgmode@gnu.org; Sat, 26 Jan 2013 15:42:03 -0500 Received: by mail-ia0-f182.google.com with SMTP id w33so2429564iag.13 for ; Sat, 26 Jan 2013 12:42:02 -0800 (PST) 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: "Blanchette, Marco" , "'emacs-orgmode@gnu.org'" , "'Thomas S. Dye'" "Cook, Malcolm" writes: > THanks Thomas, I see we are running same version of org.... > > Has anyone else reading this got an idea what would cause org to > table-ize shell output despite a `:results verbatim` in the source > block header? > > Thanks! > Hi Malcolm, Try starting emacs without any of your personalized configuration loaded using the -Q option. If the problem disappears, then it is due to something in your personal config. If you still experience the problem you may want to ensure that you aren't using `org-babel-execute-src-block' from an old version of Org-mode by executing the following from your scratch buffer ;; emacs-lisp (when (require 'find-func) (find-function 'org-babel-execute-src-block)) and then ensuring that the file is in the current Org-mode installation directory. Cheers, > > ~Malcolm > > > .-----Original Message----- > .From: Thomas S. Dye [mailto:tsd@tsdye.com] > .Sent: Friday, January 25, 2013 2:31 PM > .To: Cook, Malcolm > .Cc: 'emacs-orgmode@gnu.org' > .Subject: Re: BUG? table output despite "#+begin_src sh :results verbatim" > . > ."Cook, Malcolm" writes: > . > .> Thomas, > .> > .> Thanks for checking. > .> > .> What does > .> > .> meta-x org-version > .> > .> tell you > .> > .> ?? > . > .Org-mode version 7.9.3d (release_7.9.3d-830-g780b45 @ /Users/dk/.emacs.d/src/org-mode/lisp/) > . > .-- > .T.S. Dye & Colleagues, Archaeologists > .735 Bishop St, Suite 315, Honolulu, HI 96813 > .Tel: 808-529-0866, Fax: 808-529-0884 > .http://www.tsdye.com > -- Eric Schulte http://cs.unm.edu/~eschulte