From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: hidden-subtree-error Date: Sun, 30 Sep 2012 19:47:14 +0200 Message-ID: <87k3vb8kt9.fsf@bzg.ath.cx> References: <20120911093720.GA2435@Vostro.dhcp.fh-bielefeld.de> <87y5k71mta.fsf@bzg.ath.cx> <20120930131023.GA3639@Vostro> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43648) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TINbh-00049F-PM for emacs-orgmode@gnu.org; Sun, 30 Sep 2012 13:47:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TINbg-0004kY-RC for emacs-orgmode@gnu.org; Sun, 30 Sep 2012 13:47:09 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:52353) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TINbg-0004kS-Kt for emacs-orgmode@gnu.org; Sun, 30 Sep 2012 13:47:08 -0400 Received: by weyu3 with SMTP id u3so2693848wey.0 for ; Sun, 30 Sep 2012 10:47:07 -0700 (PDT) In-Reply-To: <20120930131023.GA3639@Vostro> (Philipp Kroos's message of "Sun, 30 Sep 2012 15:10:23 +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: Philipp Kroos Cc: emacs-orgmode@gnu.org Hi Philipp, Philipp Kroos writes: > 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. I still cannot reproduce this error. What version of Org are you using? -- Bastien