From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Jan_B=F6cker?= Subject: Re: Re: todos without timestamp in agenda Date: Wed, 15 Sep 2010 15:32:51 +0200 Message-ID: <4C90CB03.90408@jboecker.de> References: <86aankg7q3.fsf@online.de> <87tylsdb24.wl%ucecesf@ucl.ac.uk> <87fwxcskji.fsf@online.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=37091 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvsJr-0003cA-2d for emacs-orgmode@gnu.org; Wed, 15 Sep 2010 09:46:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ovs6g-0003s0-Dr for emacs-orgmode@gnu.org; Wed, 15 Sep 2010 09:33:03 -0400 Received: from smtp01.worldserver.net ([217.13.200.37]:43447) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ovs6g-0003rL-7o for emacs-orgmode@gnu.org; Wed, 15 Sep 2010 09:33:02 -0400 In-Reply-To: <87fwxcskji.fsf@online.de> 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: henry atting Cc: emacs-orgmode@gnu.org On 09/14/2010 12:10 PM, henry atting wrote: > On Di, Sep 14 2010, Eric S Fraga wrote: > >> On Tue, 14 Sep 2010 08:27:48 +0200, henry atting wrote: >>> >>> When I have some kind of todo items in an *.org file without timestamp they >>> do not show up in the agenda. I can start the agenda with the >>> appropriate shortcut then only these items are diplayed. >>> But if I am already in org-agenda I have to quit then start again >>> with the speacial agenda view. >>> Is there a more comfortable way to simply switch the view when in >>> org-agenda, or let these todo items show up in the first place (e.g. at >>> the bottom of the agenda)? >> >> You don't have to "quit" the current view; simply ask for a new view >> by "C-c a X" where X is the particular short-cut. If you have your >> agenda in a separate frame, that frame will be updated. > > That simple?, great. I did not find it in the manual... > > Thanks > henry > You might also be interested in block agendas (see "10.6.2 Block agenda" in the manual) if you want the normal TODO items to show up above or below your normal agenda. I use a custom block agenda to show (in this order): - the normal agenda - the contents of my inbox - normal TODO items tagged URGENT and IMPORTANT - normal TODO items tagged IMPORTANT - normal TODO items tagged URGENT - normal TODO items not tagged URGENT or IMPORTANT HTH, Jan