From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Inserted Heading Starts on Prior Heading's Fold Mark Date: Mon, 6 Apr 2015 16:26:17 -0500 Message-ID: References: <87bnj1uqzw.wl-ded-law@ddoherty.net> <87bnj157xt.wl-ded-law@ddoherty.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45646) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfEXG-00074d-LX for emacs-orgmode@gnu.org; Mon, 06 Apr 2015 17:26:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YfEXB-0002cO-PK for emacs-orgmode@gnu.org; Mon, 06 Apr 2015 17:26:22 -0400 Received: from mail-ob0-x232.google.com ([2607:f8b0:4003:c01::232]:34018) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfEXB-0002cE-KG for emacs-orgmode@gnu.org; Mon, 06 Apr 2015 17:26:17 -0400 Received: by obbgh1 with SMTP id gh1so58440107obb.1 for ; Mon, 06 Apr 2015 14:26:17 -0700 (PDT) In-Reply-To: <87bnj157xt.wl-ded-law@ddoherty.net> 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 , emacs-orgmode On Mon, Apr 6, 2015 at 3:16 PM, Daniel E. Doherty wrote: > 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! Glad it worked! Thankfully it only took me a couple tries before hitting the right variable. Plus, it was of interest as I've long noticed this issue myself. Out of curiosity... *should* this work without the =. auto=? It's been in my config so long I'm not really even sure why I put it there, but from re-googling around I think it's just an appearance/preference thing. Do you want your headlines separated by a newline or not -- is that the gist? If so, should this be glitching? I've had other odd behavior where I'll fold the last headline and it's last few characters will end up after the ellipsis and now wonder if this was causing that as well. Anyway, glad you're all set! John > > > 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 >> > >> > >>