From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David O'Toole" Subject: orgstruct-mode keybindings don't work Date: Fri, 14 Dec 2007 11:17:41 -0500 Message-ID: <64bfe3d50712140817o14985c1wc7ffaa9f750b6cab@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J3DEP-0003mw-8g for emacs-orgmode@gnu.org; Fri, 14 Dec 2007 11:17:45 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J3DEO-0003lL-FR for emacs-orgmode@gnu.org; Fri, 14 Dec 2007 11:17:44 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J3DEO-0003ky-9r for emacs-orgmode@gnu.org; Fri, 14 Dec 2007 11:17:44 -0500 Received: from an-out-0708.google.com ([209.85.132.245]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J3DEN-0005ZN-SF for emacs-orgmode@gnu.org; Fri, 14 Dec 2007 11:17:44 -0500 Received: by an-out-0708.google.com with SMTP id c25so261651ana.84 for ; Fri, 14 Dec 2007 08:17:42 -0800 (PST) Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I'm using orgstruct-mode in my elisp files (i.e. turn-on-orgstruct is in the emacs-lisp-mode-hook.) Local value of outline regexp is: ";;;\\(;* [^ ]\\|###autoload\\)\\|(" None of the orgstruct commands/keybindings work; C-h k shows that M-right has the org-hijacker command bound to it, but executing it just does the normal M-right action (which is forward-word on my emacs) No repositioning of point (i.e. further into the headline) helps at all. Trying M-up or M-down gives "this key has no function outside structure elements" even when in a headline. Am I doing something wrong? M-x emacs-version gives: GNU Emacs 23.0.50.1 (i686-pc-linux-gnu, X toolkit) of 2007-12-10 on pod