Files
doomemacs/modules/lang
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
..
2019-09-07 19:57:58 -04:00
2018-06-23 19:53:54 +02:00
2019-10-27 14:24:52 +01:00
2019-10-30 23:29:34 -04:00
2019-07-23 12:50:45 +02:00
2019-10-04 22:14:05 -04:00
2019-10-13 00:50:06 +03:00
2019-10-28 23:23:12 -04:00
2019-07-23 12:50:45 +02:00
2018-06-02 02:53:54 +02:00