Trevoke
Trevoke
This looks good, thank you! Tell me about the autoloads? What did you learn?
Hi, Could you give me an example of a situation where this comes into play for you? My worldview on GTD is still pretty limited, and the tool is obviously...
You are *absolutely* correct. Fixing this now. Sorry about that!
There's an example of "how it should work" in the [tests](https://github.com/Trevoke/org-gtd.el/blob/master/test/projects-test.el#L59), like this: ```elisp (setq org-gtd-clarify-project-templates '(("prepare a video" . "* think of topic\n* record video\n* edit video")))) ``` Is...
Well, that tells me that I thought I had run a manual smoke test for this but I must have only run the automated tests. Okay, keeping this open, I'll...
Hmm, alright, this is strange -- for me it works. What version of emacs are you using? What version of org-mode are you using? Can I see the project template...
In the book, both are used fairly interchangeably. What is your source for this?
Okay, I found this and I'm sold : https://facilethings.com/blog/en/gtd-reflecting If we're going to rename this now, though, we need to provide aliases for all the existing functions, in order to...
Hi! First, in case you are trying this from scratch, and you do not have tags set up already, it might be that you should simply do `(setq org-gtd-organize-hooks nil)`...
Interesting. What version of emacs are you using? Are you using vanilla emacs, doom emacs, or spacemacs? What version of org-mode are you using? What should `org-current-tag-alist` be ? What...