org: don't replace checkboxes in lists

This commit is contained in:
Henrik Lissner 2015-11-24 20:53:35 -05:00
parent 2e1602ddd6
commit 0923903e93

View file

@ -235,9 +235,11 @@ will function properly."
(2 'org-headline-todo)) (2 'org-headline-todo))
("[-+*] \\(\\[ \\]\\) " ("[-+*] \\(\\[ \\]\\) "
(1 (narf/show-as ?☐))) (1 'org-whitespace))
("[-+*] \\(\\[-\\]\\) "
(1 'org-whitespace))
("[-+*] \\(\\[X\\]\\) \\([^$\n\r]+\\)" ("[-+*] \\(\\[X\\]\\) \\([^$\n\r]+\\)"
(1 (narf/show-as ?☑)) (1 'org-whitespace)
(2 'org-headline-done)) (2 'org-headline-done))
;; Show checkbox for other todo states (but don't hide the label) ;; Show checkbox for other todo states (but don't hide the label)