Re: [O] 24.0.95; (org) outline-style cycling + outline-mode

2012-04-11 Thread Bastien
Jambunathan K writes: > Thanks for the fix and it addresses the problem I reported. Feel free > to close this bug once you commit the changes to bzr repo. Thanks for confirming. This in now in Emacs, I closed the bug there. -- Bastien

Re: [O] 24.0.95; (org) outline-style cycling + outline-mode

2012-04-10 Thread Jambunathan K
Hello Bastien Thanks for the fix and it addresses the problem I reported. Feel free to close this bug once you commit the changes to bzr repo. Jambunathan K.

Re: [O] 24.0.95; (org) outline-style cycling + outline-mode

2012-04-09 Thread Bastien
Hi Jambunathan, Jambunathan K writes: > 1. Install the following hook > > (add-hook 'outline-mode-hook >(lambda () > (define-key outline-mode-map [(tab)] 'org-cycle) > (define-key outline-mode-map [(shift tab)] 'org-global-cycle))) > > 2. (setq debug-on-error t) >

[O] 24.0.95; (org) outline-style cycling + outline-mode

2012-04-02 Thread Jambunathan K
1. Install the following hook (add-hook 'outline-mode-hook (lambda () (define-key outline-mode-map [(tab)] 'org-cycle) (define-key outline-mode-map [(shift tab)] 'org-global-cycle))) 2. (setq debug-on-error t) 3. Visit NEWS file with C-h n 4. Place the cursor at the