"Racoon Chimp" <[email protected]> writes:

> how can i make a 'datetree' of the format:
>
> * wednesday, 29 july
> ** 11:26 something
>
> thati is
> <level 1> <day of the week>, <day> <month>
> <level 2> <hour>:<minute> <note title>
>
> of course, if there is already a day heading, do not add a new one
>
> of course, the file is expected to refresh yearly

1. Set tree type in your capture template

 :tree-type          When `week', make a week tree instead of the month-day
                     tree.  When `month', make a month tree instead of the
                     month-day tree.  When any subset of
                     `(year quarter month week day)', create a
                     datetree hierarchy with the specified
                     levels.  Can also be a function, in which
                     case it should take the date as an argument
                     and generate a list of pairs to pass to
                     `org-datetree-find-create-hierarchy'.

2. Use "** <date> %?" as your template body


-- 
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>

Reply via email to