Add: org-ql alias and todo
This commit is contained in:
parent
889a50a3d1
commit
9dc1fca034
1 changed files with 5 additions and 0 deletions
|
|
@ -53,6 +53,11 @@
|
||||||
:pred (lambda ()
|
:pred (lambda ()
|
||||||
,@pred-body)))
|
,@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
|
||||||
|
;; list of positions or propertized strings instead.
|
||||||
|
(defalias 'org-ql 'org-agenda-ng)
|
||||||
|
|
||||||
;;;; Commands
|
;;;; Commands
|
||||||
|
|
||||||
(cl-defun org-agenda-ng--agenda (&key files pred)
|
(cl-defun org-agenda-ng--agenda (&key files pred)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue