Re: [O] Problem writing my first export filter

2013-08-21 Thread Nicolas Goaziou
Hello, James Harkins writes: > I just tried the following, so that I could maintain a list of special cases > where org's default latex export doesn't do what I want. > > (setq hjh-org-latex-macros '(("`em" "'em"))) > > (defun hjh-latex-filter-macros (text backend info) > "hjh: Replace specia

[O] Problem writing my first export filter

2013-08-20 Thread James Harkins
Referring to [1]: I just tried the following, so that I could maintain a list of special cases where org's default latex export doesn't do what I want. (setq hjh-org-latex-macros '(("`em" "'em"))) (defun hjh-latex-filter-macros (text backend info) "hjh: Replace special cases listed in hjh-org