From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: small folding issue Date: Thu, 17 Apr 2014 18:14:07 +0200 Message-ID: <877g6oylv4.fsf@bzg.ath.cx> References: <534781D6.4040606@roklein.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47621) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Waox9-0002dp-Ri for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 12:14:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Waox0-0005Df-RJ for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 12:14:19 -0400 Received: from mail-wi0-x22f.google.com ([2a00:1450:400c:c05::22f]:38222) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Waox0-0005DS-Jf for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 12:14:10 -0400 Received: by mail-wi0-f175.google.com with SMTP id cc10so3165344wib.2 for ; Thu, 17 Apr 2014 09:14:09 -0700 (PDT) In-Reply-To: <534781D6.4040606@roklein.de> (Robert Klein's message of "Fri, 11 Apr 2014 07:47:02 +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: Robert Klein Cc: "emacs-orgmode@gnu.org" Hi Robert, yes, this is a tickling issue. I circumvent it by using (setq require-final-newline t) in my emacs.el, as the proper fix is somewhat tricky. -- Bastien