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. HTH Marco