From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Capturing to current file Date: Sun, 29 Apr 2012 10:59:17 +0200 Message-ID: <87ipgihnzb.fsf@altern.org> 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> <4F91BCB7.2040609@verizon.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42606) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SOQea-0001bL-J7 for emacs-orgmode@gnu.org; Sun, 29 Apr 2012 05:42:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SOQeY-0005cR-Hj for emacs-orgmode@gnu.org; Sun, 29 Apr 2012 05:42:52 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:48441) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SOQeY-0005bF-98 for emacs-orgmode@gnu.org; Sun, 29 Apr 2012 05:42:50 -0400 Received: by mail-we0-f169.google.com with SMTP id j55so1672421wer.0 for ; Sun, 29 Apr 2012 02:42:49 -0700 (PDT) In-Reply-To: <4F91BCB7.2040609@verizon.net> (Charles's message of "Fri, 20 Apr 2012 15:44:55 -0400") 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: Charles Cc: emacs-orgmode@gnu.org Hi Charles, Charles writes: > 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. > . . . I added this in 9.1.2: To insert the capture at point in an Org buffer, call @code{org-capture} with a @code{C-0} prefix argument. Thanks for the suggestion! -- Bastien