From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Bug: return key does not show the subtree the first time on a newly opened org file Date: Thu, 28 Feb 2008 07:42:45 +0100 Message-ID: References: <47C59703.8020804@gmail.com> <87ir096est.fsf@bzg.ath.cx> <47C61996.5090603@gmail.com> Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JUdTG-0003gr-3a for emacs-orgmode@gnu.org; Thu, 28 Feb 2008 02:46:26 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JUdTD-0003eX-5I for emacs-orgmode@gnu.org; Thu, 28 Feb 2008 02:46:25 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUdTD-0003eQ-0g for emacs-orgmode@gnu.org; Thu, 28 Feb 2008 02:46:23 -0500 Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JUdTC-00077L-FW for emacs-orgmode@gnu.org; Thu, 28 Feb 2008 02:46:22 -0500 Received: from hu-out-0506.google.com ([72.14.214.234]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JUdTB-0006m5-IS for emacs-orgmode@gnu.org; Thu, 28 Feb 2008 02:46:21 -0500 Received: by hu-out-0506.google.com with SMTP id 23so3651395huc.1 for ; Wed, 27 Feb 2008 23:46:18 -0800 (PST) In-Reply-To: <47C61996.5090603@gmail.com> 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 To: Wanrong Lin Cc: emacs-orgmode@gnu.org On Feb 28, 2008, at 3:16 AM, Wanrong Lin wrote: > Bastien wrote: >> Wanrong Lin writes: >> >> >>> I have the following in my org-mode configuration: >>> >>> (setq org-return-follows-link t) >>> >> >> This is about following links, no (un)folding subtrees... >> >> > Yes, but only with this setting will key be added to the > "org-mouse-map" key map, and be bound to "org-open-at-point" command > under certain contexts (like on the leading stars of a heading). > Further, "org-open-at-point" is advised by org-mouse.el, which will > do "org-cycle" under certain contexts. 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 > >>> Usually, if my cursor is at the beginning of a heading, I can use >>> the >>> return key to cycle the visibility of its subtree. >> >> AFAIK, doesn't (un)fold a subtree. Maybe you mean the >> key? >> I guess I'm missing something... >> >> > I did meant return key. See my comments above. > > Thanks for your comments. > > Wanrong > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode