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 the howm-recent-menu and howm-list-recent functions 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.
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-menu
andhowm-list-recent
functions 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.