emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Tab/S-Tab cycling behavior: how to include #+begin_src and


From: Bastien
Subject: Re: [Orgmode] Tab/S-Tab cycling behavior: how to include #+begin_src and #+results blocks
Date: Fri, 11 Feb 2011 13:18:26 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hi Leo,

Leo Alekseyev <address@hidden> writes:

> I rely heavily on org-cycling/org-global-cycling to see an outline
> view of the document.  It would help if I could use  #+begin_src and
> #+results blocks, and possibly some others, in this outline view.
> Specifically, I would like to be able to do the following:
>
> (a) When cycling with S-Tab, between "contents" and "show all" I would
> like a step where all the #+begin_src and #+results blocks are folded.

Not what you're asking for, but this might help:

,----[ org-hide-block-startup ]
| Documentation:
| Non-nil means entering Org-mode will fold all blocks.
| This can also be set in on a per-file basis with
| 
| #+STARTUP: hideblocks
| #+STARTUP: showblocks
`----

Also, I think org-cycle should only understand the file structure, not
the content structure - and I guess it's reasonable to consider blocks
are part of the content structure.

HTH,

-- 
 Bastien



reply via email to

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