"Cook, Malcolm" <m...@stowers.org> 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:t...@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" <m...@stowers.org> 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