Re: [O] define a new export backend

2014-07-31 Thread Shiyuan
Oops, I've asked the dumpest question ever in the mailing list :) That's what happens when working late. Thanks for reply. On Thu, Jul 31, 2014 at 4:41 AM, Nicolas Goaziou wrote: > Hello, > > Nicolas Richard writes: > > > Oops, I forgot to remove the verbosity (initially I had wrote it as a

Re: [O] define a new export backend

2014-07-31 Thread Nicolas Goaziou
Hello, Nicolas Richard writes: > Oops, I forgot to remove the verbosity (initially I had wrote it as a > (warn ...)). Here's an updated patch. Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] define a new export backend

2014-07-31 Thread Nicolas Richard
Nicolas Goaziou writes: > Good idea, as long as `org-export-define-backend' does the same. Oops, I forgot to remove the verbosity (initially I had wrote it as a (warn ...)). Here's an updated patch. >From 117623cec251cd036b601e2481643296cc4e2c37 Mon Sep 17 00:00:00 2001 From: Nicolas Richard Da

Re: [O] define a new export backend

2014-07-31 Thread Nicolas Goaziou
Hello, Nicolas Richard writes: > Perhaps org-export-define-derived-backend could do a sanity check that > all keywords are known. Good idea, as long as `org-export-define-backend' does the same. > - (let (blocks filters menu-entry options transcoders contents) > + (let (blocks filters menu-e

Re: [O] define a new export backend

2014-07-31 Thread Nicolas Richard
Thorsten Jolitz writes: > Shiyuan writes: >> (org-export-define-derived-backend 'my-html-enlish 'html >> :traslate-alist '((bold . my-org-html-english-bold)) > > > :translate-alist ? Perhaps org-export-define-derived-backend could do a sanity check that all keywords are known. use-package does t

Re: [O] define a new export backend

2014-07-31 Thread Thorsten Jolitz
Shiyuan writes: > Hi, > I try to define a new export backend in the new export framework. My > export backend should behaves like the html except that it transcodes > *bold* differently. I try to following the Worg tutorial > http://orgmode.org/worg/dev/org-export-reference.html , ox-html.el and

[O] define a new export backend

2014-07-31 Thread Shiyuan
Hi, I try to define a new export backend in the new export framework. My export backend should behaves like the html except that it transcodes *bold* differently. I try to following the Worg tutorial http://orgmode.org/worg/dev/org-export-reference.html , ox-html.el and use org-export-define-d