From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David A. Gershman" Subject: HTML Export, CSS Styling Date: Fri, 21 Aug 2015 21:13:13 -0700 Message-ID: <55D7F6D9.1040505@dagertech.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZT0Ai-0002Wn-1h for emacs-orgmode@gnu.org; Sat, 22 Aug 2015 00:12:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZT0Ae-00082Q-2G for emacs-orgmode@gnu.org; Sat, 22 Aug 2015 00:12:47 -0400 Received: from dagertech.net ([64.183.98.170]:56160 helo=mail.dagertech.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZT0Ad-00080z-TB for emacs-orgmode@gnu.org; Sat, 22 Aug 2015 00:12:44 -0400 Received: from [192.168.233.104] (unknown [192.168.176.200]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.dagertech.net (Postfix) with ESMTPSA id 3BB9BA0907 for ; Fri, 21 Aug 2015 21:12:41 -0700 (PDT) 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: emacs-orgmode@gnu.org I've been reading all evening about HTML exporting, style sheets, etc. Maybe I've been inundated with information, but I haven't been able to determine an answer to my question: can text in the middle of a paragraph by styled? For example: * Heading 1 This is the paragraph body that will allow *bold* or /italic/ or even _underline_, but what if I want only THIS word to have styling? Such as making it red to indicate importance? I'm working on lecture notes and I was planning on a tag so I can set the color and, ultimately, a 'title' attribute for a definition when hovered. However, I'm only finding the "#+HTML" feature within org which seems to need to be on a line of its own. Howver, the export would convert: This is the paragraph body that will allow *bold* or /italic/ or even _underline_, but what if I want only #+HTML: THIS word to have... to 3 different paragraphs: This is the paragraph body that will allow *bold* or /italic/ or even _underline_, but what if I want only THIS word to have... Am I missing something or is "in-line styling" just not a feature within Org (yet?)? Thanks! --David