Hi
When I use org-mime-htmlize, then I can use the setting
Render text between "@" in red color, you can use =org-mime-html-hook=,
#+begin_src elisp
(add-hook 'org-mime-html-hook
(lambda ()
(while (re-search-forward "@\\([^@]*\\)@" nil t)
(replace-match "<span style=\"color:red\">\\1</span>"))))
#+end_src
And every text between @ appears red.
Can I have a similar setting when exporting an org file to html via the
«normal» html exporter?
Thanks
Uwe Brauer
