From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: export to markdown Date: Sun, 14 Jul 2013 09:49:36 +0200 Message-ID: <20130714074936.GI11006@kuru.dyndns-at-home.com> References: <87ehb2fvsr.fsf@pank.lan> <877ggufvb0.fsf@pank.lan> <51E1CC45.6030204@yahoo.com> <20130713220802.GF11006@kuru.dyndns-at-home.com> <51E1D61E.9050502@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57870) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UyH3u-0006YB-SN for emacs-orgmode@gnu.org; Sun, 14 Jul 2013 03:49:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UyH3u-0001ef-0R for emacs-orgmode@gnu.org; Sun, 14 Jul 2013 03:49:42 -0400 Received: from mail-ea0-x230.google.com ([2a00:1450:4013:c01::230]:44541) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UyH3t-0001ea-QJ for emacs-orgmode@gnu.org; Sun, 14 Jul 2013 03:49:41 -0400 Received: by mail-ea0-f176.google.com with SMTP id z15so7134813ead.35 for ; Sun, 14 Jul 2013 00:49:40 -0700 (PDT) Content-Disposition: inline In-Reply-To: <51E1D61E.9050502@yahoo.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: Rill Cc: Emacs Org Mode List On Sat, Jul 13, 2013 at 05:35:10PM -0500, Rill wrote: > On 07/13/2013 05:08 PM, Suvayu Ali wrote: > >On Sat, Jul 13, 2013 at 04:53:09PM -0500, Rill wrote: > >>Hi Everybody, > >>I'm new to orgmode and I've been reading the manual. In section 12.8 it > >>describes exporting to markdown; however, the keystrokes described there > >>don't seem to work. I'm using org 8.0.6. > >Did you load ox-md before trying? Either require it, or add it to > >org-export-backends. > > My ignorance: How do I do this? As with every other Emacs library: (require 'ox-md) or: (add-to-list 'org-export-backends 'md) before you load Org mode, either with (require 'org) or by openning an Org file. > >PS: Next time please start a new thread (using compose) instead of > > reponding to some an existing thread. I would have missed your post > > had I not been reading the thread you responded to. > > > >My bad. I thought I had. I wanted to get the address right. Copy paste? ;) You forgot to include the list (or hit reply all) in your response. I have added it back. It is good to keep discussion on the list, then others can chime in with their insight. :) Cheers, -- Suvayu Open source is the future. It sets us free.