From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wanrong Lin Subject: Re: Bug: return key does not show the subtree the first time on a newly opened org file Date: Thu, 28 Feb 2008 15:09:58 -0500 Message-ID: <47C71516.7080400@gmail.com> References: <47C59703.8020804@gmail.com> <87ir096est.fsf@bzg.ath.cx> <47C61996.5090603@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JUp4v-0002bc-Q4 for emacs-orgmode@gnu.org; Thu, 28 Feb 2008 15:10:05 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JUp4u-0002bC-H1 for emacs-orgmode@gnu.org; Thu, 28 Feb 2008 15:10:05 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUp4u-0002b9-A4 for emacs-orgmode@gnu.org; Thu, 28 Feb 2008 15:10:04 -0500 Received: from an-out-0708.google.com ([209.85.132.250]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JUp4u-0000Cj-92 for emacs-orgmode@gnu.org; Thu, 28 Feb 2008 15:10:04 -0500 Received: by an-out-0708.google.com with SMTP id c25so726525ana.84 for ; Thu, 28 Feb 2008 12:10:03 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Cc: emacs-orgmode@gnu.org > Yes, this is really an accidental feature by a sequence of events: > > org-return-follow-link will add org-return to the mouse-map > org-mouse.el will activate the stars in a headline > > I can reproduce the bug, but I have no idea what is causing this, it > must be > something in the internal setup of Emacs keymaps in a new buffer, > I have no idea how to fix this or work around it. > > Why in the world would you use RET for cycling instead of TAB? > > - Carsten Because I discovered it and thought that was an official feature and got used to it from day 1. :-) I will try to use Tab from now on. Wanrong