hideshow-org icon indicating copy to clipboard operation
hideshow-org copied to clipboard

Provides org-mode like hide and show for hideshow.el

Results 8 hideshow-org issues
Sort by recently updated
recently updated
newest added

@shanecelis, are you still maintaining this package? I was trying to re-install this from MELPA (the recipe was submitted by @yasuyk), but it throws a byte compilation error: ``` hideshow-org.el:112:1:Error:...

AFAICS, when `transient-mark-mode` is `nil`, the mark remains always active after first activation in a buffer, so the condition in `hs-org/hideshow` to call `hs-toggle-hiding` should be updated to ``` lisp...

Just trying to install from melpa: hideshow-org.el:112:1:Error: Symbol's value as variable is void: hs-org/trigger-keys-block Compiling file /Users/dave/.emacs.d/elpa/hideshow-org-20120223.1450/hideshow-org.el at Thu Apr 7 16:52:39 2016

Fixes #3 (but without dealing with the modified status of the buffer)

Good evening, Tonight I am writing to humbly put in a request for you to tag this project. The reason is that a lot of users want to rely on...

lets say, I am in a elisp buffer and `C-c h` (enable hs-org/minor-mode) and to hide toplevel content. now if I do C-c h to disable the hs-org/minor-mode the hidden...

I just discovered this package, it's awesome. Might there be a way to visually indicate that a chunk of text has been hidden, e.g. changing its background color to yellow?...

At present hideshow-org decides whether TAB changed indentation by looking at whether the point has changed. There are several situations where this does not work too well. For example, if...