Customize HTML exported checkboxes

This commit is contained in:
Gergely Polonkai 2016-11-28 08:51:36 +01:00
parent 65bcb44a4e
commit cca795ce3c
1 changed files with 6 additions and 1 deletions

View File

@ -372,7 +372,12 @@
"REVIEW(r@/!)"
"DONE(d@/!)"))
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
(:map gpolonkai/pers-map
("a" . org-agenda-list)