From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel E. Doherty Subject: Re: Inserted Heading Starts on Prior Heading's Fold Mark Date: Mon, 06 Apr 2015 15:16:14 -0500 Message-ID: <87bnj157xt.wl-ded-law@ddoherty.net> References: <87bnj1uqzw.wl-ded-law@ddoherty.net> Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35283) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfDRp-0001nQ-Dj for emacs-orgmode@gnu.org; Mon, 06 Apr 2015 16:16:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YfDRj-0006hR-OD for emacs-orgmode@gnu.org; Mon, 06 Apr 2015 16:16:41 -0400 Received: from mail-ob0-x22f.google.com ([2607:f8b0:4003:c01::22f]:35669) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfDRj-0006hI-Ix for emacs-orgmode@gnu.org; Mon, 06 Apr 2015 16:16:35 -0400 Received: by obbfy7 with SMTP id fy7so58018480obb.2 for ; Mon, 06 Apr 2015 13:16:35 -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 John, You nailed it. I had that variable set in my custom file to '(org-blank-before-new-entry (quote ((heading) (plain-list-item . auto)))) which is not a proper alist. When I chaned it back to '(org-blank-before-new-entry (quote ((heading . auto) (plain-list-item . auto)))) the bad behavior went away. Thanks a ton for taking a look at this, John. Back to loving org-mode! On Mon, 06 Apr 2015 13:12:21 -0500, John Hendy wrote: > > On Mon, Apr 6, 2015 at 12:05 PM, Daniel E. Doherty wrote: > > > > I don't know when this started, but recently I've seen the following annoying > > behavior from M-RET in org files. > > I have this on my main Org file and just assumed it was due to it > being big and Org having a tough time keeping track of all the various > blocks (src, example, etc.), properties, ids, and whatnot. I figured > I'd messed up the syntax in there somewhere and would just have to > deal with this quirky behavior. > > I think others have experienced this as well (e.g. > http://lists.gnu.org/archive/html/emacs-orgmode/2010-09/msg00457.html). > > Can you try commenting out: > > #+begin_src .emacs > ;;(setq org-blank-before-new-entry nil) > #_end_src > > I copied my .emacs into a new config, started with emacs -Q, loaded > that file, and then tried your original post's exercise, repeating > after commenting out various lines in my own config file. We both had > the above setting, and that turned out to fix it for me on your test > file. Not sure if there's another interaction between your options vs. > mine, though, so confirmation is needed. > > > John > > > > > I've tried tweaking a number of these settings with no luck. > > > > Any ideas about what is going wrong here? > > > > Dan Doherty > > > > >