Trevoke / org-gtd.el

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

Blocked repairing actionable.org from org-gtd-refile--group-p error #209

Closed mobatmedia closed 1 week ago

mobatmedia commented 2 weeks ago

My actionables.org is unusable and needs repair. At times, I edit actionable.org by hand. Sometimes, this causes errors when using org-gtd. So far, the error has been repairable. But today, I have a stubborn error when organizing after clarifying: (org-gtd-refile--group-p "Actions") causes an error: (wrong-type-argument stringp [org-element-deferred org-element--substring (33 40) t])

mobatmedia commented 1 week ago

The problem was likely due to an upgrade of one of the packages, possibly org or org-roam. Following other people's advice, my solution was to recompile all Emacs packages with: (byte-recompile-directory package-user-dir nil :force) Then I restarted Emacs.