mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-11 13:07:28 -05:00
+ Adds three new default org-capture templates, for todo, notes and changelogs. It will use the first {todo,notes,changelog}.org file found up the file heirarchy from the current file, or will use {project-root}/X.org. + Variables in org-capture-templates are now resolved relative to org-directory, if they aren't absolute. + Display target file in org capture window header-line. Mentioned in #886.