lang/org: replace obsolete org-match-string-no-properties
This commit is contained in:
parent
d7a4d6fc39
commit
ccaaca2d88
1 changed files with 2 additions and 2 deletions
|
@ -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))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue