Hi

a short hack of the sort

  (interactive)
  (while (re-search-forward "#\\([^#]*\\)#" nil t)
    (replace-match "<span style=\"color:red\">\\1</span>")))
Allows me to export text like this
#important#

to HTML where the resulted text is colored in red.

Now, how can I achieve something like this for the odt export?

Reards
Uwe Brauer
-- 
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine's military. 
I support the ban of Russia from SWIFT.
I support the EU membership of the Ukraine. 


Reply via email to