Thanks Sebastien, unfortunately this is not that useful if you simply want to highlight words or a sentence in a paragraph.
BTW for anyone who is interested I discovered "Wrap Region" (https://github.com/rejeep/wrap-region.el) which is pretty useful. You can select a region, hit a key and it will pair it. I was using this for example: (wrap-region-add-wrapper "<mark>" "</mark>" "m") Unfortunately using HTML markup in an org file, org-ruby doesn't parse these tags. Might be an interesting feature request to to coinside with _underline_, *bold*, etc Sebastien Vauban <sva-n...@mygooglest.com> writes: > 'Mash wrote: >> Just been looking around and I have not come across a way to "highlight" >> text in org-mode to be HTML exported as the <mark>...</mark> tags? >> >> Anyone know if this exists? > > You could use org-macros. > > Or simply: > > #+HTML: <mark> > ... > #+HTML: </mark> > > Best regards, > Seb -- Thomas Herbert