From mboxrd@z Thu Jan 1 00:00:00 1970 From: SW Subject: Re: Yearly repeats on the agenda Date: Tue, 17 Apr 2012 13:11:54 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33840) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SK8Cn-0007iI-Eh for emacs-orgmode@gnu.org; Tue, 17 Apr 2012 09:12:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SK8Ce-000409-Ji for emacs-orgmode@gnu.org; Tue, 17 Apr 2012 09:12:25 -0400 Received: from plane.gmane.org ([80.91.229.3]:43449) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SK8Ce-0003zx-Cw for emacs-orgmode@gnu.org; Tue, 17 Apr 2012 09:12:16 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SK8Ca-0002TJ-To for emacs-orgmode@gnu.org; Tue, 17 Apr 2012 15:12:12 +0200 Received: from ss1.wits.ac.za ([146.141.1.91]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Apr 2012 15:12:12 +0200 Received: from sabrewolfy by ss1.wits.ac.za with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Apr 2012 15:12:12 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org SW gmail.com> writes: > > > 2) I just added a bunch of holidays / days of observation to my system. > Your use case is better accomplished via org-anniversary: > > > > > > (org-anniversary 2011 01 01) New Year's Day > > Emailing before first coffee is a bad idea. I left out some syntax. See > http://orgmode.org/manual/Weekly_002fdaily-agenda.html. > Thanks, didn't know about those, but that's exactly what I need. There is *so* > much to org-mode and always another section to the manual ... :) FWIF 1: Anniversaries in the agenda don't have tags now. The tag I provided appears in the headline only and does not appear in the agenda. Adding :TAG: didn't solve this. FWIW 2: The CATEGORY example included in the link above resulted in the category appearing next to some other entries in the agenda as well. Replacing it with :CATEGORY: instead of #+CATEGORY: solved this.