Re: [O] hidden-subtree-error

2012-09-30 Thread Philipp Kroos
Oh my. It's fixed... I should add a function to the hooks, right? So this works (add-hook 'org-mode-hook (lambda () (local-set-key ... as expected. Thanks, sorry :) On Sun, Sep 30, 2012 at 11:23:08PM +0200, Bastien wrote: > Hi Philipp, > > Philipp Kroos writes: > > > The same happens

Re: [O] hidden-subtree-error

2012-09-30 Thread Bastien
Hi Philipp, Philipp Kroos writes: > The same happens if I don't add the git-version to load-path, > i.e., with Org-mode version 7.8.11 I still cannot reproduce this. The error is only displayed when I use M-/ on a subtree that has folded children. Maybe someone else can reproduce. -- Basti

Re: [O] hidden-subtree-error

2012-09-30 Thread Philipp Kroos
Hi, I just pulled from master. $> emacs -Q -l minimal-init.el M-x version M-x org-version C-x C-f minimal-org.org C-x b *Messages* RET Org-mode version 7.9.2 (release_7.9.2-347-gd79227 @ /home/philipp/Lisp/elisp/org-mode/lisp/) GNU Emacs 24.2.1 (i686-pc-linux-gnu, GTK+ Version 3.4.4) of 2012-08

Re: [O] hidden-subtree-error

2012-09-30 Thread Bastien
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. >

Re: [O] hidden-subtree-error

2012-09-30 Thread Philipp Kroos
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 m

Re: [O] hidden-subtree-error

2012-09-18 Thread Bastien
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 r

[O] hidden-subtree-error

2012-09-11 Thread Philipp Kroos
Hi, 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'm on the HEAD of the git-repository. With (toggle-debug-on-error) th