emacs-orgmode
[Top][All Lists]
Advanced

[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: Tue, 04 Mar 2008 22:42:09 +0000
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux)

Wanrong Lin <address@hidden> 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 in your ~/.diary file should do it:

%%(org-diary :scheduled :timestamp :deadline)

HTH,

-- 
Bastien




reply via email to

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