get rid of fuzzy:
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user