Hi Leo,

Leo Alekseyev <dnqu...@gmail.com> 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

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to