From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Berry Subject: Re: [NEW] navi-mode for org files Date: Tue, 9 Apr 2013 02:16:49 +0000 (UTC) Message-ID: References: <878v4y9ziu.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57955) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPO7J-0007s8-O8 for emacs-orgmode@gnu.org; Mon, 08 Apr 2013 22:17:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPO7I-0004w1-NB for emacs-orgmode@gnu.org; Mon, 08 Apr 2013 22:17:01 -0400 Received: from plane.gmane.org ([80.91.229.3]:36150) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPO7I-0004vi-G0 for emacs-orgmode@gnu.org; Mon, 08 Apr 2013 22:17:00 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UPO7H-0003ZW-Gy for emacs-orgmode@gnu.org; Tue, 09 Apr 2013 04:16:59 +0200 Received: from 137.110.39.194 ([137.110.39.194]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Apr 2013 04:16:59 +0200 Received: from ccberry by 137.110.39.194 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Apr 2013 04:16:59 +0200 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: emacs-orgmode@gnu.org Thorsten Jolitz gmail.com> writes: > > > Hi List, > > I made navi-mode (=> super-fast buffer navigation, visibility-cycling, > structure-editing, and much more, with one-key commands in an associated > read-only *Navi* buffer) work with Org-mode buffers too. > > [deleted] > > (6. Want more? > - check the 'navi-menu' for more commands > - type 'h' to see the (customizable) user-defined keyword-searches and > their keybindings 'h' in the *Navi:myfile.org* buffer returns an error. underline-line-with is not found. I could not find it by rgrep'ing or Googling. Commenting it out of navi-show-help results in display of the keybindings. HTH,