Skip to content

Commit

Permalink
Add: org-ql alias and todo
Browse files Browse the repository at this point in the history
  • Loading branch information
alphapapa committed Jan 6, 2018
1 parent 889a50a commit 9dc1fca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions org-agenda-ng.el
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@
:pred (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
;; list of positions or propertized strings instead.
(defalias 'org-ql 'org-agenda-ng)

;;;; Commands

(cl-defun org-agenda-ng--agenda (&key files pred)
Expand Down

0 comments on commit 9dc1fca

Please sign in to comment.