From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard G Riley Newsgroups: gmane.emacs.help Subject: Re: org-mode recurring dates Date: Sat, 06 Sep 2008 17:26:14 +0200 Organization: A noiseless patient Spider Message-ID: References: <19340261.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1220715705 3350 80.91.229.12 (6 Sep 2008 15:41:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 6 Sep 2008 15:41:45 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Sep 06 17:42:40 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Kbzvj-0003Iw-Jo for geh-help-gnu-emacs@m.gmane.org; Sat, 06 Sep 2008 17:42:31 +0200 Original-Received: from localhost ([127.0.0.1]:42591 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kbzuj-0003i5-Vv for geh-help-gnu-emacs@m.gmane.org; Sat, 06 Sep 2008 11:41:30 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!feeder.erje.net!news.motzarella.org!motzarella.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 38 Original-X-Trace: feeder.motzarella.org U2FsdGVkX18hPiXYIFpTS7+EMCK7ZKcb3BIxzhkfhGvY6vvr9HFkKubjqKt9bbba2mMXBwnk3GSoDPDGWkj3rAue3Nx1B5M5HbuMxA4jthqHBOIWvG2w5TTpwpDI2m3mL2iwF7VxlrArUZxHhPDK9w== Original-X-Complaints-To: Please send complaints to abuse@motzarella.org with full headers Original-NNTP-Posting-Date: Sat, 6 Sep 2008 15:27:40 +0000 (UTC) X-Auth-Sender: U2FsdGVkX194UcsTmbHBZEBhSSEystE64q2sb3XCzokU/ceFLLcgfA== Cancel-Lock: sha1:XEUfSp96WnePGi8QAoymHJb7haI= User-Agent: Emacs 22.2.1/No Gnus v0.11 Original-Xref: news.stanford.edu gnu.emacs.help:161975 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:57313 Archived-At: Thierry Volpiatto writes: > "what.a.guy" writes: > >> Using emacs 22.2.1 + org-mode 6.06b, I've set up 'birthdays.org' as one of my >> org-agenda-files: >> >> * Name 1 >> <2008-02-14 Sat +1y> >> * Name 2 >> <2008-05-16 Sat +1y> >> ... >> >> The weekly org agenda view will show the original (2008) dates correctly, >> but when I hit repeatedly to see 2009, the dates don't show in >> the agenda. Am I doing something wrong here? >> >> Wayne > Hi, > You can use diary in your org files like that: > > ,---- > | %%(diary-anniversary 05 25 1963) Thierry is %d years old > `---- Does that address what is wrong though? I have: ** Pub Quiz - Note taken on [2008-08-26 Tue 09:59] \\ do questions! <2008-03-25 21:30 +1w> And it shows up every tuesday. (note for birthdays I use the bbdb anniversary field and org-bbdb)