From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: possible org-insert-heading bug? Date: Wed, 3 Jul 2013 05:52:57 +0200 Message-ID: <5BC481B6-98D5-45E4-A0B8-02DA874FF01D@gmail.com> References: Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59241) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UuE7o-0004HJ-74 for emacs-orgmode@gnu.org; Tue, 02 Jul 2013 23:53:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UuE7m-0002Aj-TN for emacs-orgmode@gnu.org; Tue, 02 Jul 2013 23:53:00 -0400 Received: from mail-ea0-x22a.google.com ([2a00:1450:4013:c01::22a]:33332) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UuE7m-0002AA-NP for emacs-orgmode@gnu.org; Tue, 02 Jul 2013 23:52:58 -0400 Received: by mail-ea0-f170.google.com with SMTP id h10so3129585eaj.15 for ; Tue, 02 Jul 2013 20:52:57 -0700 (PDT) In-Reply-To: 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: John Hendy Cc: emacs-orgmode , Erik Iverson Hi, yes, org-insert-heading is broken - nad I am trying to find time to rewrite it. My top Org priority. - Carsten On 3.7.2013, at 00:11, John Hendy wrote: > Hi Erik, >=20 >=20 > Glad to see you around :) >=20 > These all may be quite related. I haven't seen activity on those > threads suggesting whether a) the documentation is, in fact, right or > wrong or b) whether anyone has taken action to fix or adjust the > behavior of M-RET or C-RET based on the complaints/counter-intuitive > observations. >=20 > Let me know if those are similar to your issue. Perhaps Bastien can > comment on the state of these thread, now at least four in number... >=20 > - http://www.mail-archive.com/emacs-orgmode@gnu.org/msg70718.html > - http://osdir.com/ml/emacs-orgmode-gnu/2013-05/msg00846.html > - http://permalink.gmane.org/gmane.emacs.orgmode/72399 >=20 > I've taken to using C-RET in the meantime, as it seems to do what I > often expect when reflexively pressing M-RET. Also, someone once > corrected me on the documentation that "at the end of the line" might > mean before the ellipsis, not after? >=20 >=20 > Hope that helps! > John >=20 >=20 > On Tue, Jul 2, 2013 at 1:53 PM, Erik Iverson = wrote: >> Hello, >>=20 >> I am using a current git pull (Org-mode version 8.0.3, >> release_8.0.3-345-g239aa7) and noticed behavior that's easiest to = show >> with a small example. If you save and visit the following org file, >>=20 >> https://dl.dropboxusercontent.com/u/7514404/test.org >>=20 >> you will see the behavior described and documented (assuming it's >> reproducible under your version of emacs and orgmode). >>=20 >> Briefly M- at the end of a *folded* headline that contains plain >> list items will insert a new plain list item at the end of the >> subtree, instead of a new top-level headline. I believe this = conflicts >> with the documentation for M-, which currently reads: >>=20 >> ... If the command is used at the end of a folded subtree (i.e., >> behind the ellipses at the end of a headline), then a headline like >> the current one will be inserted after the end of the subtree... >>=20 >> Best, >> --Erik >>=20 >=20