From b2e8b9cbfcb569cdbde0f4b0d9697452f0c98160 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Sat, 8 Jun 2019 22:49:52 -0500 Subject: [PATCH] Fix: (--predicate-clocked) advertised-calling-convention --- org-ql.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-ql.el b/org-ql.el index 476217f..baec414 100644 --- a/org-ql.el +++ b/org-ql.el @@ -314,7 +314,7 @@ arguments to this function, parsing timestamp strings into Unix timestamps and accepting `:on' keyword." ;; NOTE: FROM and TO are actually expected to be Unix timestamps. The docstring is written ;; for end users, for which the arguments are pre-processed by `org-ql-query'. - (declare (advertised-calling-convention (&key from to on))) + (declare (advertised-calling-convention (&key from to on) nil)) ;; FIXME: This assumes every "clocked" entry is a range. Unclosed clock entries are not handled. (cl-macrolet ((next-timestamp () `(when (re-search-forward org-clock-line-re end-pos t)