Fix: (--predicate-clocked) advertised-calling-convention
This commit is contained in:
parent
6c6bb2d572
commit
b2e8b9cbfc
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue