Carsten,
Thank you for the very clear explanation. I like this option that you
suggested:
(add-hook 'org-mode-hook
(lambda ()
(define-key org-mode-map [(control ?<)] 'org-promote-subtree)
(define-key org-mode-map [(control ?>)] 'org-demote-subtree)))
It makes outline mode adapt to
Christian Moe christianmoe.com> writes:
> The Org manual (2.5 Structure editing) says to use M-S-≤right>
> (org-demote-subtree) for what the submitter wants to do.
(I am the original reporter of the issue on the Debian BTS.) That is useful
information for me, and I will use those keys.
I do w