outshine
outshine copied to clipboard
[Emacs] outline with outshine outshines outline
`org-cycle` and `org-global-cycle` seem to work equally well for me in buffers with outline mode (and outshine) enabled. So why do we need these mode specific bindings?
If I jump to a node that is hidden (because its parent is folded) using `outshine-imenu', then the point ends up inside the ellipsis and I don't know how to...
It would be great if there was an option to treat function headings, class headings etc (as matched by regexps) as outline subheadings under the nearest preceding outline, so they...
Hi, I'm starting to use `outshine` when writing haskell, and there is this minor annoyance: the classic format for exportable documentation (like docstrings) in haskell is a comment line followed...
Can you add a feature that that headings with `:ARCHIVE:` tag do not unfold when cycling through different views? Currently the `:ARCHIVE:` tag doesn't seem to do anything. In `orgstruct`...
Visibility-cycling a headline that is open and has no children should go directly to folded state, rather than doing nothing.
With outshine, TAB puts the cursor on the innermost (most indented) python scope; in the original Python mode, TAB cycles the cursor between possible scopes . So, originally, for i...