Carsten Dominik <[EMAIL PROTECTED]> writes:

> On Feb 26, 2008, at 5:06 PM, Carsten Dominik wrote:
>
> [...]
>
> I forgot to clear the list:
>
> So to summarize, this is really all you need in .emacs:
>
> ;; Get appointments for today
> (global-set-key (kbd "<f9> a") 'my-org-agenda-to-appt)
> (defun my-org-agenda-to-appt ()
>  (interactive)
>  (setq appt-time-msg-list nil)
>  (let ((org-deadline-warning-days 0))    ;; will be automatic in org
> 5.23
>    (org-agenda-to-appt)))
> (my-org-agenda-to-appt)
> (appt-activate t)
> (run-at-time "24:01" nil 'my-org-agenda-to-appt)
>
>>

Thanks!!

-Bernt


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to