From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Kroos Subject: hidden-subtree-error Date: Tue, 11 Sep 2012 11:37:20 +0200 Message-ID: <20120911093720.GA2435@Vostro.dhcp.fh-bielefeld.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54587) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBMz0-00072C-R4 for emacs-orgmode@gnu.org; Tue, 11 Sep 2012 05:42:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TBMyu-0007sl-Qm for emacs-orgmode@gnu.org; Tue, 11 Sep 2012 05:42:14 -0400 Received: from mailout09.t-online.de ([194.25.134.84]:46137) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBMyu-0007sY-Js for emacs-orgmode@gnu.org; Tue, 11 Sep 2012 05:42:08 -0400 Content-Disposition: inline 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: orgmode 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) the backtrace is Debugger entered--Lisp error: (error "Hidden subtree, open with TAB or use subtree command M-S-/") signal(error ("Hidden subtree, open with TAB or use subtree command M-S-/")) error("Hidden subtree, open with TAB or use subtree command M-S-/") org-metaright() run-hooks(change-major-mode-after-body-hook text-mode-hook outline-mode-hook org-mode-hook) apply(run-hooks (change-major-mode-after-body-hook text-mode-hook outline-mode-hook org-mode-hook)) run-mode-hooks(org-mode-hook) org-mode() set-auto-mode-0(org-mode nil) set-auto-mode() normal-mode(t) after-find-file(nil t) find-file-noselect-1(# "/tmp/test.org" nil nil "/tmp/test.org" (300 2055)) find-file-noselect("/tmp/test.org" nil nil t) find-file("/tmp/test.org" t) call-interactively(find-file nil nil) Best regards, Philipp