From f8a9ae75e2ce7fae9d1be8240a2c56eb58e04dce Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Fri, 26 Jul 2019 02:14:04 -0500 Subject: [PATCH] Notes: Add MAYBE --- notes.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/notes.org b/notes.org index e9f1a14..9694dd2 100644 --- a/notes.org +++ b/notes.org @@ -178,6 +178,10 @@ If your function needs to retrieve the tags including inherited tags at the *cur Because the existing ones only search the special date property line. +** MAYBE Fancier searching for inherited tags + +When tag inheritance is enabled, and the given tags aren't file-level tags, we could search directly to headings containing the matching tags, and then only do per-heading matching on the subtrees. Sometimes that would be much faster. However, that might make the logic special-cased and complicated. Might need a redesign of the whole matching/predicate system to do cleanly. + ** DONE Byte-compile lambdas CLOSED: [2018-05-09 Wed 17:30] :LOGBOOK: