From mboxrd@z Thu Jan 1 00:00:00 1970 From: 'Mash (Thomas Herbert) Subject: Re: Highlighting text for HTML tag export? Date: Tue, 05 Aug 2014 11:31:43 +0100 Message-ID: <874mxr8bgb.fsf@tzara.lon.namesco.net> References: <8761i8876z.fsf@tzara.lon.namesco.net> <864mxr469n.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56083) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEcBn-0004Dh-Vu for emacs-orgmode@gnu.org; Tue, 05 Aug 2014 06:42:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XEcBi-0006I7-EB for emacs-orgmode@gnu.org; Tue, 05 Aug 2014 06:41:55 -0400 Received: from mxout-08.mxes.net ([216.86.168.183]:29487) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEcBi-0006HE-Ah for emacs-orgmode@gnu.org; Tue, 05 Aug 2014 06:41:50 -0400 In-reply-to: <864mxr469n.fsf@somewhere.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sebastien Vauban Cc: emacs-orgmode@gnu.org 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 "" "" "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 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 ... tags? >> >> Anyone know if this exists? > > You could use org-macros. > > Or simply: > > #+HTML: > ... > #+HTML: > > Best regards, > Seb -- Thomas Herbert