Ответ 1
Вы можете настроить поведение команды org-cycle
(которая привязана к <TAB>
), изменив значение org-cycle-emulate-tab
.
Чтобы заставить его свернуть ** Section A
, когда ваш курсор находится на Here is another line
, добавьте следующую строку в файл .emacs:
(setq org-cycle-emulate-tab 'white)
white
позволит вам по-прежнему использовать <TAB>
для отступа в пустых строках. Из документации emacs:
org-cycle-emulate-tab value is t
Documentation:
Where should `org-cycle' emulate TAB.
nil Never
white Only in completely white lines
whitestart Only at the beginning of lines, before the first non-white char
t Everywhere except in headlines
exc-hl-bol Everywhere except at the start of a headline