From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: M-RET and C-RET turn current line of text into a heading? Date: Thu, 16 May 2013 19:49:54 +0800 Message-ID: <87mwrvw3dp.fsf@ericabrahamsen.net> References: <87r4h83kld.fsf@ericabrahamsen.net> <878v3fzk9c.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49747) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ucwob-0007rC-Ao for emacs-orgmode@gnu.org; Thu, 16 May 2013 07:57:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ucwoa-00071o-7B for emacs-orgmode@gnu.org; Thu, 16 May 2013 07:57:45 -0400 Received: from plane.gmane.org ([80.91.229.3]:41992) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcwhJ-0004dh-MT for emacs-orgmode@gnu.org; Thu, 16 May 2013 07:50:13 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UcwhF-0000kB-Ur for emacs-orgmode@gnu.org; Thu, 16 May 2013 13:50:09 +0200 Received: from 114.250.129.45 ([114.250.129.45]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 16 May 2013 13:50:09 +0200 Received: from eric by 114.250.129.45 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 16 May 2013 13:50:09 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Samuel Wales writes: > Hi Eric, > > On 5/15/13, Eric Abrahamsen wrote: >> I still think it's pretty important to have an option for creating a new >> headline *below* all the contents of the current subtree -- what C-RET >> used to do. > > This might be a good thing to make a user preference. > >> Also, the above provides a whole lot of options for creating a new >> headline/item above the current line -- is that really such a common >> thing to do? > > It is for me. > >> And the variable `org-M-RET-may-split-line' is still not taken into >> account... > > I don't see why it shouldn't be taken into account. You're right, I guess I just meant it wasn't explicit in your table. I like the use of double M-RETs, I think that can be useful. I still think C-RET should create a new heading at the end of the subtree. A user setting to that effect is fine with me. I'd be happy if C-RET at the beginning of a heading created a new headline above, but in the middle or at the end I think it should still jump down and make a new headline below all content. Just to register my usage, as a single data point: I make heavy use of both M-RET to create headings below point (very often to split a single run of paragraphs into two subtrees), and C-RET to make headings below subtree text. Very occasionally I use C-u C-u M-RET to make a "bottom sibling". Very occasionally I use 'C-c *' to toggle heading. Just two cents. E