From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luke Crook Subject: How to retrieve the original buffer during export? Date: Wed, 30 Mar 2011 17:51:49 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=59506 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4zbq-0003Wo-Qx for emacs-orgmode@gnu.org; Wed, 30 Mar 2011 13:55:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q4zbp-00081E-Ps for emacs-orgmode@gnu.org; Wed, 30 Mar 2011 13:55:10 -0400 Received: from lo.gmane.org ([80.91.229.12]:46327) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q4zbp-000810-KG for emacs-orgmode@gnu.org; Wed, 30 Mar 2011 13:55:09 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q4zbm-0004dl-Qz for emacs-orgmode@gnu.org; Wed, 30 Mar 2011 19:55:06 +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 19:55:06 +0200 Received: from luke by 147.21.8.1 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Mar 2011 19:55:06 +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 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? Thanks, -Luke