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: Sat, 5 Dec 2009 11:57:43 -0500 Message-ID: <20091205115743.00001bba@unknown> References: <200911251154.19442.amscopub-mail@yahoo.com> <200912041001.08053.amscopub-mail@yahoo.com> 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 1NGxx1-0007VL-PO for emacs-orgmode@gnu.org; Sat, 05 Dec 2009 11:57:43 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NGxww-0007Ud-OK for emacs-orgmode@gnu.org; Sat, 05 Dec 2009 11:57:43 -0500 Received: from [199.232.76.173] (port=58537 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NGxww-0007Ua-Io for emacs-orgmode@gnu.org; Sat, 05 Dec 2009 11:57:38 -0500 Received: from outbound-mail-313.bluehost.com ([67.222.54.6]:39917) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1NGxww-0006J2-9q for emacs-orgmode@gnu.org; Sat, 05 Dec 2009 11:57:38 -0500 Received: from ool-ad02d451.dyn.optonline.net ([173.2.212.81] helo=unknown) by host300.hostmonster.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1NGxwt-0005y0-WD for emacs-orgmode@gnu.org; Sat, 05 Dec 2009 09:57:36 -0700 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: emacs-orgmode@gnu.org 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> 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 On Fri, 4 Dec 2009 17:00:17 +0100 Carsten Dominik wrote: > Hi U, > > my guess is that you did type these keyword but that you did not > update the internal keyword lists by restarting Emacs, or by > pressing `C-c C-c' on the line. > > - Carsten > > On Dec 4, 2009, at 4:01 PM, U Avalos wrote: > > > Someone suggested I use the variable > > org-agenda-skip-deadline-if-done. It works on "standard" org files > > using the default todo keywords -- if I give > > a TODO item a deadline and then set it to DONE, it doesn't show up > > in agenda. > > Yay! > > > > HOWEVER, if I use custom todo keywords per file, it stops working > > for that > > file. I'm using these keywords: > > > > #+SEQ_TODO: TODO WAITING | PUBLISHED REJECTED > > > > Todo items set to PUBLISHED and REJECTED still show up in the > > agenda. Any > > ideas? > > > > On Wednesday 25 November 2009 11:54:19 U Avalos wrote: > >> I have the following completed todo item: > >> > >> ** DONE pay Yolanda > >> DEADLINE: <2009-11-24 Tue> CLOSED: [2009-11-25 Wed 11:18] > >> > >> Yet it still appears in the weekly agenda. Is it not working > >> right or is > >> that how it's supposed to work? > >> > >> Also, when I hit C-c C-w (show deadlines in current buffer), I > >> get ALL todo > >> items, even completed items that are really old. Restricting it > >> with a > >> numeric prefix (ex: Esc 5 C-c C-w), doesn't work either. I just > >> get all > >> items plus or minus the number of days. > >> > >> > >> _______________________________________________ > >> Emacs-orgmode mailing list > >> Please use `Reply All' to send replies to the list. > >> Emacs-orgmode@gnu.org > >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > > > > > > > _______________________________________________ > > Emacs-orgmode mailing list > > Please use `Reply All' to send replies to the list. > > Emacs-orgmode@gnu.org > > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > - Carsten > > >