From 9dc1fca03458dd9b77f83f5e11706b37a354fa53 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Sat, 6 Jan 2018 04:17:31 -0600 Subject: [PATCH] Add: org-ql alias and todo --- org-agenda-ng.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/org-agenda-ng.el b/org-agenda-ng.el index c953970..23fca93 100644 --- a/org-agenda-ng.el +++ b/org-agenda-ng.el @@ -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)