[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] 24.0.95; (org) outline-style cycling + outline-mode
From: |
Bastien |
Subject: |
Re: [O] 24.0.95; (org) outline-style cycling + outline-mode |
Date: |
Mon, 09 Apr 2012 20:54:42 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux) |
Hi Jambunathan,
Jambunathan K <address@hidden> 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)
> 3. Visit NEWS file with C-h n
> 4. Place the cursor at the end of the line as shown below.
>
> ,---- ^^^^^ is where the cursor is.
> | ---^^^^^^
> | ** Emacs can be compiled with SELinux support.^^^^^^
> | This happens by default if a suitably recent version of the library is
> | found at build time. To prevent this, use the configure option^^^^^^^^
> | `--without-selinux'. See below for SELinux features.
> |
> |
> `----
>
> 5. Press S-TAB. The following error is reported. I would expect some
> sort of cycling to happen.
> let: Wrong type argument: stringp, nil
This should be fixed now. Can you confirm?
Thanks!
--
Bastien