Re: [O] [PATCH] Fix the call to `org-expiry-handler-function'

2016-09-22 Thread Nicolas Goaziou
Hello, Samuel Loury writes: > `org-expiry-handler-function' is meant to be a variable containing the symbol > of > a function to be called. > > Therefore, calling (funcall 'org-expiry-handler-function) results in a > void function error while (funcall org-expiry-handler-function) > correctly ca

[O] [PATCH] Fix the call to `org-expiry-handler-function'

2016-09-18 Thread Samuel Loury
`org-expiry-handler-function' is meant to be a variable containing the symbol of a function to be called. Therefore, calling (funcall 'org-expiry-handler-function) results in a void function error while (funcall org-expiry-handler-function) correctly calls the contained function. From 8eedc132e75