From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Applying inline styles to a section for exported HTML Date: Sun, 17 Oct 2010 07:47:20 +0200 Message-ID: References: <87lj5ym6hq.fsf@gmx.de> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=45853 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P7M5e-0005uz-ER for emacs-orgmode@gnu.org; Sun, 17 Oct 2010 01:47:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P7M5c-0004ZO-WA for emacs-orgmode@gnu.org; Sun, 17 Oct 2010 01:47:25 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:44164) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P7M5c-0004ZK-QQ for emacs-orgmode@gnu.org; Sun, 17 Oct 2010 01:47:24 -0400 Received: by ewy5 with SMTP id 5so1527095ewy.0 for ; Sat, 16 Oct 2010 22:47:24 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jeff Horn Cc: Org-mode ml On Oct 16, 2010, at 9:18 PM, Jeff Horn wrote: >> Maybe custom IDs are your friends? >> >> >> >> * A Word on Words >> :PROPERTIES: >> :CUSTOM_ID: word >> :END: >> >> Content >> > > Great idea, but something isn't working right. It catches and styles > the headline, but not the content. > > Org text: > ________________________________________________________________________ > * Elsewhere > :PROPERTIES: > :CUSTOM_ID: elsewhere > :END: > You can find me elsewhere on the web. > - [[http://www.facebook.com/jrhorn424][Facebook]] > - [[http://www.twitter.com/jrhorn424][Twitter]] > - [[http://www.flickr.com/people/jrhorn/][Flickr]] > - [[http://pinboard.in/u:jrhorn424][Pinboard]] > ________________________________________________________________________ > > CSS style in linked file: > ________________________________________________________________________ > #elsewhere {float:right; width:20%; margin: 0px 15px 5px 15px; > padding:15px; background: #eee; border: 3px dashed;} > ________________________________________________________________________ > > Have I done something incorrectly? For styling the entire subtree, use a property :HTML_CONTAINER_CLASS: - Carsten