Customize HTML exported checkboxes

This commit is contained in:
Gergely Polonkai 2016-11-28 08:51:36 +01:00
parent 65bcb44a4e
commit cca795ce3c

View File

@ -372,7 +372,12 @@
"REVIEW(r@/!)" "REVIEW(r@/!)"
"DONE(d@/!)")) "DONE(d@/!)"))
org-goto-interface 'outline-path-completion org-goto-interface 'outline-path-completion
org-goto-max-level 10) org-goto-max-level 10
org-html-checkbox-type 'unicode
org-html-checkbox-types
'((unicode (on . "<span class=\"task-done\">☑</span>")
(off . "<span class=\"task-todo\">☐</span>")
(trans . "<span class=\"task-in-progress\">▣</span>"))))
:bind :bind
(:map gpolonkai/pers-map (:map gpolonkai/pers-map
("a" . org-agenda-list) ("a" . org-agenda-list)