emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] export to markdown


From: Suvayu Ali
Subject: Re: [O] export to markdown
Date: Sun, 14 Jul 2013 09:49:36 +0200
User-agent: Mutt/1.5.21 (2012-12-30)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]