[Orgmode] Bug fix and org-agenda-todo-ignore-deadlines option

2006-10-05 Thread Piotr Zielinski
Carsten, Here's a patch that adds a new option org-agenda-todo-ignore-deadlines. If set to t (default nil), the global todo list does not display deadlines which are closer than org-deadline-warning-days, because such deadlines will be displayed by the agenda anyway. Besides, it fixes a bug wit

Re: [Orgmode] org-log-done customization problem

2006-10-05 Thread Daniel J. Sinder
Yup -- there was a repeat in my .emacs. Time to start getting more sleep. Thanks, Dan Carsten Dominik wrote: > I cannot reproduce this which means that your setup something must be > resetting this variable. Possibilities: > > - there is a (setq org-log-done t) still in .emacs > - You have tog

Re: [Orgmode] Another GTD question.

2006-10-05 Thread Jason F. McBrayer
Carsten Dominik <[EMAIL PROTECTED]> writes: [A summary of the main options for implementing GTD in Org-mode.] I'd just like to follow this up by saying that Option 2 (TODO keywords are TODO NEXT WAITING SOMEDAY DONE; contexts and people are tags) is basically the practise I've evolved for doing G

Re: [Orgmode] org-log-done customization problem

2006-10-05 Thread Carsten Dominik
I cannot reproduce this which means that your setup something must be resetting this variable. Possibilities: - there is a (setq org-log-done t) still in .emacs - You have toggled logging twice from the menu before using it. This would set it to t - sort-of a bug, yes. - #+STARTUP: nologging