The Wayback Machine - https://web.archive.org/web/20220204182402/https://github.com/topics/gtd-workflow
Skip to content
#

gtd-workflow

Here are 6 public repositories matching this topic...

Trevoke
Trevoke commented Jan 1, 2022

e.g.

;;; Org-gtd
(use-package! org-gtd
  :after org
  :config
  (org-edna-mode)
  (setq org-gtd-directory "~/documents/org/gtd")
  (setq org-gtd-default-file-name "actionable")
  (setq org-edna-use-inheritance t)
  (map!
   :leader
   (:prefix-map ("d" . "org-gtd")
    :desc "Capture"        "c"  #'org-gtd-capture
    :desc "Engage"         "e"  #'org-gtd-engage
    :desc "Process inbox

Improve this page

Add a description, image, and links to the gtd-workflow topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gtd-workflow topic, visit your repo's landing page and select "manage topics."

Learn more