From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miguel Ruiz Subject: Re: Org capture with predefined entries from a list? Date: Mon, 13 Sep 2010 19:57:21 +0000 (GMT) Message-ID: <165618.97391.qm@web29015.mail.ird.yahoo.com> References: <8739tdbmxc.wl%n.goaziou@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=35165 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvF9Z-0000bE-KC for emacs-orgmode@gnu.org; Mon, 13 Sep 2010 15:57:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OvF9Y-0003y1-8L for emacs-orgmode@gnu.org; Mon, 13 Sep 2010 15:57:25 -0400 Received: from web29015.mail.ird.yahoo.com ([212.82.110.159]:31179) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OvF9X-0003xq-W4 for emacs-orgmode@gnu.org; Mon, 13 Sep 2010 15:57:24 -0400 In-Reply-To: <8739tdbmxc.wl%n.goaziou@gmail.com> 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: emacs-orgmode@gnu.org Thank you for your interest.=0A=0AFirst: org.el 7/9/2010, org-capture.el 2/= 9/2010=0A=0AContents of .emacs:=0A=0A(...)=0A(setq org-capture-templates=0A= '(("t" "Todo" entry (file+headline "~/org/gtd.org" "Tasks")=0A = "* TODO %?\n %i\n %a")=0A ("j" "Journal" entry (file+datetre= e "~/org/journal.org")=0A "* %?\nEntered on %U\n %i\n %a")))= =0A(...)=0A=0ASo, let's start:=0A=0A1. In any buffer: M-x org-capture=0A2. = Appears a menu saying "Select a capture template". Of course, two options [= t] and [j], and [C] Customize org-capture-templates and [q] Abort.=0A3. I p= ress [t] and get a "capture buffer" with "* TODO" inserted, ready to accept= more info=0A4. C-c C-c finish and save the entry in ~/org/gtd.org=0A=0AOk.= That's what I would like:=0A=0A1. In any buffer: M-x org-capture=0A2. Appe= ars a menu saying "Select a capture template". Of course, two options [t] a= nd [j], and [C] Customize org-capture-templates and [q] Abort.=0A3. I press= [t] and get a "capture buffer" with "* TODO" inserted, ready to accept my = entry=0A4. Appears another menu saying "Select task type or whatever": seve= ral options: [1] Task1 [2] Task2 [3] Task3 ...=0A5. I press [1] and "captu= re buffer" updates with "* TODO Task1" inserted, ready to accept more info= =0A6. Ideally appears another menu saying "Select comment or whatever": sev= eral options: [1] Comment1 [2] Comment2 [3] Comment3 ...=0A7. I press [1] a= nd "capture buffer" updates with "* TODO Task1 Comment1" inserted, ready t= o accept more info=0A8. Ideally steps 6 and 7 would be repeated (well, no m= ore than 4 or 5 times)=0A4. C-c C-c finish and save the entry in ~/org/gtd.= org=0A=0A=0AIn the original post I said that if not possible, I would be ha= ppy with a shortkey launching a buffer showing the options of step 4, then = I would select one of them and it would inserted after "* TODO"=0A=0AI hope= now it is more clear.=0A=0AMiguel=0A=0A=0A=0A