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: Fri, 28 Mar 2014 10:59:43 -0400 Message-ID: References: <8738i4t4jc.fsf@gmail.com> <19ffca4dc5566c701621e99313b336cd@mail.rickster.com> <86ppl6a0d8.fsf@somewhere.org> 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]:51650) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTYG6-00065f-7p for emacs-orgmode@gnu.org; Fri, 28 Mar 2014 10:59:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WTYG0-0008I6-2c for emacs-orgmode@gnu.org; Fri, 28 Mar 2014 10:59:50 -0400 Received: from mail.rickster.com ([204.62.15.78]:38863) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTYFz-0008Hy-V6 for emacs-orgmode@gnu.org; Fri, 28 Mar 2014 10:59:43 -0400 In-Reply-To: <86ppl6a0d8.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 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). > > Isn't it error-prone and very misleading to have 3 different states in > the Org files, and just 2 different in the HTML exports? There *are* three different states in the exported file -- the "transient" mode is for partially completed rollups: #+BEGIN_SRC org ,* rollup - [-] All done - [X] one - [ ] two #+END_SRC Generates (abbreviated and indented): #+BEGIN_SRC html
  • [-] All done
    • [X] one
    • [ ] two
#+END_SRC rick