From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Subject: Re: Capturing to current file Date: Fri, 20 Apr 2012 15:44:55 -0400 Message-ID: <4F91BCB7.2040609@verizon.net> References: <6969390217168358027@unknownmsgid> <2012-04-14T20-32-18@devnull.Karl-Voit.at> <0l3986kmyn.fsf@news.eternal-september.org> <8582.1334443500@alphaville> <8864.1334444643@alphaville> <4F8A21CC.3030706@verizon.net> <9570.1334457184@alphaville> <87fwbyv9ti.fsf@altern.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45580) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLJlf-000442-Ui for emacs-orgmode@gnu.org; Fri, 20 Apr 2012 15:45:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SLJle-0007Bo-9h for emacs-orgmode@gnu.org; Fri, 20 Apr 2012 15:45:19 -0400 Received: from vms173003pub.verizon.net ([206.46.173.3]:37958) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLJle-0007BW-4K for emacs-orgmode@gnu.org; Fri, 20 Apr 2012 15:45:18 -0400 Received: from [10.0.0.2] ([unknown] [74.111.53.186]) by vms173003.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0M2S005IDMUZ2460@vms173003.mailsrvcs.net> for emacs-orgmode@gnu.org; Fri, 20 Apr 2012 14:45:01 -0500 (CDT) In-reply-to: <87fwbyv9ti.fsf@altern.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org If I may I'll throw in my 2 cents, since I made the error in the first place Why not in Section 9.2.1 immediately before or after the "special way" for using capture from the agenda? The documentation reads as follows in org-capture.el at (defun org-capture (&optional goto keys) "Capture something. \\ . . . When called with a `C-0' (zero) prefix, insert a template at point. . . . On 4/20/2012 8:58 AM, Bastien wrote: > Hi Nick, > > Nick Dokos writes: > >> Charles wrote: >> >>> I thought that the manual states to capture a TODO to the current file >>> use /C-0 (zero) then proceed with the capture. I use this frequently. >>> >>> Am I missing something in the question? >>> >> Probably not - I just didn't know about this method. It's not quite a >> capture (no indirect buffer, no finalize) but that hardly matters. And >> perhaps it also does what Samuel Wales asked about, since the template >> can be inserted anywhere at all. >> >> BTW, I only found this with C-h f org-capture, not in the manual. > If there is a place in the manual that it should be documented, can > you please point at this place and suggest a change? > > Thanks, >