Pascal Fleury <pas...@telefleuries.com> writes: > I think properties can be used for this.
I use a yasnippet for writing down my meeting minutes, that also creates some properties. Daniel may find it useful. # -*- mode: snippet -*- # name : mtgmins # key : mtgmins # contributor: Haider Rizvi # -- `(org-insert-heading nil)`[`(format-time-string "%Y-%m-%d %a" (current-time))`] ${1:Meeting title} Attendees: Haider, ${2:Attendees} `(org-set-property "STYLE" "Meeting minutes")` `(org-set-property "STARTED" (format-time-string "[%Y-%m-%d %H:%M:%S]" (current-time)))` - Haider