From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Return on a task behaves like TAB Date: Wed, 04 Feb 2009 13:52:03 -0500 Message-ID: <87eiyeyqzw.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LUmr8-0004YL-AS for emacs-orgmode@gnu.org; Wed, 04 Feb 2009 13:52:14 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LUmr6-0004XS-NI for emacs-orgmode@gnu.org; Wed, 04 Feb 2009 13:52:13 -0500 Received: from [199.232.76.173] (port=51627 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LUmr6-0004XP-L1 for emacs-orgmode@gnu.org; Wed, 04 Feb 2009 13:52:12 -0500 Received: from mho-02-bos.mailhop.org ([63.208.196.179]:51177) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LUmr6-0001ZQ-7O for emacs-orgmode@gnu.org; Wed, 04 Feb 2009 13:52:12 -0500 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: Carsten Dominik Cc: emacs-orgmode@gnu.org Hi Carsten, A recent change to org-mode is driving me nuts. I regularly use Return at the beginning of a task to insert a blank line and append detail to the previous task. This no longer works and cycles through the task's folded status instead. I usually work with my org-file partially folded so it could be something like this ... ** 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. Now it cycles Another Task through the various folded states. C-q C-j does what I want but I haven't unlearned my old workflow yet. Is there a way to turn this behaviour off? I learned this workflow because C-e puts the point after 'Some Task' and before '...' so if I start typing there it ends up on the first line after the task. I don't know of a convenient way to get to the end of the data in the task (after the '...') I also work regularly with the results of a org-spare-tree search and RET changes the folding status which loses the results of the search for me which isn't very convenient. Do you have any suggestions? Regards, Bernt