Re: [Orgmode] org-agenda-to-appt adds DONE tasks

2009-01-31 Thread Daniel Clemente
Carsten Dominik writes: > (defun my-org-appts () >(let ((org-agenda-skip-deadline-if-done t) > (org-agenda-skip-scheduled-if-done t)) > (org-agenda-to-appt))) > Of course; thanks. ___ Emacs-orgmode mailing list Remember: use `Re

Re: [Orgmode] org-agenda-to-appt adds DONE tasks

2009-01-30 Thread Carsten Dominik
On Jan 30, 2009, at 1:07 PM, Daniel Clemente wrote: Hi, I use I org-agenda-to-appt, and today I received appointments about tasks which were already marked with a DONE state since yesterday (but however, still scheduled for today). Can this behaviour be configured not to do it? (defu

[Orgmode] org-agenda-to-appt adds DONE tasks

2009-01-30 Thread Daniel Clemente
Hi, I use I org-agenda-to-appt, and today I received appointments about tasks which were already marked with a DONE state since yesterday (but however, still scheduled for today). Can this behaviour be configured not to do it? Thanks Daniel __

Re: [Orgmode] org-agenda-to-appt

2008-03-02 Thread Russell Adams
I'm hooking into the agenda update hook. See my next email on the appt thread for the setup. Thanks. On Sun, Mar 02, 2008 at 06:35:20AM +0100, Richard G Riley wrote: > Wanrong Lin <[EMAIL PROTECTED]> writes: > > > I do it like this: > > > > (run-at-time "0:30am" (* 24 3600) 'org-agenda-to-appt)

Re: [Orgmode] org-agenda-to-appt

2008-03-01 Thread Richard G Riley
Wanrong Lin <[EMAIL PROTECTED]> writes: > I do it like this: > > (run-at-time "0:30am" (* 24 3600) 'org-agenda-to-appt) Lovely solution. Thanks. I was not aware of the run-at-time function. > > This will call org-agenda-to-appt when emacs starts, and, if you never > exit emacs, it will automatic

Re: [Orgmode] org-agenda-to-appt

2008-03-01 Thread Wanrong Lin
I do it like this: (run-at-time "0:30am" (* 24 3600) 'org-agenda-to-appt) This will call org-agenda-to-appt when emacs starts, and, if you never exit emacs, it will automatically call org-agenda-to-appt at mid-night. Wanrong Richard G Riley wrote: What would be the recommended way to automa

[Orgmode] org-agenda-to-appt

2008-03-01 Thread Richard G Riley
What would be the recommended way to automate a call to org-agenda-to-appt? A org mode hook to call it at start? Any recommendations appreciated. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.