From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: Re: Mark days in calendar based on agenda Date: Wed, 25 Aug 2010 23:18:09 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=45725 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OoNMY-0008Ma-Nm for emacs-orgmode@gnu.org; Wed, 25 Aug 2010 17:18:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OoNMW-0007jv-KC for emacs-orgmode@gnu.org; Wed, 25 Aug 2010 17:18:26 -0400 Received: from lo.gmane.org ([80.91.229.12]:49698) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OoNMW-0007jR-Ej for emacs-orgmode@gnu.org; Wed, 25 Aug 2010 17:18:24 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OoNMR-0006ZA-2U for emacs-orgmode@gnu.org; Wed, 25 Aug 2010 23:18:19 +0200 Received: from 85.183.18.158 ([85.183.18.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Aug 2010 23:18:19 +0200 Received: from rileyrg by 85.183.18.158 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Aug 2010 23:18:19 +0200 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 Claudius Hubig writes: > Richard Riley wrote: >>Claudius Hubig writes: >>> Anyway, I would like my calendar to mark days based on agenda >>> entries. For example, I have a line like the following: >>> Is there any way to achieve this? >>Well, you probably know "d" can show org-mode items by including >> >>&%%(org-diary) >> >>in your ~/.diary (diary-file variable). This is described in the >>org-mode worg page. > > No, I didn’t and I have to admit I didn’t look at the org-mode worg > page. However, > >>Despite playing with fancy display calendar settings as described in the >>calendar I wasnt able to get the calendar to hilite the day buttons if >>org items were there. Does the output of org-diary conform to the >>required calendar appointment format? > > this can be easily fixed then: > > %%(org-diary) > > does exactly what I want :) > > Thank you very much Richard! > > Claudius The calendar shows the actual days hilited if they have items on that day in org?