+org/dwim-at-point: cycle checkboxes (#63)
This commit is contained in:
parent
b1d545dafe
commit
5a162e0dc9
1 changed files with 2 additions and 1 deletions
|
@ -170,7 +170,8 @@ fragments, opening links, or refreshing images."
|
|||
(org-table-align)))
|
||||
|
||||
((org-element-property :checkbox (org-element-lineage context '(item) t))
|
||||
(org-toggle-checkbox))
|
||||
(let ((match (and (org-at-item-checkbox-p) (match-string 1))))
|
||||
(org-toggle-checkbox (if (equal match "[ ]") '(16)))))
|
||||
|
||||
((and (eq type 'headline)
|
||||
(org-element-property :todo-type context))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue