mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-28 04:41:32 -08:00
For saving project todos/notes/changelogs in a central
{org-directory}/projects.org file, under {Project
Name}/{Tasks,Notes,Changelog} headings.
If you want to prefix the outline path, you can specific a :parents
property. e.g.
(after! org-capture
(org-capture-put :parents '("Projects")))
or
(dolist (key '("ot" "on" "oc"))
(setf (alist-get key org-capture-templates)
(append (alist-get key org-capture-templates)
'(:parents ("Projects")))))
Also sets :kill-buffer t by default, for all org capture templates.
|
||
|---|---|---|
| .. | ||
| contrib-dragndrop.el | ||
| contrib-ipython.el | ||
| contrib-present.el | ||
| org-attach.el | ||
| org-capture.el | ||
| org-export.el | ||
| org-link.el | ||
| org-refile.el | ||
| org-tables.el | ||
| org.el | ||