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
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
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)
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
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