From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: bug: babel: Export of temporary buffers fails Date: Tue, 05 Oct 2010 11:56:28 -0600 Message-ID: <87tyl0bk1f.fsf@gmail.com> References: <87mxqwik7z.fsf@gmail.com> <87bp7cbd16.fsf@gmx.de> <87ocba9k37.fsf@gmail.com> <87iq1i6lsf.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=38400 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3BlC-0000ob-HP for emacs-orgmode@gnu.org; Tue, 05 Oct 2010 13:57:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P3Bl1-0001T8-6h for emacs-orgmode@gnu.org; Tue, 05 Oct 2010 13:57:06 -0400 Received: from mail-qy0-f176.google.com ([209.85.216.176]:63969) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P3Bl1-0001T3-4L for emacs-orgmode@gnu.org; Tue, 05 Oct 2010 13:56:55 -0400 Received: by qyk33 with SMTP id 33so1137952qyk.0 for ; Tue, 05 Oct 2010 10:56:54 -0700 (PDT) In-Reply-To: (Hsiu-Khuern Tang's message of "Mon, 4 Oct 2010 10:08:08 -0700") 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: Hsiu-Khuern Tang Cc: emacs-orgmode@gnu.org Hi, This issue is fixed in the "combined-testing" branch of the repository, I hope to merge that branch into the master branch soon. If anyone is interested, some of my thoughts on this commit which has caused these couple of recent problems... It seems that by using org-links to find the location of a headline in an Org-mode file during export I have introduced a handful of little bugs in the export process. I think these have now been fixed but the fixes are a little bit hacky, however I think that relying on org-mode links for finding these headlines is still preferable to implementing a Babel-specific method of linking back to the original export file. Best -- Eric Hsiu-Khuern Tang writes: > Hi Eric, > > > Are you also seeing the problem reported at > http://thread.gmane.org/gmane.emacs.orgmode/30855? I checked out the > latest git version and that problem still exists. > > > I don't know how closely it is related to the problem in this thread, > but it was caused by the same commit > (efdf78172d9f7c0070c781d136a9b49a2a56fcc4) -- hoping you can shed some > light on this. Thanks!