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: Achim Gratz
Subject: Re: [O] BUG? table output despite "#+begin_src sh :results verbatim"
Date: Sat, 26 Jan 2013 22:48:34 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.92 (gnu/linux)

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 'org-babel-execute-src-block))

Unless you really want to open the source file of course, I'd rather use

  (symbol-file 'org-babel-execute-src-block)

for this check.  If the result is nil, then the function wasn't defined
at all.  If the function is currently defined as an autoload (but the
defining library has not been loaded), then you'll get a relative
filename that will resolve via load-path at the point of first use.  If
the library that defines the function has been loaded already, then
you'll get the absolute path to the file it has been loaded from.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Waldorf MIDI Implementation & additional documentation:
http://Synth.Stromeko.net/Downloads.html#WaldorfDocs




reply via email to

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