From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: ox-md generates .html links to other org files. Date: Fri, 14 Feb 2014 17:30:37 +0100 Message-ID: <87a9dtpsgi.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50476) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WELeg-0007TX-U3 for emacs-orgmode@gnu.org; Fri, 14 Feb 2014 11:30:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WELeb-0001ki-9D for emacs-orgmode@gnu.org; Fri, 14 Feb 2014 11:30:22 -0500 Received: from mail-wi0-x22d.google.com ([2a00:1450:400c:c05::22d]:45247) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WELeb-0001kY-2g for emacs-orgmode@gnu.org; Fri, 14 Feb 2014 11:30:17 -0500 Received: by mail-wi0-f173.google.com with SMTP id hn9so647987wib.6 for ; Fri, 14 Feb 2014 08:30:15 -0800 (PST) In-Reply-To: (Mark Janssen's message of "Wed, 12 Feb 2014 20:52:31 +0100") 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: Mark Janssen Cc: emacs-orgmode@gnu.org Hello, Mark Janssen writes: > When exporting org files to .md files using the ox-md.el backend, links > like > [[file:other-file.org]] are translated to other-file.html. > > I would expect this to be other-file.md instead. As it stands exporting > multiple files to markdown doesn't allow easy interlinking between them. > This can be worked around by defin-ing: > > +BEGIN_SRC > :html-extension "md" > +END_SRC > > in the exporting project. But I think this should be fixed in the > =org-md-link= function. This should be fixed. Thank you. Regards, -- Nicolas Goaziou