Re: [O] BUG? table output despite "#+begin_src sh :results verbatim"

2013-01-28 Thread Cook, Malcolm
urday, January 26, 2013 1:37 PM .To: Cook, Malcolm .Cc: 'Thomas S. Dye'; Blanchette, Marco; 'emacs-orgmode@gnu.org' .Subject: Re: [O] BUG? table output despite "#+begin_src sh :results verbatim" . ."Cook, Malcolm" writes: . .> THanks Thomas, I see we are ru

Re: [O] BUG? table output despite "#+begin_src sh :results verbatim"

2013-01-26 Thread Achim Gratz
Eric Schulte writes: > 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

Re: [O] BUG? table output despite "#+begin_src sh :results verbatim"

2013-01-26 Thread Eric Schulte
"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 an

Re: [O] BUG? table output despite "#+begin_src sh :results verbatim"

2013-01-25 Thread Sebastien Vauban
Hi Thomas and Malcolm, Thomas S. Dye wrote: > 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 >>

Re: [O] BUG? table output despite "#+begin_src sh :results verbatim"

2013-01-25 Thread Cook, Malcolm
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! ~Malcolm .-Original Message- .From: Thomas S. Dye [mailto:t...@tsdye.

Re: [O] BUG? table output despite "#+begin_src sh :results verbatim"

2013-01-25 Thread Thomas S. Dye
"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 968

Re: [O] BUG? table output despite "#+begin_src sh :results verbatim"

2013-01-25 Thread Cook, Malcolm
Thomas, Thanks for checking. What does meta-x org-version tell you ?? ~Malcolm .-Original Message- .From: Thomas S. Dye [mailto:t...@tsdye.com] .Sent: Friday, January 25, 2013 1:44 PM .To: Cook, Malcolm .Cc: 'emacs-orgmode@gnu.org' .Subject: Re: BUG? table output despite "#+b

Re: [O] BUG? table output despite "#+begin_src sh :results verbatim"

2013-01-25 Thread Thomas S. Dye
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

[O] BUG? table output despite "#+begin_src sh :results verbatim"

2013-01-25 Thread Cook, Malcolm
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 | The same happens if I used 'scalar' in place of verbatim.