From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Add anniversary and org-mode Date: Thu, 20 Mar 2008 11:05:06 +0100 Message-ID: <0749E8E4-2775-470B-9CF6-DAEB02BF69A2@science.uva.nl> References: Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JcHe7-0003F5-02 for emacs-orgmode@gnu.org; Thu, 20 Mar 2008 06:05:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JcHe3-0003Cz-Pq for emacs-orgmode@gnu.org; Thu, 20 Mar 2008 06:05:13 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JcHe3-0003Ck-58 for emacs-orgmode@gnu.org; Thu, 20 Mar 2008 06:05:11 -0400 Received: from mu-out-0910.google.com ([209.85.134.189]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JcHe2-000373-Li for emacs-orgmode@gnu.org; Thu, 20 Mar 2008 06:05:10 -0400 Received: by mu-out-0910.google.com with SMTP id g7so1394804muf.0 for ; Thu, 20 Mar 2008 03:05:09 -0700 (PDT) In-Reply-To: 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 On Mar 20, 2008, at 1:02 AM, Richard G Riley wrote: > > 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. Make sure that there is a newline after the diary-anniversary entry. Make sure that you have set org-agenda-include-diary, or press "D" in the agenda. The first anniversary is after one year, so this entry will show up next year for the first time. - Carsten