From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: Filing todos from agenda list view? Date: Mon, 15 Jun 2009 21:44:32 -0500 Message-ID: References: <200906152100.34524.w.richert@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MGOfC-000587-Fm for emacs-orgmode@gnu.org; Mon, 15 Jun 2009 22:44:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MGOf7-00053L-F9 for emacs-orgmode@gnu.org; Mon, 15 Jun 2009 22:44:41 -0400 Received: from [199.232.76.173] (port=49892 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MGOf7-00053I-CS for emacs-orgmode@gnu.org; Mon, 15 Jun 2009 22:44:37 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:54420) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MGOf7-0003jP-1W for emacs-orgmode@gnu.org; Mon, 15 Jun 2009 22:44:37 -0400 In-Reply-To: <200906152100.34524.w.richert@gmx.net> (Willi Richert's message of "Mon\, 15 Jun 2009 21\:00\:34 +0200") 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: Willi Richert Cc: emacs-orgmode@gnu.org Willi Richert writes: > is there a possibility to created todos directly from the agenda view? You can call org-remember from the agenda (k r) to capture a new todo without losing your place. If your remember template is setup to insert a timestamp (i.e., active, scheduled, deadline), the date inserted in the remember buffer will be the same as the one the cursor is on in the agenda buffer. Or if you want to add a related task to something already in the agenda, you can simply type RET or TAB to go to the relevant place in the org file. Regards, Matt