Marco Wahl <marcowahls...@gmail.com> writes:

> stardiviner <numbch...@gmail.com> writes:
>
>> I have an org-mode file:
>>
>> #+begin_src org
>> ,* Anniversary
>>
>> ,** my first child anniversary
>>
>> %%(diary-anniversary 10 26 2017)
>>
>> ,** Funeral Arrangement
>>
>> ,*** kk
>>
>> %%(diary-anniversary 12 8 2007)
>> #+end_src
>>
>> How to include and show them in default org-agenda day view by 
>> configuring org-mode?
>
> IIUC you can use
>
> #+begin_src org
> ,** my first child anniversary
> <%%(org-anniversary 2016 12 20)>
> #+end_src
>
> to get a corresponding entry in the agenda.
>
>

I like keeping anniversaries in bbdb:

,----
| Some Person
|                mail: some-per...@nowhere.com
|         anniversary: 1990-01-01 birthday
|                      2015-01-01 wedding
`----

and incorporating them into the agenda with

,----
| * Anniversaries
| %%(org-bbdb-anniversaries)
`----

in one of my agenda files.

-- 
Nick


Reply via email to