From c3b1c0e1402edbd7d2739837ce16b78eca93fbe5 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Thu, 15 Aug 2019 01:04:22 -0500 Subject: [PATCH] Notes: Add idea --- notes.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/notes.org b/notes.org index 5aef795..f80dd95 100644 --- a/notes.org +++ b/notes.org @@ -8,6 +8,15 @@ Would probably be useful to have a default sort option. +** TODO [#A] Outline path in buffers-files arg + +e.g. + +#+BEGIN_SRC elisp + (org-ql (olp "~/org/inbox.org" "Emacs" "Ideas") + (todo "NEXT")) +#+END_SRC + ** TODO ~org-agenda-skip-function~ As discussed [[https://www.reddit.com/r/emacs/comments/cnrt2d/orgqlblock_integrates_orgql_into_org_agenda/ewi1q36/][here]], this is a cool feature that allows further integration into existing custom agenda commands. Example: