From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Moynihan Subject: org-mode CSS property export bug Date: Thu, 22 Apr 2010 18:38:06 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O50MA-0005UZ-LZ for emacs-orgmode@gnu.org; Thu, 22 Apr 2010 13:38:30 -0400 Received: from [140.186.70.92] (port=56616 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O50M9-0005RE-5U for emacs-orgmode@gnu.org; Thu, 22 Apr 2010 13:38:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O50M7-0003pI-Vg for emacs-orgmode@gnu.org; Thu, 22 Apr 2010 13:38:29 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:53402) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O50M7-0003ov-RF for emacs-orgmode@gnu.org; Thu, 22 Apr 2010 13:38:27 -0400 Received: by wyf19 with SMTP id 19so30784wyf.0 for ; Thu, 22 Apr 2010 10:38:26 -0700 (PDT) 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: emacs-orgmode@gnu.org Hi all, It seems that org-mode exports invalid CSS properties for id's. e.g. "sec-1.1" is an invalid CSS ID because it collides with the syntax for CSS classes, meaning that you can't style it. I'd suggest replacing the dots with another char. R.