From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Frankel Subject: Re: Export Org checkboxes in ox-html using UTF-8 symbols Date: Wed, 02 Apr 2014 12:59:49 -0400 Message-ID: <29e4bd9f33d6d048ff54203c7f858e11@mail.rickster.com> References: <8738i4t4jc.fsf@gmail.com> <19ffca4dc5566c701621e99313b336cd@mail.rickster.com> <86ppl6a0d8.fsf@somewhere.org> <20140329151214.316e7840@aga-netbook> 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]:39983) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVOW2-0008Na-7s for emacs-orgmode@gnu.org; Wed, 02 Apr 2014 12:59:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WVOVx-0001pR-3T for emacs-orgmode@gnu.org; Wed, 02 Apr 2014 12:59:54 -0400 Received: from mail.rickster.com ([204.62.15.78]:34172) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVOVx-0001pK-0Q for emacs-orgmode@gnu.org; Wed, 02 Apr 2014 12:59:49 -0400 In-Reply-To: <20140329151214.316e7840@aga-netbook> 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: Marcin Borkowski Cc: emacs-orgmode@gnu.org On 2014-03-29 10:12, Marcin Borkowski wrote: > Dnia 2014-03-28, o godz. 10:59:43 > Rick Frankel napisa=C5=82(a): >=20 > On 2014-03-28 10:01, Sebastien Vauban wrote: > > Rick Frankel wrote: > > BTW, i used "[ ]" for the unchecked box (we use the same for > > checked and trans)... I think i'll change the unchecked box to > > ☐ to match the checked box (same as sachua). > > > Wouldn't it be better to have (maybe in addition) three distinct > classes for the
  • elements with checkboxes in various states? This > would make styling them with CSS possible. Nice idea. I'll look at adding classes to each (checked, or transient) =3Dli=3D. I think that the use of classes is minimal due to the orginal stand-alone (inline css) nature of the html exporter. I certainly agree that more modern html output is desireable, but it's a big project... rick