From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: HTML question Date: Sat, 20 May 2006 21:15:22 +0200 Message-ID: Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FhWv7-000548-Hu for emacs-orgmode@gnu.org; Sat, 20 May 2006 15:15:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FhWv5-00053E-UT for emacs-orgmode@gnu.org; Sat, 20 May 2006 15:15:25 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FhWv5-00053A-Ob for emacs-orgmode@gnu.org; Sat, 20 May 2006 15:15:23 -0400 Received: from [194.134.35.146] (helo=smtp06.wanadoo.nl) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FhWyh-0006QB-1Q for emacs-orgmode@gnu.org; Sat, 20 May 2006 15:19:07 -0400 Received: from [192.168.2.2] (dc5146d3e6.adsl.wanadoo.nl [81.70.211.230]) by smtp6.wanadoo.nl (Postfix) with ESMTP id CCC5774850 for ; Sat, 20 May 2006 21:15:22 +0200 (CEST) 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 I am trying to improve the HTML representation of the new checkboxes in items. I found out that I could use to get a pretty checkbox, but that of course gives a checkbox that is actually active, so users can select and deselect them - unwanted in this case. I would like a checkbox that shows the state, but cannot be changed. Is there an easy way to do this? Thanks. - Carsten