bastibe / org-journal

A simple org-mode based journaling mode
BSD 3-Clause "New" or "Revised" License
1.24k stars 123 forks source link

Populate tag suggestions with all journal files #353

Open xeruf opened 3 years ago

xeruf commented 3 years ago

Is your feature request related to a problem? Please describe. Previously, I kept my journal in one big file - now I use weekly org-journal files. One thing I like to do is tag my entries.

When I invoke counsel-org-tag, it only suggests me tags that have been used in the current file, meaning I have to re-enter my tags every week.

Describe the solution you'd like Add tags from all journals to the counsel suggestions.

Describe alternatives you've considered To be honest, I have no idea how this suggestion list works, maybe some counsel advice would also be adequate.

bastibe commented 3 years ago

Thank you for the suggestion. I don't think this is something org-journal can reasonably do, as we try to not read more than the current journal file for performance reasons. But if you find a good way for doing this, pull requests would be appreciated.