From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 8CGFDj58Tl82OgAA0tVLHw (envelope-from ) for ; Tue, 01 Sep 2020 16:52:14 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id kFdtCj58Tl9VbAAAB5/wlQ (envelope-from ) for ; Tue, 01 Sep 2020 16:52:14 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 9417D940606 for ; Tue, 1 Sep 2020 16:52:13 +0000 (UTC) Received: from localhost ([::1]:38992 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kD9Vu-00034d-1F for larch@yhetil.org; Tue, 01 Sep 2020 12:52:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46278) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kD9VN-00034G-Vl for emacs-orgmode@gnu.org; Tue, 01 Sep 2020 12:51:35 -0400 Received: from mailbackend.panix.com ([166.84.1.89]:42256) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kD9VL-0002q6-1B for emacs-orgmode@gnu.org; Tue, 01 Sep 2020 12:51:32 -0400 Received: from quad (panix3.panix.com [166.84.1.3]) by mailbackend.panix.com (Postfix) with ESMTPS id 4BgtPs5Rk5zvLd; Tue, 1 Sep 2020 12:51:29 -0400 (EDT) References: <878sdth8fm.fsf@web.de> <87zh697ctp.fsf@ucl.ac.uk> <874kohh6el.fsf@web.de> <87r1rl79qb.fsf@ucl.ac.uk> User-agent: mu4e 1.4; emacs 27.1 From: Robert Horn To: Eric S Fraga Subject: Re: Headline generation as in diary? In-reply-to: <87r1rl79qb.fsf@ucl.ac.uk> Date: Tue, 01 Sep 2020 12:51:29 -0400 Message-ID: <868sdt1lv2.fsf@panix.com> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=166.84.1.89; envelope-from=rjhorn@panix.com; helo=mailbackend.panix.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/01 11:16:36 X-ACL-Warn: Detected OS = FreeBSD 9.x or newer [fuzzy] X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: rjhorn@alum.mit.edu Cc: Michael Heerdegen , emacs-orgmode@gnu.org Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Spam-Score: -0.01 X-TUID: ZJ2N6o16GTI1 Eric S Fraga writes: > On Tuesday, 1 Sep 2020 at 18:10, Robert Pluim wrote: > * Birthdays > > and then a number of %%(diary-anniversary ...) entries all under this > headline. > Note that you can also use %%(org-anniversary ...) with slightly different dependencies. I also use modifications of diary to insert sunrise and sunset. But I think that these %% functiotns only show up as part of agenda processing. -- Robert Horn rjhorn@alum.mit.edu