From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: bug: babel: Export of temporary buffers fails Date: Sat, 02 Oct 2010 21:38:45 +0200 Message-ID: <87bp7cbd16.fsf@gmx.de> References: <87mxqwik7z.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=53274 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P27v1-0001uC-DR for emacs-orgmode@gnu.org; Sat, 02 Oct 2010 15:38:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P27v0-0001fA-6S for emacs-orgmode@gnu.org; Sat, 02 Oct 2010 15:38:51 -0400 Received: from mailout-de.gmx.net ([213.165.64.22]:57810 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1P27uz-0001ev-Rb for emacs-orgmode@gnu.org; Sat, 02 Oct 2010 15:38:50 -0400 In-Reply-To: <87mxqwik7z.fsf@gmail.com> (Eric Schulte's message of "Sat, 02 Oct 2010 11:21:36 -0600") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eric Schulte Cc: emacs-orgmode "Eric Schulte" writes: > Hi Puneeth, > > I believe that export is only allowed from buffers visiting files, when > I tried to reproduce your problem exporting from a buffer without a file > name I get the following error message > > (error "Need a file name to be able to export") > > which is thrown by org-latex, org-docbook, or org-html on attempted > export. > > Unless I'm missing something, it is not a problem that Babel expects > org-current-export-file to have a value. > > Best -- Eric > > Puneeth writes: > >> Hello, >> >> Export of temporary buffers with babel src blocks fails. >> >> Line 118 of ob-exp.el has >> >> (set-buffer (get-file-buffer org-current-export-file)) >> >> But the value of org-current-exp-file is nil for a temporary buffer. >> >> The following commit brought in that change. >> >> commit efdf78172d9f7c0070c781d136a9b49a2a56fcc4 >> Author: Eric Schulte >> Date: Sat Sep 18 19:01:49 2010 -0600 >> >> ob-exp: resolving code block parameters in the original file on export >> >> * lisp/ob-exp.el (org-babel-exp-src-blocks): now switching back to the >> original file before resolving code block parameters to ensure >> headline and buffer wide parameters are taken into consideration >> when only a narrowed portion of the file is exported Usually an Org file NAME.org is exported to NAME.html, NAME.txt and so forth. You can still export to a temporary buffer (`A' instead of `a', `H' instead of `h') ... HTH Sebastian