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: Wed, 27 Feb 2008 21:16:54 -0500 Message-ID: <47C61996.5090603@gmail.com> References: <47C59703.8020804@gmail.com> <87ir096est.fsf@bzg.ath.cx> 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 1JUYKW-0000sO-61 for emacs-orgmode@gnu.org; Wed, 27 Feb 2008 21:17:04 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JUYKQ-0000sA-Qu for emacs-orgmode@gnu.org; Wed, 27 Feb 2008 21:17:02 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUYKQ-0000s7-Lt for emacs-orgmode@gnu.org; Wed, 27 Feb 2008 21:16:58 -0500 Received: from hs-out-0708.google.com ([64.233.178.248]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JUYKQ-0000WP-HE for emacs-orgmode@gnu.org; Wed, 27 Feb 2008 21:16:58 -0500 Received: by hs-out-0708.google.com with SMTP id j58so2212681hsj.10 for ; Wed, 27 Feb 2008 18:16:57 -0800 (PST) In-Reply-To: <87ir096est.fsf@bzg.ath.cx> 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: emacs-orgmode@gnu.org 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. >> 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