emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: diary integration


From: Richard G Riley
Subject: [Orgmode] Re: diary integration
Date: Tue, 02 Sep 2008 23:12:26 +0200
User-agent: Emacs 22.2.1/No Gnus v0.11

Richard G Riley <address@hidden> writes:

> I keep all diary stuff in an org file. I have turned off including the
> external .diary file into org.
>
> However my .diary file (which feeds the calendar) looks like:
>
> &%%(org-diary)
> Oct 13, 2008 hello
>
>
> Should anniversaries (bbdb) and todos etc not be hilited in the calendar as
> "hello" above is?


Aargh. I had the "&" there - removing it and including

(require 'diary-lib)
(add-hook 'diary-display-hook 'fancy-diary-display)


in my init file solved the problem. Its very slow though and I dont have
that many scheduled items.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]