doomemacs/modules/lang/org/autoload
Henrik Lissner 040fcfcffa
lang/org: add centralized org-capture project targets
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.
2019-10-31 22:45:59 -04:00
..
contrib-dragndrop.el lang/org: major refactor & add org-fancy-priorities package 2019-10-25 20:25:20 -04:00
contrib-ipython.el 💥 lang/org: conform to new name conventions 2019-07-22 02:30:38 +02:00
contrib-present.el lang/org: major refactor & add org-fancy-priorities package 2019-10-25 20:25:20 -04:00
org-attach.el lang/org: major refactor & add org-fancy-priorities package 2019-10-25 20:25:20 -04:00
org-capture.el lang/org: add centralized org-capture project targets 2019-10-31 22:45:59 -04:00
org-export.el lang/org: major refactor & add org-fancy-priorities package 2019-10-25 20:25:20 -04:00
org-link.el lang/org: major refactor & add org-fancy-priorities package 2019-10-25 20:25:20 -04:00
org-refile.el lang/org: expand refile commands 2019-10-28 23:23:13 -04:00
org-tables.el lang/org: major refactor & add org-fancy-priorities package 2019-10-25 20:25:20 -04:00
org.el Minor refactoring/reformatting across the board 2019-10-31 14:35:07 -04:00