emacscollective / no-littering

Help keeping ~/.config/emacs clean
GNU General Public License v3.0
635 stars 69 forks source link

org-journal: Theme org-journal-cache-file #101

Closed akirak closed 4 years ago

tarsius commented 5 years ago

To me it looks like there is a bug in org-journal-serialize. If the file isn't writable, e.g. because the parent directory does not exist, then it silently fails to serialize. In our case that would happen when if no other org related package already saved a file in the same directory. Please have a look and if appropriate create a pr to fix that. This function should create the directory if necessary.

akirak commented 5 years ago

Thanks for your review. I'm trying to patch the package.

akirak commented 5 years ago

It has been merged, so this PR is ready for merging. Thanks again.

tarsius commented 4 years ago

Thanks!

tarsius commented 4 years ago

Quickly force-pushed to add the .el suffix.