Add: org-ql alias and todo

This commit is contained in:
Adam Porter 2018-01-06 04:17:31 -06:00
parent 889a50a3d1
commit 9dc1fca034

View file

@ -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)