emacs-orgmode
[Top][All Lists]
Advanced

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

Re: Mention outli, and h speed-key


From: Jean Louis
Subject: Re: Mention outli, and h speed-key
Date: Fri, 24 Mar 2023 12:11:54 +0300
User-agent: Mutt/2.2.9+54 (af2080d) (2022-11-21)

* JD Smith <jdtsmith@gmail.com> [2023-03-10 07:03]:
> One speed key I added to outli I really miss in org, so I added it:
> 
> (if-let ((pos (cl-position '("Outline Visibility") org-speed-commands :test 
> #'equal)))
>       (cl-pushnew '("h" . outline-hide-sublevels) (nthcdr (1+ pos) 
> org-speed-commands)))
> 
> Basically h=outline-hide-sublevels.  This allows you to quickly
> collapse the entire tree to the level [h]ere.  It’s a wonderful,
> fast compromise between the ease of Shift-Tab and org’s more
> targeted folding capabilities.

It is more visible, but I am trying to understand what o you consider
better then outline-minor-mode

-- 
Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

In support of Richard M. Stallman
https://stallmansupport.org/



reply via email to

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