Trevoke / org-gtd.el

A package for using GTD with org-mode
GNU General Public License v3.0
367 stars 45 forks source link

Symbol’s value as variable is void: org-gtd-delegate-property' #181

Closed pjdurai closed 10 months ago

pjdurai commented 1 year ago

Greetings,

I am using the latest org-gtd in doom emacs (latest) on emacs 28. I have just one task I created. And marked it as a 'Single Task'. When I do org-gtd-organize I see that task twice as "NEXT" item.

Has anyone seen anything like this?

pjdurai commented 1 year ago

I cleaned up everything. I upgraded to emacs 29 , I am seeing 'org-gtd-clarify-item: Symbol’s value as variable is void: org-gtd-delegate-property' when I do 'gtd-process-inbox' My Environment

'gtd-process-inbox' errors out as mentioned above.

Trevoke commented 1 year ago

Hi, thanks for checking out the tool!

Please fully load the package with (require 'org-gtd) instead of leaving it to the autoloads and try again. I've been wrestling with the autoloads for over a year, trying to decide how much or how little to autoload, and how to intelligently organize the code, which has proven... Complicated.

Let me know if this fixes your problem.

As far as seeing things twice when you call org-gtd-engage (you wrote org-gtd-organize but I'm guessing that's not what you meant to write), that is surprising; this problem usually only comes up when there are timestamps. Could I see the contents of the file with the task?

Trevoke commented 10 months ago

Hi - with no activity in many weeks, I am closing this issue in order to help me manage and prioritize the work I have to do. Please open a new issue if this persists!