From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Guerry Subject: Re: Add anniversary and org-mode Date: Thu, 20 Mar 2008 10:12:01 +0000 Message-ID: <87od99n1qm.fsf@bzg.ath.cx> References: 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 1JcHkm-0006Eh-Ug for emacs-orgmode@gnu.org; Thu, 20 Mar 2008 06:12:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JcHkk-0006Dr-V3 for emacs-orgmode@gnu.org; Thu, 20 Mar 2008 06:12:08 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JcHkk-0006Df-O2 for emacs-orgmode@gnu.org; Thu, 20 Mar 2008 06:12:06 -0400 Received: from nf-out-0910.google.com ([64.233.182.186]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JcHkk-0004m4-Er for emacs-orgmode@gnu.org; Thu, 20 Mar 2008 06:12:06 -0400 Received: by nf-out-0910.google.com with SMTP id f5so415923nfh.26 for ; Thu, 20 Mar 2008 03:12:05 -0700 (PDT) In-Reply-To: (Richard G. Riley's message of "Thu, 20 Mar 2008 01:02:46 +0100") 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: Richard G Riley Cc: org-mode Hi Richard, Richard G Riley writes: > I used add anniversary in the agenda and ended up with > something like > > %%(diary-anniversary 3 19 2008) John's daughter's birthday. > > in my diary file. > > But its not showing up in my agenda or my calendar. What could be the > issue here? I even tried "c" in the calendar view to generate the agenda > for that day. Did you tell Org to include the diary? (setq org-agenda-include-diary t) -- Bastien