From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Cezar Halmagean" Subject: Re: FR: date marking in calendar Date: Wed, 05 Mar 2008 10:17:41 -0800 Message-ID: <87bq5tnigq.fsf@mixandgo.ro> References: <47CDC0CE.7030909@gmail.com> <878x0yp0vy.fsf@bzg.ath.cx> <874pbmjbep.fsf@bzg.ath.cx> <47CE00C4.8020609@gmail.com> <87ejapc3db.fsf@bzg.ath.cx> <47CEC49F.7080601@gmail.com> <87mypdf8y5.fsf@bzg.ath.cx> 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 1JWyBh-0005B5-LI for emacs-orgmode@gnu.org; Wed, 05 Mar 2008 13:17:57 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JWyBf-0005AE-Vf for emacs-orgmode@gnu.org; Wed, 05 Mar 2008 13:17:57 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JWyBf-0005A6-MO for emacs-orgmode@gnu.org; Wed, 05 Mar 2008 13:17:55 -0500 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JWyBf-0005KB-BK for emacs-orgmode@gnu.org; Wed, 05 Mar 2008 13:17:55 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JWyBX-0004yQ-Dj for emacs-orgmode@gnu.org; Wed, 05 Mar 2008 18:17:47 +0000 Received: from 208.64.185.250 ([208.64.185.250]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Mar 2008 18:17:47 +0000 Received: from cezar by 208.64.185.250 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Mar 2008 18:17:47 +0000 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: emacs-orgmode@gnu.org Bastien writes: > Wanrong Lin 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)) Does anyone have a screenshot of how this looks like ? I can't imagine what it does and how it displays things. Regards, Cezar