Skip to content

Commit

Permalink
update obsolete call sites with current identifiers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian O'Reilly authored and alphapapa committed Oct 29, 2023
1 parent 7fac56d commit f7d7675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org-web-tools.el
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ HTML."

(defconst org-web-tools--link-desc-submatch
(if (version<= "9.3" org-version) 2 3)
"Match group index of link description in `org-bracket-link-regexp'.")
"Match group index of link description in `org-link-bracket-re'.")

(defun org-web-tools--read-org-bracket-link (&optional link)
"Return (TARGET . DESCRIPTION) for Org bracket LINK or next link on current line."
Expand Down

0 comments on commit f7d7675

Please sign in to comment.