From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz Subject: Re: BUG? table output despite "#+begin_src sh :results verbatim" Date: Sat, 26 Jan 2013 22:48:34 +0100 Message-ID: <87k3qz1uq5.fsf@Rainer.invalid> References: <2C40E43D1F7A56408C4463FD245DDDF90796CB531D@EXCHMB-02.stowers-institute.org> <2C40E43D1F7A56408C4463FD245DDDF90796CB5349@EXCHMB-02.stowers-institute.org> <2C40E43D1F7A56408C4463FD245DDDF90796CB538C@EXCHMB-02.stowers-institute.org> <87pq0r3drh.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55493) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TzDcI-0002Ps-HR for emacs-orgmode@gnu.org; Sat, 26 Jan 2013 16:48:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TzDcF-0001TK-1Y for emacs-orgmode@gnu.org; Sat, 26 Jan 2013 16:48:50 -0500 Received: from plane.gmane.org ([80.91.229.3]:53633) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TzDcE-0001TD-Qz for emacs-orgmode@gnu.org; Sat, 26 Jan 2013 16:48:46 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TzDcU-0005zr-NU for emacs-orgmode@gnu.org; Sat, 26 Jan 2013 22:49:02 +0100 Received: from pd9eb446d.dip.t-dialin.net ([217.235.68.109]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 26 Jan 2013 22:49:02 +0100 Received: from Stromeko by pd9eb446d.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 26 Jan 2013 22:49:02 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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