From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Return on a task behaves like TAB Date: Thu, 5 Feb 2009 10:29:23 +0100 Message-ID: <0CDA0155-0335-4820-99E1-4F4D593EBF4B@uva.nl> References: <87eiyeyqzw.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 (Apple Message framework v930.3) 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 1LV0Y7-0003Jf-Dy for emacs-orgmode@gnu.org; Thu, 05 Feb 2009 04:29:31 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LV0Y5-0003JT-35 for emacs-orgmode@gnu.org; Thu, 05 Feb 2009 04:29:30 -0500 Received: from [199.232.76.173] (port=36125 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LV0Y4-0003JQ-Rb for emacs-orgmode@gnu.org; Thu, 05 Feb 2009 04:29:28 -0500 Received: from mail-ew0-f20.google.com ([209.85.219.20]:33227) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LV0Y4-0003an-EQ for emacs-orgmode@gnu.org; Thu, 05 Feb 2009 04:29:28 -0500 Received: by ewy13 with SMTP id 13so162958ewy.18 for ; Thu, 05 Feb 2009 01:29:27 -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 To: Ulf Stegemann Cc: emacs-orgmode@gnu.org On Feb 5, 2009, at 10:23 AM, Ulf Stegemann wrote: > Hi Bernt, > > Bernt Hansen wrote: > >> ... >> ** Some Task... >> ** Another task... >> ... >> >> and I want to add detail at the end of 'Some Task'. What I used to >> do >> was just put the point at the beginning of the line for ** Another >> Task >> and then hit RETURN to insert a blank line and move up to it to add >> detail. > > just as a side note: wouldn't it be better to use C-o (`open-line') > instead of RET (`newline')? This would leave the cursor probably > where > you want it to be without the need for an additional C-p. I am actually permanently reverting the change in the default value of org-return-follows-link. I will implement it a more safe way so that people who want can safely use it, but it will not become the default as it sort-of conflicts with Emacs rules (which state that RET should make new lines unless there is a very good reason for it... - Carsten