(use-package org-mem :ensure nil :init (setq org-mem-watch-dirs (list (expand-file-name "~/documents/gtd/")) org-mem-do-sync-with-org-id t org-mem-suffixes '(".org")) (org-mem-updater-mode) :config (add-to-list 'org-mem-exclude "health/harp-") (add-to-list 'org-mem-exclude "archive/"))