Re: [O] [PATCH] Markdown: Add publishing in markdown

2013-09-24 Thread Carsten Dominik
Hi Brice, applied, thank you! - Carsten On 22.9.2013, at 20:32, Brice Waegenire wrote: > * lisp/ox-md.el > > Add the possibility to publish in Markdown by using the function > org-md-publish-to-md. > > TINYCHANGE > --- > diff --git a/lisp/ox-md.el b/lisp/ox-md.el > index f7e4875..71759ac 10

Re: [O] [PATCH] Markdown: add publishing in markdown

2013-09-23 Thread Nicolas Goaziou
Hello, Brice Waegenire writes: > * lisp/ox-md.el > > Add the possibility to publish in Markdown by using the function > org-md-publish-to-md. > > TINYCHANGE Thank you for your patch. Would you mind posting it again using git format-patch? Also the commit message could be: ox-md: Add publis

[O] [PATCH] Markdown: add publishing in markdown

2013-09-23 Thread Brice Waegenire
* lisp/ox-md.el Add the possibility to publish in Markdown by using the function org-md-publish-to-md. TINYCHANGE --- diff --git a/lisp/ox-md.el b/lisp/ox-md.el index f7e4875..71759ac 100644 --- a/lisp/ox-md.el +++ b/lisp/ox-md.el @@ -31,7 +31,7 @@ (eval-when-compile (require 'cl)) (require '

[O] [PATCH] Markdown: Add publishing in markdown

2013-09-23 Thread Brice Waegenire
* lisp/ox-md.el Add the possibility to publish in Markdown by using the function org-md-publish-to-md. TINYCHANGE --- diff --git a/lisp/ox-md.el b/lisp/ox-md.el index f7e4875..71759ac 100644 --- a/lisp/ox-md.el +++ b/lisp/ox-md.el @@ -31,7 +31,7 @@ (eval-when-compile (require 'cl)) (require '