From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: ox-md conforming pandoc-markdown Date: Thu, 23 Jan 2014 12:12:30 +0100 Message-ID: <87eh3zuf35.fsf@gmail.com> References: <20140121110001.GA7401@s15427742.onlinehome-server.info> <87lhy72pk0.wl%egh@e6h.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57222) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6ICl-0006IP-7t for emacs-orgmode@gnu.org; Thu, 23 Jan 2014 06:12:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W6ICf-0001tj-BJ for emacs-orgmode@gnu.org; Thu, 23 Jan 2014 06:12:15 -0500 Received: from mail-we0-x22c.google.com ([2a00:1450:400c:c03::22c]:34315) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6ICf-0001tf-4S for emacs-orgmode@gnu.org; Thu, 23 Jan 2014 06:12:09 -0500 Received: by mail-we0-f172.google.com with SMTP id q58so989544wes.31 for ; Thu, 23 Jan 2014 03:12:08 -0800 (PST) In-Reply-To: <87lhy72pk0.wl%egh@e6h.org> (Erik Hetzner's message of "Wed, 22 Jan 2014 22:13:51 -0800") 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: Erik Hetzner Cc: Michel Kuhlmann , emacs-orgmode@gnu.org Hello, Erik Hetzner writes: > Michel Kuhlmann wrote: >> I found these issues inconvenient: >> >> - Listings create blank-lines in between >> + Currently >> - uno >> - uno >> - dos -> - dos >> - tres >> - tres >> + Desired >> - uno - uno >> - dos -> - dos >> - tres - tres > > 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. Regards, -- Nicolas Goaziou