Re: [O] [feature request] support content level in #+startup

2019-03-06 Thread Eric S Fraga
On Wednesday, 6 Mar 2019 at 10:50, Zhang Haijun wrote: > Thank you. They works. But an option in startup line is easier to use for me. I agree but, in the meantime, the following at the end of your org file will accomplish the same: #+begin_src org ,* file local variables

Re: [O] [feature request] support content level in #+startup

2019-03-06 Thread Eric S Fraga
On Wednesday, 6 Mar 2019 at 01:43, Zhang Haijun wrote: > I want to show headlines whose level is less than 3(level 1 and 2). Can > you support this? For example, support the following option: > > content:2 show headlines whose level is no larger than 2 If you eval (org-content 2), you

[O] [feature request] support content level in #+startup

2019-03-06 Thread Zhang Haijun
The manual says there are following options deals with the initial visibility of the outline tree: overview top-level headlines only content all headlines showall no folding of any entries showeverything show even drawer contents I want to show headlines whose level