clear your natively compiled files and re-sync
There’s been a lot of issues during beta testing with proper installation of org-mode >9.6 and org-gtd 3.0, and a clean install is the only fix we found. Part of the reason is likely that org-mode is a very complex beast to install properly and requires some delicate massaging by doom in order to be user-friendly, but leads to potentially weird edge cases. Don’t quote me on this.
(a)rchive is now (k)nowledge (m)odify project is now (a)dd to project
Create your own functions and use with-org-gtd-context
instead.
See org-gtd-engage
for an example.
organize-hooks can be customized to apply to specific types of tasks (see org-gtd-organize-type-member-p )
suggest keybinding on keymap in doc
org-gtd-clarify-project-insert-template
(nothing for knowledge, projects, quick action, or trash) sample hook
(defun org-gtd-delegate-from-email ()
(let ((delegated-to (message-fetch-field "to"))
(topic (format "Check in on %s" (message-fetch-field "subject")))
(checkin-date (format-time-string "%Y-%m-%d"))
(org-gtd-delegate-create topic delegated-to checkin-date)))
point people to org documentation for startup / variables to determine logging behavior if they want to keep it -> logdone logrepeat logreschedule logredeadline https://orgmode.org/manual/In_002dbuffer-Settings.html
org-gtd-process-item-hooks -> org-gtd-organize-hooks