On 12/18/2011 05:12 AM, Takaaki ISHIKAWA wrote:

> Type "M-: (org-show-siblings)" and "M-: (org-show-entry)".

Am I right, that for rebind strange (org-reveal) to (org-show-siblings)
I should do:

(add-hook 'org-mode-hook (lambda ()
        (local-set-key "\C-c\C-r" (lambda ()
                                    (interactive)
                                    (org-show-siblings)))))

It works, but may be there are errors which I don't see.

-- 
sergio.

Reply via email to