From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Frankel Subject: Re: Getting checkboxes in HTML output? Date: Tue, 03 Dec 2013 10:14:14 -0500 Message-ID: References: <20131127154534.GA12765@pdavismbp15.iscinternal.com> <8738mhal2d.fsf@alphaville.bos.redhat.com> <20131127182059.GB12765@pdavismbp15.iscinternal.com> <20131128133329.GA28945@eyeBook> <87vbzc9rmj.fsf@Rainer.invalid> <86haawtdya.fsf@somewhere.org> <16f7d77c0769177de44354bcf25abb37@mail.rickster.com> <87A2DB5F-009B-4C8E-8058-D9A5DA78748B@gmail.com> <20131130140703.GA45985@eyeBook> <43B44636-263C-47D1-8853-55BFEFFCE576@gmail.com> <86k3fn1w2t.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52597) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vnrg3-0002Xy-IK for emacs-orgmode@gnu.org; Tue, 03 Dec 2013 10:14:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vnrfy-0000I8-N1 for emacs-orgmode@gnu.org; Tue, 03 Dec 2013 10:14:19 -0500 Received: from mail.rickster.com ([204.62.15.78]:52480) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vnrfy-0000I2-K7 for emacs-orgmode@gnu.org; Tue, 03 Dec 2013 10:14:14 -0500 In-Reply-To: <86k3fn1w2t.fsf@somewhere.org> 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: Sebastien Vauban Cc: emacs-orgmode@gnu.org On 2013-12-02 03:44, Sebastien Vauban wrote: > Hello, >=20 > Carsten Dominik wrote: > I agree, but couldn't think of any other way. There are 3 other > unicode options: >=20 > 1. A box with an X (=E2=98=92 U+2612 BALLOT BOX WITH X) > 2. A bare (unboxed) X (=E2=9C=97 U+2717 BALLOT X) > 3 A bare checkmark (=E2=9C=93 U+2713 CHECK MARK) >=20 > I also found this character: >=20 > U+237B =E2=8D=BB not check mark >=20 > If you think one of those would work we could use it instead. >=20 > No, I don't think any of them does it. >=20 > From http://en.wikipedia.org/wiki/Checkbox: >=20 > =E2=95=AD=E2=94=80=E2=94=80=E2=94=80=E2=94=80 Tri-state checkbox > =E2=94=82 > =E2=94=82 Some applications use checkboxes that allow an indeterminate = state in > =E2=94=82 addition to the two provided by a normal checkbox. This third= state=20 > is > =E2=94=82 shown as a square or dash in the checkbox, and indicates that= its=20 > state > =E2=94=82 is neither checked nor unchecked. This is most often used whe= n the > =E2=94=82 checkbox is tied to a collection of items in mixed states. > =E2=95=B0=E2=94=80=E2=94=80=E2=94=80=E2=94=80 >=20 > Something like [-] could be nice, then, as corresponds to the Org look > and feel. Unfortunately, a symbol like this is unavailable in unicode and the html checkbox is only two state. The only HTML solutions i've found involve javascript and images rather than html checkbox (input) elements. rick