add howm-recent-excluded-files-regexp option#23
Merged
kaorahi merged 2 commits intokaorahi:masterfrom Dec 22, 2024
Merged
Conversation
Owner
|
Thank you for the PR. I'll read this soon. |
Owner
|
Looks perfect to me. Thank you for your thoughtful PR! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I followed the quick-start guide in the read-me to integrate Howm with Org-mode. It works very well!
But there's one problem. If I make a minor change to one of the notes in my old org-mode file, the mtime for that file gets updated, and then all of its hundreds of notes are treated as recent notes, which pushes my Howm notes out of view in the recent list.
This patch adds a user-option to exclude certain files from the recent-note lists. It also adds a function
howm-recent-items-filter, and adjusts thehowm-recent-menuandhowm-list-recentfunctions to apply the filter if the option has been set.This still allows headings in excluded files to be searched. They are only excluded from listings of recent files.