bastibe / org-journal

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

Can org-journal-new-entry open the file as described by the Initial visibility of the file ? #381

Open proudot opened 2 years ago

proudot commented 2 years ago

Hi there, Thanks again for this great package.

I like to use #+STARTUP: show2levels . Can org-journal-new-entry open the file following that layout ?

Cheers

bastibe commented 2 years ago

You could probably disable org-journal-hide-entries-p and add #+STARTUP: show2levels to org-journal-date-prefix.

proudot commented 2 years ago

Thanks! It Do you mean org-journal-file-header rather ?

bastibe commented 2 years ago

Yes, thank you! I forgot we added that a while ago.

proudot commented 2 years ago

Thanks, Strangely enough, C-u C-u Tab provdes the proper fold , but opening the file does not. Let's not overthink that though, I ll see if I can find a workaround later on.