From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [Quey] Capture Templates Date: Tue, 2 Nov 2010 18:21:19 +0100 Message-ID: <585CBF9A-5AFD-4C41-AED0-2FC09DDFAA9A@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=49508 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PDKY0-0003OO-Ry for emacs-orgmode@gnu.org; Tue, 02 Nov 2010 13:21:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PDKXz-0000kk-Qn for emacs-orgmode@gnu.org; Tue, 02 Nov 2010 13:21:24 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:51551) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PDKXz-0000kb-LN for emacs-orgmode@gnu.org; Tue, 02 Nov 2010 13:21:23 -0400 Received: by eydd26 with SMTP id d26so3582135eyd.0 for ; Tue, 02 Nov 2010 10:21:22 -0700 (PDT) In-Reply-To: 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: Puneeth Cc: emacs-orgmode On Nov 2, 2010, at 4:33 PM, Puneeth wrote: > Hi All, > > I have the following Capture template defined. > > ----------------------------------------------------------------------------- > ("n" "note" entry > (file+headline "refile.org" "Notes") > "* %^{About} :note:%^G \n\n %U\n\n %?" :clock-in > t :clock-resume t) > ----------------------------------------------------------------------------- > > When this capture template is invoked the order of prompting obviously > goes from About, to tags, to the note that I want to make. But when > writing long notes, I'm usually undecided upon the tags, until I have > written the note. Is there a way to change the order of prompting? Or > quickly change the tags after the note has been made? Just leave out the %^G and set the tags while editing the note, using the normal commands, for example `C-c C-q'. You cannot use C-c C-c in the headline.... - Carsten