emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] reveal only current subtree


From: Takaaki ISHIKAWA
Subject: Re: [O] reveal only current subtree
Date: Sun, 18 Dec 2011 14:44:46 +0900

Dear sergio,

I think you are right, and have confirmed your setting.

The following has the same effect, just for your information.

(define-key org-mode-map (kbd "C-c C-r")
  '(lambda () (interactive) (org-show-siblings)))


Best regards,
Takaaki Ishikawa

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

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail


reply via email to

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