mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-22 07:09:47 +00:00
Merge branch 'maint'
This commit is contained in:
commit
38aebc8c24
@ -2227,7 +2227,7 @@ item is invisible."
|
||||
t)))))
|
||||
|
||||
(defun org-list-repair ()
|
||||
"Fix indentation, bullets and checkboxes is the list at point."
|
||||
"Fix indentation, bullets and checkboxes in the list at point."
|
||||
(interactive)
|
||||
(unless (org-at-item-p) (error "This is not a list"))
|
||||
(let* ((struct (org-list-struct))
|
||||
|
Loading…
Reference in New Issue
Block a user