From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yasushi SHOJI Subject: Re: inserting new heading Date: Mon, 19 May 2014 01:55:30 +0900 Message-ID: <87r43rvxfh.wl@dns1.atmark-techno.com> References: 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]:54594) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wm4NM-0000jX-0s for emacs-orgmode@gnu.org; Sun, 18 May 2014 12:55:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wm4NE-0000Fy-F4 for emacs-orgmode@gnu.org; Sun, 18 May 2014 12:55:51 -0400 Received: from plane.gmane.org ([80.91.229.3]:44550) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wm4NE-0000Fs-4B for emacs-orgmode@gnu.org; Sun, 18 May 2014 12:55:44 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Wm4NC-0003hn-TO for emacs-orgmode@gnu.org; Sun, 18 May 2014 18:55:42 +0200 Received: from p654785.hkidff01.ap.so-net.ne.jp ([121.101.71.133]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 18 May 2014 18:55:42 +0200 Received: from yashi by p654785.hkidff01.ap.so-net.ne.jp with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 18 May 2014 18:55:42 +0200 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: emacs-orgmode@gnu.org At Thu, 15 May 2014 10:01:11 -0400, Ralph Bacolod wrote: > > I recently found the joy of using Emacs and Org-mode. I'm using it to organize a lot of stuff and just > now I notice something that bothers me a lot. Whenever I am inserting a new heading, via Ctrl-return or alt-return , the > new heading skips a line. Is this the default behavior? If yes, is there a variable that I can change somewhere? (setq org-blank-before-new-entry '((heading . nil) (plain-list-item . auto))) does the above line work for you? -- yashi