From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: 24.0.95; (org) outline-style cycling + outline-mode Date: Mon, 09 Apr 2012 20:54:42 +0200 Message-ID: <87ehrwhh1p.fsf@gnu.org> References: <8162dh8it7.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38260) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHJib-0002jK-UM for emacs-orgmode@gnu.org; Mon, 09 Apr 2012 14:53:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SHJiX-0004r5-DR for emacs-orgmode@gnu.org; Mon, 09 Apr 2012 14:53:37 -0400 In-Reply-To: <8162dh8it7.fsf@gmail.com> (Jambunathan K.'s message of "Tue, 03 Apr 2012 11:21:00 +0530") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jambunathan K Cc: bug-gnu-emacs@gnu.org, Orgmode 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) > 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