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 will get what you want.  You can create
a simple inline src block that will evaluated this for you by C-c C-c:

   src_elisp{(org-content 2)}

or you can put this in your file local variables (which is what I do) so
that you get the opening view of the file as you want it.

-- 
Eric S Fraga via Emacs 27.0.50, Org release_9.2.1-242-g7e98c5

Reply via email to