Friday, September 14, 2018

Emacs error: Invalid duration format: "r"

When migrating to 26.1 this error came up. Turns out there was an Effort property with the value r somewhere:

Effort: r


You can debug it by setting a debug on this function:


(debug-on-entry 'org-duration-to-minutes)



No comments:

Post a Comment