Morgan Smith <[email protected]> writes: > See attached 3 patches. They address all comments and should be fine to > apply.
Thanks! Applied, onto main. Fixed. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=e9f7da66d https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=5fc5ef5ec https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=d7410bf1f > `org-scan-tags' is what creates the tags-tree and seems to have most of the > logic of `org-occur' although much more spread out. There are some important > differences though. > > Features missing from `org-scan-tags' that `org-occur' has > - Optionally allow keeping the previous search to stack searches > - Run `org-occur' hooks > - Remove highlights after change All three are fairly easy to implement. Mixing logic is annoying, and I managed to get rid of that problem on refactoring branch, but that was a non-trivial endeavor. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
