From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?J=F6rg_Hagmann?= Subject: Re: Re: Bug: subtree export fails with src block Date: Mon, 04 Oct 2010 17:02:18 +0200 Message-ID: <4CA9EC7A.6080103@unibas.ch> References: <70a0cde5cbf513c515de12aa486b29cd.squirrel@webmail.godzone.net.nz> <87d3rq9jpq.fsf@gmail.com> <87bp7a83r6.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=54502 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P2mYa-00053z-OC for emacs-orgmode@gnu.org; Mon, 04 Oct 2010 11:02:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P2mYY-0007iM-QT for emacs-orgmode@gnu.org; Mon, 04 Oct 2010 11:02:24 -0400 Received: from smtp1pub.unibas.ch ([131.152.227.80]:25837) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P2mYY-0007hw-Le for emacs-orgmode@gnu.org; Mon, 04 Oct 2010 11:02:22 -0400 In-Reply-To: <87bp7a83r6.fsf@gmail.com> 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@gnu.org, Giovanni@reflections.co.nz This might be the same problem I discussed recently? See this thread: http://thread.gmane.org/gmane.emacs.orgmode/31241/focus=31289 Jörg On 10/4/10 3:48 PM, Eric Schulte wrote: > "Eric Schulte" writes: > > [...] >> "Giovanni Moretti" writes: >> >>> I'm just starting with Babel and have been puzzled about why one file >>> worked and another didn't. >>> >>> I have been playing in a new file without any headers at all (no lines >>> starting with '*') and while I could execute the code in the buffer, >>> exporting to HTML always failed with: >>> >>> No such file: c:/org/babel-python-test.org:: >>> >> Hmm, it looks like it's trying to find a file with "::" attached to the >> end which is probably the source of the issue. I wonder if this is a >> windows specific problem? >> > a-ha, > > I just noticed that while my test file "python.org" was exporting w/o > problem, it was opening a "python.org::" buffer in the process, so maybe > the reason this throws errors for you and not for me is just Unix's more > permissive file names. > > I've just pushed up a change to the Babel exporter that will only concat > the "::" to the end of a file name, where there is actually a heading to > following it. Hopefully this will fix the error you described, please > let me know if that is not the case. > > Best -- Eric > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode