From ab5e9aa9116010e5da1995bf19ff26f55b93c214 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Thu, 26 Mar 2020 04:41:46 -0500 Subject: [PATCH] Notes: Add idea --- notes.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/notes.org b/notes.org index 9bd04d2..4cf5b39 100644 --- a/notes.org +++ b/notes.org @@ -525,6 +525,10 @@ e.g. as mentioned by Samuel Wales at https://lists.gnu.org/archive/html/emacs-or e.g. doesn't currently show the =View= header. +** TODO Dynamic blocks + +For example, [[https://egli.dev/posts/using-org-mode-for-meeting-minutes/][this blog article]] shows a way that Org's existing dynamic =columnview= blocks can be very useful. =org-ql= queries could be useful in them as well. + ** UNDERWAY [#B] "Node" caching [2019-09-05 Thu 12:30] At each node checked by a predicate, make a struct that stores attributes we can query for, as well as parent node position. This would let us speed up ancestor-based queries, like =(ancestor (todo "WAITING"))=. Ideally it would also serve as the tag hierarchy cache.