Niall Dooley
Niall Dooley
The following `use-package` declaration does not get deferred as I would expect using the `:hook` keyword but perhaps this is a misunderstanding on my part. ``` (use-package yaml-mode :ensure t...
The [ieure/scratch-el](https://github.com/ieure/scratch-el) has been moved to [Codeberg](https://codeberg.org/emacs-weirdware/scratch) by its author. Note the repo name has changed from `scratch-el` to simply `scratch`. For me, `straight` however fetches from an out-of-date fork...
The following `defcustom` `:group` argument value seems incorrect in `org-gtd-delegate.el`: https://github.com/Trevoke/org-gtd.el/blob/751a3ab5fd100c7539946db2168118642cf8d90f/org-gtd-delegate.el#L45 Should it not have a value of `'org-gtd-delegate` instead? In addition, is this file missing a `defgroup` form to...
https://github.com/Trevoke/org-gtd.el/blob/578e83b0f67cb57dd1b10e9eea4f40d2e925b9b9/org-gtd.el#L7 and https://github.com/Trevoke/org-gtd.el/blob/218fba0931cfd666591b09273f9ea8f6a6d8d8f9/org-gtd-pkg.el#LL7C84-L7C108 The latest version is [v1.3.2](https://github.com/Malabarba/org-agenda-property/blob/3b469f3e93de0036547f3631cd0366d53f7584c8/org-agenda-property.el#L7) and the repository has not been updated since 2015. Aside, are you still only using `org-agenda-property` to display to whom a task...
I propose we introduce a tickler type for date specific triggers. This is for items we wish to be reminded of on a specific date-time. The assigned date-time could be...
Incubate is an action that falls under step 3 (organize) of the GTD methodology. After the user clarifies (step 2) the captured item (from step 1) the incubate action `org-gtd-incubate`...
This renaming aligns it with the name for step 4 of the GTD methodology. All commands renamed accordingly. Resolves: #164
This renaming aligns it with the name for step 5 of the GTD methodology. Command org-gtd-show-all-next renamed to org-gtd-engage-next as well. Resolves: #165
I will outline how I imagine (or would like) the weekly review to work in `org-gtd` to elicit opinions, suggestions etc. For me processing of the inbox combines step 2...
To better reflect (!) step 4 of the GTD methodology and distinguish it from Org terminology. 'Reflect' is the current name of step 4. It is true David Allen used...