emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] outline-demote incorrectly demotes leaf nodes


From: Sanjoy Mahajan
Subject: Re: [O] outline-demote incorrectly demotes leaf nodes
Date: Wed, 19 Oct 2011 09:57:02 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)

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 the new age (org mode).
-- 
-Sanjoy

`Until lions have their historians, tales of the hunt shall always
 glorify the hunters.'  --African Proverb



reply via email to

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