From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luke Crook Subject: Re: Using babel to generate a commit log Date: Wed, 30 Mar 2011 18:41:04 +0000 (UTC) Message-ID: References: <20110329232804.45777e7a@bhishma.homelinux.net> <8080.1301490442@alphaville.dokosmarshall.org> <5188.1301503865@alphaville.usa.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=44187 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q50KX-00020y-Lo for emacs-orgmode@gnu.org; Wed, 30 Mar 2011 14:41:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q50KW-0002B7-HE for emacs-orgmode@gnu.org; Wed, 30 Mar 2011 14:41:21 -0400 Received: from lo.gmane.org ([80.91.229.12]:33618) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q50KW-0002AV-Bb for emacs-orgmode@gnu.org; Wed, 30 Mar 2011 14:41:20 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q50KU-0004UA-MB for emacs-orgmode@gnu.org; Wed, 30 Mar 2011 20:41:18 +0200 Received: from 147.21.8.1 ([147.21.8.1]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Mar 2011 20:41:18 +0200 Received: from luke by 147.21.8.1 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Mar 2011 20:41:18 +0200 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: emacs-orgmode@gnu.org Luke Crook balooga.com> writes: > > Nick Dokos hp.com> writes: > > > There is a way to get the original buffer during capture, but I don't > > know of a similar mechanism during export. I hardwired the file name > > instead, but I got no further than the vc-fileset call: there seem to be > > all sorts of contextual assumptions that vc makes that are violated in > > the export context. > org-publish-initial-buffer provides this when publishing, but I can't find an equivalent for a standard export. -Luke