|
From: | Wanrong Lin |
Subject: | Re: [Orgmode] FR: date marking in calendar |
Date: | Wed, 05 Mar 2008 14:45:22 -0500 |
User-agent: | Thunderbird 2.0.0.6 (Windows/20070728) |
Thanks. It works now. I found I need only set (setq mark-diary-entries-in-calendar t) to have the markings show up. Wanrong Bastien wrote:
Wanrong Lin <address@hidden> writes:Following your suggestion now I can see a pretty list of scheduled things when I run "diary", but I don't see any marking of dates in mycalendar buffer. Is there anything I could have missed?(add-hook 'initial-calendar-window-hook 'mark-diary-entries) If %%(org-diary :scheduled :timestamp) throws an error, cheat a little and use this instead: %%(condition-case nil (org-diary :scheduled :timestamp) (error nil))
[Prev in Thread] | Current Thread | [Next in Thread] |