mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/org: replace obsolete org-match-string-no-properties
This commit is contained in:
@ -290,8 +290,8 @@ with `org-cycle'). Also:
|
|||||||
(save-excursion
|
(save-excursion
|
||||||
(let ((remove (list (match-beginning 0) (match-end 0)))
|
(let ((remove (list (match-beginning 0) (match-end 0)))
|
||||||
(description (if (match-end 3)
|
(description (if (match-end 3)
|
||||||
(org-match-string-no-properties 3)
|
(match-string-no-properties 3)
|
||||||
(org-match-string-no-properties 1))))
|
(match-string-no-properties 1))))
|
||||||
(apply #'delete-region remove)
|
(apply #'delete-region remove)
|
||||||
(insert description))))
|
(insert description))))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user