stardiviner 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?
Try org-anniversary. The line %%(org-anniversary 2016 12 20) Test anniversary Generates an anniversary in the agenda. In the default daily agenda it is mixed in with the tasks and deadlines, so it may be easy to miss. Note the order of the date elements is year, month, day and all three are needed. There is an option final element of type MARK what could be used to adjust fonts and the like. R Horn