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 <down>") 'org-metaleft)) (add-hook 'org-mode-hook (global-set-key (kbd "ESC <up>") '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 <philipp.kr...@t-online.de> 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-<left>/<right>")`. > > > > * 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 >