Shiyuan <gshy2...@gmail.com> 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 > use org-export-define-derived-backend. I can see the new backend > showing up in the export menu(C-c C-e), but my transcoder for bold is > not used. Any help or reference pointer is appreciated. > > Shiyuan > > ------------------------- > (org-export-define-derived-backend 'my-html-enlish 'html > :traslate-alist '((bold . my-org-html-english-bold))
:translate-alist ? -- cheers, Thorsten