diff --git a/modules/lang/org/autoload/org.el b/modules/lang/org/autoload/org.el index da252317a..eb351f8cc 100644 --- a/modules/lang/org/autoload/org.el +++ b/modules/lang/org/autoload/org.el @@ -290,8 +290,8 @@ with `org-cycle'). Also: (save-excursion (let ((remove (list (match-beginning 0) (match-end 0))) (description (if (match-end 3) - (org-match-string-no-properties 3) - (org-match-string-no-properties 1)))) + (match-string-no-properties 3) + (match-string-no-properties 1)))) (apply #'delete-region remove) (insert description))))