From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Berry Subject: Re: How to load and use Github Flavored Markdown exporter? Date: Fri, 2 May 2014 00:09:13 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53534) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wg12r-0004cg-DN for emacs-orgmode@gnu.org; Thu, 01 May 2014 20:09:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wg12h-0005UW-O6 for emacs-orgmode@gnu.org; Thu, 01 May 2014 20:09:41 -0400 Received: from plane.gmane.org ([80.91.229.3]:54566) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wg12h-0005UQ-HP for emacs-orgmode@gnu.org; Thu, 01 May 2014 20:09:31 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Wg12g-0007F1-Pi for emacs-orgmode@gnu.org; Fri, 02 May 2014 02:09:30 +0200 Received: from 137.110.37.192 ([137.110.37.192]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 02 May 2014 02:09:30 +0200 Received: from ccberry by 137.110.37.192 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 02 May 2014 02:09:30 +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 Grant Rettke 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 is the wrong path. HTH, Chuck