Open DesiQuintans opened 3 years ago
Good idea! Would you like to contribute a pull request?
Perhaps, but I don't know elisp yet. I am happy to do it later when I do learn, but if anyone wants to jump in and do it before me, I would appreciate it a lot.
I started with a weekly journal, and i get no results when searching
Describe the bug I have a journal that began as a daily journal (org-journal-file-type 'daily), but then I turned it into a weekly journal (org-journal-file-type 'weekly). Files that were created when the journal was still in daily mode are not searched by org-journal-search, it is like they don't exist.
This is because they are lacking the
:CREATED:
field inPROPERTIES
that weekly mode adds. When I add thePROPERTIES
to the daily journal files, they become visible to org-journal-search.To Fix Make the daily mode add a
:CREATED:
property to every file regardless of mode.