bastibe / org-journal

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

Support a symlink directory as org-journal-dir #409

Closed tomoyukim closed 1 year ago

tomoyukim commented 1 year ago

I found org-journal-is-journal fails to check the pattern of journal files in the symlink directory. I'm adding this PR to support a symlink directory as org-journal-dir.

In my understanding, org-journal--dir-and-file-format->pattern returns the pattern by chasing the symlink since it's implemented using file-truename but buffer-file-name returns a file symlink path.

bastibe commented 1 year ago

Thank you for the pull request!