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 <[EMAIL PROTECTED]> writes:
Following your suggestion now I can see a pretty list of scheduled
things when I run "diary", but I don't see
Wanrong Lin <[EMAIL PROTECTED]> 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-entri
Hi, Bastien,
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? Thank you very much.
Wanrong
Bastien Guerry wrote:
Wanrong Lin <[EMAIL PROTECTED]> wr
Wanrong Lin <[EMAIL PROTECTED]> writes:
> Thanks a lot for the suggestion. My appointments are in org files are
> agenda are marked with a tag, so using diary as you suggested does not
> work exactly as I wished.
Of course, my suggestion only works if you use the usual Org machinery
for appointme
Bastien,
Thanks a lot for the suggestion. My appointments are in org files are
agenda are marked with a tag, so using diary as you suggested does not
work exactly as I wished. But I was not even aware of the existence of
org-diary and its usage, maybe I can find some other use of it later on.
Bastien <[EMAIL PROTECTED]> writes:
>> If I have (setq mark-holidays-in-calendar t), the calendar window will
>> mark all holidays. I am thinking it will be great if we can mark
>> appointments in org-files.
>
> (require 'diary-lib)
> (add-hook 'diary-display-hook 'fancy-diary-display)
>
> Adding
Wanrong Lin <[EMAIL PROTECTED]> writes:
> If I have (setq mark-holidays-in-calendar t), the calendar window will
> mark all holidays. I am thinking it will be great if we can mark
> appointments in org-files.
(require 'diary-lib)
(add-hook 'diary-display-hook 'fancy-diary-display)
Adding this i
Hi,
If I have (setq mark-holidays-in-calendar t), the calendar window will
mark all holidays. I am thinking it will be great if we can mark
appointments in org-files. Maybe we can have a command to do the following:
1. Find a subset of headlines using the usual todo, or tag-todo search
synta