emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] export to markdown


From: Rill
Subject: Re: [O] export to markdown
Date: Sun, 14 Jul 2013 12:35:01 -0500
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130330 Thunderbird/17.0.5

On 07/14/2013 02:49 AM, Suvayu Ali wrote:
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)
This worked nicely.
or:

   (add-to-list 'org-export-backends 'md)

before you load Org mode, either with (require 'org) or by openning an
Org file.
Thank you for your patience. I'm new to all this.
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.  :)
Of course. Good thing I don't work with heavy machinery. :d
Cheers,





reply via email to

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