From: Achim Gratz <Stromeko@nexgo.de>
To: emacs-orgmode@gnu.org
Subject: Re: BUG? table output despite "#+begin_src sh :results verbatim"
Date: Sat, 26 Jan 2013 22:48:34 +0100 [thread overview]
Message-ID: <87k3qz1uq5.fsf@Rainer.invalid> (raw)
In-Reply-To: 87pq0r3drh.fsf@gmail.com
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
next prev parent reply other threads:[~2013-01-26 21:48 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-25 18:54 BUG? table output despite "#+begin_src sh :results verbatim" Cook, Malcolm
2013-01-25 19:43 ` Thomas S. Dye
2013-01-25 19:44 ` Cook, Malcolm
2013-01-25 20:31 ` Thomas S. Dye
2013-01-25 21:08 ` Cook, Malcolm
2013-01-26 19:36 ` Eric Schulte
2013-01-26 21:48 ` Achim Gratz [this message]
2013-01-28 18:23 ` Cook, Malcolm
2013-01-25 22:12 ` Sebastien Vauban
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87k3qz1uq5.fsf@Rainer.invalid \
--to=stromeko@nexgo.de \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).