From mboxrd@z Thu Jan 1 00:00:00 1970 From: giles@pexip.com Subject: Re: markdown export? Date: Wed, 03 Jun 2015 15:38:45 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35440) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z09oz-0006F3-P5 for emacs-orgmode@gnu.org; Wed, 03 Jun 2015 10:39:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z09ow-0005Pp-EC for emacs-orgmode@gnu.org; Wed, 03 Jun 2015 10:39:09 -0400 Received: from plane.gmane.org ([80.91.229.3]:41262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z09ow-0005PK-7H for emacs-orgmode@gnu.org; Wed, 03 Jun 2015 10:39:06 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Z09oo-0005gG-2B for emacs-orgmode@gnu.org; Wed, 03 Jun 2015 16:38:58 +0200 Received: from host81-142-89-185.in-addr.btopenworld.com ([81.142.89.185]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 03 Jun 2015 16:38:58 +0200 Received: from giles by host81-142-89-185.in-addr.btopenworld.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 03 Jun 2015 16:38:58 +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: emacs-orgmode@gnu.org Peter Davis writes: > I'm looking at http://orgmode.org/manual/Markdown-export.html, which > says I can export to markdown, but these options don't exist in my org > installation (8.2.10). If I type C-c C-e m, I get 'Invalid key' > > Do I have to install something else? I believe that you have the backend installed but not loaded: From: http://orgmode.org/manual/Export-back_002dends.html By default, the following four back-ends are loaded: ascii, html, icalendar and latex. It is possible to add more (or remove some) by customizing org-export-backends. -- Giles Chamberlin