From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Kroos Subject: Re: hidden-subtree-error Date: Sun, 30 Sep 2012 15:10:23 +0200 Message-ID: <20120930131023.GA3639@Vostro> References: <20120911093720.GA2435@Vostro.dhcp.fh-bielefeld.de> <87y5k71mta.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41249) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIJMj-0005SQ-Kw for emacs-orgmode@gnu.org; Sun, 30 Sep 2012 09:15:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TIJMc-0006Gy-Qb for emacs-orgmode@gnu.org; Sun, 30 Sep 2012 09:15:25 -0400 Received: from mailout01.t-online.de ([194.25.134.80]:49872) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIJMc-0006Dn-Dt for emacs-orgmode@gnu.org; Sun, 30 Sep 2012 09:15:18 -0400 Content-Disposition: inline In-Reply-To: <87y5k71mta.fsf@bzg.ath.cx> 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 Cc: bzg@altern.org Hi, sorry, I missed your answer till tidying up my mailbox was due today ;) This error doesn't prevent anything from working, so I haven't looked into it much deeper yet. Anyway, last time I even forgot the obvious step to investigate my .emacs first. Now I could narrow down the reason for the message to these lines: #+BEGIN_SRC emacs-lisp (add-hook 'org-mode-hook (global-set-key (kbd "ESC ") 'org-metaleft)) (add-hook 'org-mode-hook (global-set-key (kbd "ESC ") 'org-metaright)) #+END_SRC These bindings are ignored if i use `local-set-key` (why?), but the file-mode-specification error still comes up. Best regards, Philipp On Tue, Sep 18, 2012 at 03:29:37PM +0200, Bastien wrote: > Hi Philipp, > > Philipp Kroos writes: > > > for the following file I get the errormessage > > `File mode specification error: (error "Hidden subtree, open with TAB or > > use subtree command M-S-/")`. > > > > * Level 1 > > text > > ** Nested Level 2 > > othertext > > > > Is this a user-error? > > I don't know how to reproduce this error -- can you give a more detailed > recipe? > > Thanks, > > -- > Bastien >