emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Hidden named blocks.


From: abonnements
Subject: Re: [O] Hidden named blocks.
Date: Sun, 26 Oct 2014 11:48:43 +0100
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

Thanks, that's what I supposed.

But when you hit "TAB" on a "#+name: " line it fold the block to the "#+end_XXX".
This is not the case for a "#+header:" line.

So such a folding stuff may be easy to implement no?

Thierry

Le 26/10/2014 11:19, Nicolas Goaziou a écrit :
Hello,

abonnements <address@hidden> writes:

      I would like to know if there is, or if it is simple, to have a
"#+STARTUP: hideblocks" like option which allow to fold named blocks
leaving only the #+name:

Example
#+name: test
#+header: :var foo=10
#+begin_src python
...
#+end_src

is displayed on the opening of the file folded this way
#+name: test ...

instead of
#+name: test
#+header: :var foo=10
#+begin_src python ...
There is no such option. Note that order between "name" and "header" may
be reversed, which could be confusing.


Regards,





reply via email to

[Prev in Thread] Current Thread [Next in Thread]