org: don't replace checkboxes in lists
This commit is contained in:
parent
2e1602ddd6
commit
0923903e93
1 changed files with 4 additions and 2 deletions
|
@ -235,9 +235,11 @@ will function properly."
|
|||
(2 'org-headline-todo))
|
||||
|
||||
("[-+*] \\(\\[ \\]\\) "
|
||||
(1 (narf/show-as ?☐)))
|
||||
(1 'org-whitespace))
|
||||
("[-+*] \\(\\[-\\]\\) "
|
||||
(1 'org-whitespace))
|
||||
("[-+*] \\(\\[X\\]\\) \\([^$\n\r]+\\)"
|
||||
(1 (narf/show-as ?☑))
|
||||
(1 'org-whitespace)
|
||||
(2 'org-headline-done))
|
||||
|
||||
;; Show checkbox for other todo states (but don't hide the label)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue