[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] How to load and use Github Flavored Markdown exporter?
From: |
Charles Berry |
Subject: |
Re: [O] How to load and use Github Flavored Markdown exporter? |
Date: |
Fri, 2 May 2014 00:09:13 +0000 (UTC) |
User-agent: |
Loom/3.14 (http://gmane.org/) |
Grant Rettke <gcr <at> wisdomandwonder.com> writes:
>
> Hi,
>
> Org-mode version 8.2.6. Loaded from MELPA org-2014-04-28.
>
> The nice github flavored markdown package is in there ox-gfm.el.
>
> My goal is to use it to do a Markdown export of an org document
> instead of the vanilla exporter.
>
> In an attempt to do so, I ran at startup:
>
> ;;;;;;;;;;;;
> (require 'ox-gfm)
> ;;;;;;;;;;;;
>
> And did an org dispatch export for Markdown.
>
> Wondering if this is the correct approach?
>
> I don't have any expectations for how the file is generated; I just
> want to know that I am loading and using it correctly.
>
If, after loading ox-gfm, this:
C-c C-e g G
pops up a buffer, then you are on the right track. If the export menu has no
[g] Export to Github Flavored Markdown
choices, then something is amiss.
C- C-e m <char> is the wrong path.
HTH,
Chuck