From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Fwd: Re: doing a capture and jumping to the file Date: Fri, 26 Sep 2014 11:26:02 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54936) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXRlE-0005Nq-W2 for emacs-orgmode@gnu.org; Fri, 26 Sep 2014 05:24:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXRl2-0006TJ-3v for emacs-orgmode@gnu.org; Fri, 26 Sep 2014 05:24:20 -0400 Received: from mail2.b1.hitrost.net ([91.185.211.205]:55925) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXRl1-0006SQ-TR for emacs-orgmode@gnu.org; Fri, 26 Sep 2014 05:24:08 -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: org-mode mailing list Sorry, forgot to copy to the list: > Hi, > > Doesn't C-u C-c C-c from the capture buffer do the trick? > > Yours, > Christian > > Alan Schmitt writes: > >> Hello, >> >> I often find myself doing the following: use a capture template to >> nicely setup an entry (often a date tree entry with a link to the >> current document), then jump to the newly created headline to start >> adding notes. I typically do this during meetings, as I do not want to >> stay in the capture buffer all the time. >> >> Is there a way to setup a capture template such that it directly opens >> the target file and set-up entry, instead of the capture buffer? >> >> I tried a universal argument before calling org-capture, but it only >> jumps to the capture destination and does not set up the entry. >> >> Thanks, >> >> Alan