From af2582fcca11cd93db7564e302f41c8455a3206f Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Sun, 9 Feb 2020 13:56:40 -0600 Subject: [PATCH] Notes: Add idea --- notes.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/notes.org b/notes.org index 61522a5d..d082ce35 100644 --- a/notes.org +++ b/notes.org @@ -598,6 +598,10 @@ This works okay (except the priority accessor needs to be fixed, because Org pri :action #'helm-org-goto-marker)))) #+END_SRC +** MAYBE Fancier plain query syntax for tags and properties + +e.g. something like [[https://200ok.ch/posts/2020-02-09_creating_org_mode_sparse_trees_in_emacs_and_organice.html][Organice has now]]. + ** MAYBE Overlay-based caching inspired by org-num-mode [2019-12-30 Mon 22:42] Newer versions of Org have =org-num-mode=, which uses =font-lock= and =after-change-functions= to update overlays in the buffer with outline numbering. Maybe a similar approach could be used to cache arbitrary values for headings in a buffer without having to discard the whole buffer's cache when the buffer changes.