[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Could an "org-anniversary" be a PROPERTY?
From: |
Ihor Radchenko |
Subject: |
Re: Could an "org-anniversary" be a PROPERTY? |
Date: |
Mon, 18 Jul 2022 07:49:17 +0800 |
Ypo <ypuntot@gmail.com> writes:
> I am starting to use org-contacts and wanted to unify my existing
> "Birthdays" list, with the new formatted contacts I am creating.
>
> Do the anniversaries have to be out of PROPERTIES?
>
> Example: This is not "parsed into agenda":
>
> :PROPERTIES:
> :BDAY: %%(org-anniversary 1980 02 19)
> :END:
Try
:BDAY: <%%(org-anniversary 1980 02 19)>
(diary sexp-style timestamp)
Best,
Ihor