4

I am a recent convert to Org-Mode. I like it a lot but I am having an issue with reopening files. When I open a org file, Org-Mode does not remember the folding which sux, because I have to resetup everything properly to my liking.

Is there a way to make Org-Mode to remember the folding when the file is opened next time?

I am using GNU Emacs 24.4.1 (x86_64-pc-linux-gnu, GTK+ Version 3.14.5) on Debian Jessie.

thanks

yarun can
  • 1,060

1 Answers1

0

AFAIK it is not possible out of the box since you would have to use an additional file to store that information. What I did instead is setting the org-startup-folded variable to nil so to start unfolded, which I think is a better default.

See C-h v org-startup-folded.

cYrus
  • 22,335