From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: FR: date marking in calendar Date: Tue, 04 Mar 2008 22:42:09 +0000 Message-ID: <878x0yp0vy.fsf@bzg.ath.cx> References: <47CDC0CE.7030909@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JWfpv-0001uh-Ol for emacs-orgmode@gnu.org; Tue, 04 Mar 2008 17:42:15 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JWfpu-0001tq-D4 for emacs-orgmode@gnu.org; Tue, 04 Mar 2008 17:42:15 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JWfpu-0001tk-0B for emacs-orgmode@gnu.org; Tue, 04 Mar 2008 17:42:14 -0500 Received: from mu-out-0910.google.com ([209.85.134.188]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JWfpt-0007fP-Aw for emacs-orgmode@gnu.org; Tue, 04 Mar 2008 17:42:13 -0500 Received: by mu-out-0910.google.com with SMTP id g7so1460295muf.0 for ; Tue, 04 Mar 2008 14:42:12 -0800 (PST) In-Reply-To: <47CDC0CE.7030909@gmail.com> (Wanrong Lin's message of "Tue, 04 Mar 2008 16:36:14 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Wanrong Lin Cc: org-mode mailing list Wanrong Lin 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