From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: insert todo from agenda? Date: Mon, 16 Jun 2008 10:13:27 +0200 Message-ID: <5B109561-B888-4111-B03D-1FFE2F5B76B6@uva.nl> References: <87lk16a5f0.fsf@mixandgo.ro> Mime-Version: 1.0 (Apple Message framework v924) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K89qF-0005HE-8V for emacs-orgmode@gnu.org; Mon, 16 Jun 2008 04:13:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K89qC-0005Ee-J9 for emacs-orgmode@gnu.org; Mon, 16 Jun 2008 04:13:30 -0400 Received: from [199.232.76.173] (port=57649 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K89qC-0005EZ-G5 for emacs-orgmode@gnu.org; Mon, 16 Jun 2008 04:13:28 -0400 Received: from korteweg.uva.nl ([146.50.98.70]:55722) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K89qC-0006QK-92 for emacs-orgmode@gnu.org; Mon, 16 Jun 2008 04:13:28 -0400 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: knubee Cc: emacs-orgmode@gnu.org On Jun 16, 2008, at 10:08 AM, knubee wrote: >>> The Agenda insert should set the date and time to the date and time >>> under the cursor so I dont think this is the same thing being >>> requested. >> >> I will have code for this in the next push, as soon as repo.or.cz is >> up again. > > wonderful, thanks! > > in its simplest version, what interests me is just a one or two > letter command > that puts me into my task file. additional "nice to have" would be: > > - two-letter combination distinguishes between insert deadline todo > and insert > schedule todo > - it stores the current time/date under cursor when leaving agenda > - it allows me to quickly arrow/tab through the structure of my task > file to > find the appropriate location for the new task > - i hit return and appropriate deadline/schedule info is place after > point -- > and i can start to type in the task/todo details. You can do all this with appropriate remember templates. All I will do it to make sure that the dates inserted into the remember template will reflect the agenda date. How you further edit and file away the entry is a matter of your remember setup. You can either have different templates for different tasks lists, or only a single template that will be filed interactively to the appropriate list. Check the remember template section of the manual for the (too) many options. - Carsten