From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Frankel Subject: Re: List items, HTML export Date: Tue, 29 Oct 2013 14:02:06 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47990) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbDcK-0007jG-SA for emacs-orgmode@gnu.org; Tue, 29 Oct 2013 14:02:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VbDcE-0008Av-U9 for emacs-orgmode@gnu.org; Tue, 29 Oct 2013 14:02:12 -0400 Received: from [204.62.15.78] (port=58364 helo=mail.rickster.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbDcE-0008Ao-Qk for emacs-orgmode@gnu.org; Tue, 29 Oct 2013 14:02:06 -0400 In-Reply-To: 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: Fabrice Popineau Cc: emacs-orgmode@gnu.org On 2013-10-27 15:34, Fabrice Popineau wrote: > Hi, > > Is it possible to set class/id on exported UL and LI elements ? > > If there is a list with 2 levels, is it possible to set it > independently ? Not currently, but in css you can reference the list and sub-list from the id of it's wrapper div: #+BEGIN_SRC org ,#+TITLE: Style test ,#+OPTIONS: toc:nil ,#+HTML_HEAD: ,* Test - one - two - two.one ,* Another :PROPERTIES: :CUSTOM_ID: another-heading :END: - one - two - two.one #+END_SRC rick