emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Eric Schulte
Subject: Re: [O] BUG? table output despite "#+begin_src sh :results verbatim"
Date: Sat, 26 Jan 2013 12:36:51 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

"Cook, Malcolm" <address@hidden> 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:address@hidden
>  .Sent: Friday, January 25, 2013 2:31 PM
>  .To: Cook, Malcolm
>  .Cc: 'address@hidden'
>  .Subject: Re: BUG? table output despite "#+begin_src sh :results verbatim"
>  .
>  ."Cook, Malcolm" <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]