doomemacs/modules
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
..
app Adds how to build emacs with ImageMagick in app:twitter 2019-10-11 11:56:33 +03:00
completion completion/ivy: remap evil-show-marks -> counsel-mark-ring 2019-10-27 14:03:45 -04:00
config Minor refactoring/reformatting across the board 2019-10-31 14:35:07 -04:00
editor Fix #1401 2019-10-31 20:51:20 -04:00
emacs Move evil & corrective keybinds to respective modules 2019-10-26 23:44:28 -04:00
email fix notmuch keybind typo 2019-10-26 15:42:25 -04:00
input Update packages.el 2019-10-26 15:33:46 +05:30
lang lang/org: add centralized org-capture project targets 2019-10-31 22:45:59 -04:00
term term/eshell: fix custom eshell faces 2019-10-27 14:03:45 -04:00
tools Rename +eval-overlay-max-lines -> +eval-popup-min-lines 2019-10-29 18:19:02 -04:00
ui Remove SPC DEL binding 2019-10-30 22:09:52 -04:00