rpdillon/todotxt.el

Error editing date: org-read-date unbound

Closed this issue · 0 comments

rptb1 commented

If you try to edit a date using the 'd' key, you get an error about org-read-date being unbound.

It appears that todotxt.el requires org mode to be loaded, but doesn't load it.

I was able to work around this by evaluating (require 'org) in the scratch buffer.

I suggest adding a dependency, but I do not know how you should do it.