From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luke Crook Subject: Re: How to retrieve the original buffer during export? Date: Wed, 30 Mar 2011 21:42:04 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=37673 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q539f-0008PU-Lw for emacs-orgmode@gnu.org; Wed, 30 Mar 2011 17:42:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q539e-0001wV-9G for emacs-orgmode@gnu.org; Wed, 30 Mar 2011 17:42:19 -0400 Received: from lo.gmane.org ([80.91.229.12]:52848) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q539e-0001w2-2u for emacs-orgmode@gnu.org; Wed, 30 Mar 2011 17:42:18 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q539b-0006xv-5C for emacs-orgmode@gnu.org; Wed, 30 Mar 2011 23:42:15 +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 23:42:15 +0200 Received: from luke by 147.21.8.1 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Mar 2011 23:42:15 +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: > > I have code within #+begin_src and #+end_src that has to have the original org- > mode buffer during the export process, (vc-fileset (vc-deduce-fileset t)). > > Is there an org-mode command that can be called during the export process that > will return this buffer? Answered in this post: http://article.gmane.org/gmane.emacs.orgmode/40358 -Luke