emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Getting checkboxes in HTML output?


From: Peter Davis
Subject: Re: [O] Getting checkboxes in HTML output?
Date: Mon, 02 Dec 2013 11:38:21 -0500
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.1.1

I've now changed ox-html.el to include this:

(defun org-html-checkbox (checkbox)
  "Format CHECKBOX into HTML."
  (case checkbox (on "☒")
    (off "☐")
    (trans "☑")
    (t "")))


This is sort of close to using
 [ ] for unchecked
 [/] for partially checked
 [X] for checked

To my aging eyes, the check in U#9745 looks almost like a forward slash. Certainly, though, this would be potentially confusing, especially if no [X] boxes were present, so that only [ ] or [/] were visible.

-pd

--
Peter Davis
The Tech Curmudgeon
www.techcurmudgeon.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]