From mboxrd@z Thu Jan 1 00:00:00 1970 From: knubee Subject: Re: insert todo from agenda? Date: Mon, 16 Jun 2008 08:08:08 +0000 (UTC) Message-ID: References: <87lk16a5f0.fsf@mixandgo.ro> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K89lL-0001Mv-1P for emacs-orgmode@gnu.org; Mon, 16 Jun 2008 04:08:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K89lG-0001Mf-Gn for emacs-orgmode@gnu.org; Mon, 16 Jun 2008 04:08:26 -0400 Received: from [199.232.76.173] (port=36683 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K89lG-0001Mc-CP for emacs-orgmode@gnu.org; Mon, 16 Jun 2008 04:08:22 -0400 Received: from main.gmane.org ([80.91.229.2]:57871 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K89lF-0005h9-R8 for emacs-orgmode@gnu.org; Mon, 16 Jun 2008 04:08:22 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1K89l9-00089B-AO for emacs-orgmode@gnu.org; Mon, 16 Jun 2008 08:08:18 +0000 Received: from 218-186-11-3.cache.maxonline.com.sg ([218-186-11-3.cache.maxonline.com.sg]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 Jun 2008 08:08:15 +0000 Received: from knubee by 218-186-11-3.cache.maxonline.com.sg with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 Jun 2008 08:08:15 +0000 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 > > 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. but, as i say, even a simple quick way to get to task file will be great. thanks.