From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uriel Avalos Subject: Re: Agenda not working or am I misunderstanding how it works? Date: Mon, 7 Dec 2009 13:34:57 -0500 Message-ID: <20091207133457.7a0ae157@yahoo.com> References: <200911251154.19442.amscopub-mail@yahoo.com> <200912041001.08053.amscopub-mail@yahoo.com> <20091205115743.00001bba@unknown> <87skbpw9ae.fsf@fastmail.fm> 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 1NHiE0-0006mb-8W for emacs-orgmode@gnu.org; Mon, 07 Dec 2009 13:22:20 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NHiDv-0006ft-6Y for emacs-orgmode@gnu.org; Mon, 07 Dec 2009 13:22:19 -0500 Received: from [199.232.76.173] (port=33408 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NHiDu-0006fP-Ql for emacs-orgmode@gnu.org; Mon, 07 Dec 2009 13:22:14 -0500 Received: from outbound-mail-112.bluehost.com ([69.89.24.2]:57665) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1NHiDu-0002ro-DA for emacs-orgmode@gnu.org; Mon, 07 Dec 2009 13:22:14 -0500 In-Reply-To: <87skbpw9ae.fsf@fastmail.fm> 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: Matt Lundin , emacs-orgmode@gnu.org Ah... that was the problem. I updated Emacs to a more recent version. I'm now running version 6.30c of org-mode. The problem went away, all is well now. Thanks for your help. On Sat, 05 Dec 2009 13:44:09 -0500 Matt Lundin wrote: > Uriel Avalos writes: > > > Thanks for replying. I tried that before as well... Restarted emacs and > > C-c C-c on the line. I think I figured out what's going on... it may be > > a bug! > > > > If I have this simple file: > > > > #+SEQ_TODO: TODO WAITING | PUBLISHED REJECTED > > * PUBLISHED test > > DEADLINE: <2009-12-05 Sat> > > > > it works! (It doesn't show up in the agenda.) However, if I put the > > completed TODO item under a subheading, it stops working! The following > > simple file doesn't work: > > > > #+SEQ_TODO: TODO WAITING | PUBLISHED REJECTED > > * [2009-12-05 Sat] > > ** PUBLISHED test > > DEADLINE: <2009-12-05 Sat> > > I can't replicate this. In neither case does the todo item appear in the > agenda. > > > The test TODO item shows up in the agenda. Is this a bug? I'm using > > Emacs 23.0.0.1 on Windows and whatever version of org-mode that came > > with it -- 5.03b > > That's a very old version of org-mode. Emacs 23 shipped with version > 6.21b. Could you confirm your version of org-mode by typing "M-x > org-version". > > - Matt > > -- --Thanks! Uriel