From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Re: question about capture templates Date: Tue, 22 Feb 2011 02:43:07 -0500 Message-ID: <15599.1298360587@alphaville> References: <80ei71o17z.fsf@missioncriticalit.com> <87k4gtpcvp.fsf@berkeley.edu> <80bp255935.fsf@missioncriticalit.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=39585 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Prmu4-0002gE-W2 for emacs-orgmode@gnu.org; Tue, 22 Feb 2011 02:43:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Prmu3-0000iD-Jg for emacs-orgmode@gnu.org; Tue, 22 Feb 2011 02:43:24 -0500 Received: from vms173001pub.verizon.net ([206.46.173.1]:63343) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Prmu3-0000hh-GR for emacs-orgmode@gnu.org; Tue, 22 Feb 2011 02:43:23 -0500 Received: from alphaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173001.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LH0003VRDFVOBL1@vms173001.mailsrvcs.net> for emacs-orgmode@gnu.org; Tue, 22 Feb 2011 01:43:08 -0600 (CST) In-reply-to: Message from "Filippo A. Salustri" of "Mon, 21 Feb 2011 19:39:25 EST." 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: "Filippo A. Salustri" Cc: =?ISO-8859-1?Q?S=E9bastien_Vauban?= , nicholas.dokos@hp.com, emacs-orgmode@gnu.org Filippo A. Salustri wrote: > Very frustrating. org-capture clearly has the original buffer handy (for %= > a > stuff) yet I can't get it out of there without hacking the org code, which = > I > am loathe to do. Hmmm. I'll think some more. If I come up with anything; > I'll report it. > The original buffer is accessible in the capture context using (org-capture-get :original-buffer) as Carsten pointed out in the following post: http://thread.gmane.org/gmane.emacs.orgmode/35759/focus=35799 HTH, Nick