emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Nicolas Goaziou
Subject: Re: [O] [PATCH] Fix the call to `org-expiry-handler-function'
Date: Thu, 22 Sep 2016 21:57:34 +0200

Hello,

Samuel Loury <address@hidden> 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 calls the contained function.

Applied. Thank you.

Regards,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]