rpdillon / todotxt.el

A todo.txt client for Emacs
55 stars 18 forks source link

Error editing date: org-read-date unbound #33

Closed rptb1 closed 2 years ago

rptb1 commented 3 years ago

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.