Is there a way to tell org-mode to load only the first N lines of a long text file? I would like to keep the whole file open to be able to search through it, but have org-mode display on the first N lines of my file, which is where I edit new content.
feedback
|
|
If you have a structured outline in org-mode, you can set the global file visibility with the I have my journal file set up to accomplish something similar what I think you're asking for using these org-mode properties. The "Today" section is opened so I can see everything, but older archives are collapsed. | |||
feedback
|
|
I'm not sure the title really fits the description? I think you just want use buffer narrowing, which lets you hide everything outside of the specified region for as long as necessary. You can manually narrow the buffer by marking the region and typing C-xnn Widen the display back to the full buffer with C-xnw I guess you could use an There's also | ||||
feedback
|