bastibe / org-journal

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

`visual-line-mode` loaded by default but not present in `org-journal-mode-hook` #370

Closed quantumgc closed 2 years ago

quantumgc commented 2 years ago

visual-line-mode is loaded by default for any org-journal-mode file, but the functions visual-line-mode or turn-on-visual-line-mode are not present in the variable org-journal-mode-hook. Instead, org-journal-mode calls turn-on-visual-line-mode explicitly here. Looking into the blame, this seems to be behaviour that was present since the initial import of org-journal into git.

Is this behaviour intentional?

bastibe commented 2 years ago

Certainly not intentional. Would you like to contribute a fix in a pull request?