From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michel Kuhlmann Subject: Re: ox-md conforming pandoc-markdown Date: Thu, 23 Jan 2014 13:02:25 +0100 Message-ID: <20140123120225.GA25686@s15427742.onlinehome-server.info> References: <20140121110001.GA7401@s15427742.onlinehome-server.info> <87lhy72pk0.wl%egh@e6h.org> <87eh3zuf35.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41395) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6IzU-0008Ls-01 for emacs-orgmode@gnu.org; Thu, 23 Jan 2014 07:02:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W6IzO-00014F-15 for emacs-orgmode@gnu.org; Thu, 23 Jan 2014 07:02:35 -0500 Received: from s15427742.onlinehome-server.info ([87.106.41.91]:51862) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6IzN-00013C-QS for emacs-orgmode@gnu.org; Thu, 23 Jan 2014 07:02:29 -0500 Content-Disposition: inline In-Reply-To: <87eh3zuf35.fsf@gmail.com> 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: Nicolas Goaziou Cc: Erik Hetzner , emacs-orgmode@gnu.org On Thu, Jan 23, 2014 at 12:12:30PM +0100, Nicolas Goaziou wrote: > > > > This seems easy enough to fix, we simply need to add: > > > > (org-element-put-property item :post-blank nil) > > > > to the org-md-item function. Can anybody tell me if this is a bad > > idea? Otherwise I will send a patch. > > This should be already fixed in maint branch. > Great, thanks