Add stuff
This commit is contained in:
parent
ad16be39bd
commit
b2b0d068e0
3 changed files with 127 additions and 5 deletions
|
|
@ -50,8 +50,8 @@
|
|||
(cl-defmacro org-agenda-ng (files &rest pred-body)
|
||||
(declare (indent defun))
|
||||
`(org-agenda-ng--agenda :files ,files
|
||||
:pred (lambda ()
|
||||
,@pred-body)))
|
||||
:pred (byte-compile (lambda ()
|
||||
,@pred-body))))
|
||||
|
||||
;; TODO: Return different kinds of results for org-ql? i.e. maybe it
|
||||
;; shouldn't always open an agenda-like view; maybe it should return a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue