get rid of fuzzy:

This commit is contained in:
Masanao Igarashi
2025-04-02 18:23:13 +09:00
parent f7eea0239b
commit a196a3e528

View File

@@ -1048,8 +1048,8 @@ INFO is a plist holding contextual information."
(format "`%s`_" (org-rst--build-title destination info nil)))) (format "`%s`_" (org-rst--build-title destination info nil))))
;; Fuzzy link points to a target. ;; Fuzzy link points to a target.
(otherwise (otherwise
(if (not desc) (format "`%s`_" path) (if (not desc) (format "`%s`_" raw-path)
(format "`%s <%s>`_" desc path)))))) (format "`%s <%s>`_" desc raw-path))))))
;; Coderef: replace link with the reference name or the ;; Coderef: replace link with the reference name or the
;; equivalent line number. It is not supported in ReST. ;; equivalent line number. It is not supported in ReST.
((string= type "coderef") ((string= type "coderef")