[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] FR: date marking in calendar
From: |
Bastien |
Subject: |
Re: [Orgmode] FR: date marking in calendar |
Date: |
Wed, 05 Mar 2008 16:48:10 +0000 |
User-agent: |
Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) |
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 my
> calendar 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))
--
Bastien
- Re: [Orgmode] FR: date marking in calendar, (continued)
- Re: [Orgmode] FR: date marking in calendar, Bastien, 2008/03/04
- [Orgmode] time lag in re-scheduling the item in Agenda buffer, Xin Shi, 2008/03/04
- Re: [Orgmode] FR: date marking in calendar, Bastien, 2008/03/04
- Re: [Orgmode] FR: date marking in calendar, Wanrong Lin, 2008/03/04
- Re: [Orgmode] FR: date marking in calendar, Bastien Guerry, 2008/03/04
- Re: [Orgmode] FR: date marking in calendar, Wanrong Lin, 2008/03/05
- Re: [Orgmode] FR: date marking in calendar,
Bastien <=
- [Orgmode] Re: FR: date marking in calendar, Cezar Halmagean, 2008/03/05
- Re: [Orgmode] Re: FR: date marking in calendar, Bastien Guerry, 2008/03/05
- Re: [Orgmode] FR: date marking in calendar, Wanrong Lin, 2008/03/05
- [Orgmode] FR: more options in (org-diary), Wanrong Lin, 2008/03/05