0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-28 19:00:55 +00:00

Compare commits

..

No commits in common. "9e88e1c822f0ab0838115440b6cd176821cf250b" and "c6c5474b7e96fa0c7d858d166ae698e6b5ca69ae" have entirely different histories.

View file

@ -954,15 +954,14 @@ channel."
;; Only links with a description need an entry. Other are ;; Only links with a description need an entry. Other are
;; already handled in `org-ascii-link'. ;; already handled in `org-ascii-link'.
(when description (when description
(let ((dest (let ((dest (if (equal type "fuzzy")
;; Ignore broken links. On broken link, (org-export-resolve-fuzzy-link link info)
;; `org-export-resolve-id-link' will throw an ;; Ignore broken links. On broken link,
;; error and we will return nil. ;; `org-export-resolve-id-link' will throw an
(condition-case nil ;; error and we will return nil.
(if (equal type "fuzzy") (condition-case nil
(org-export-resolve-fuzzy-link link info) (org-export-resolve-id-link link info)
(org-export-resolve-id-link link info)) (org-link-broken nil)))))
(org-link-broken nil))))
(when dest (when dest
(concat (concat
(org-ascii--fill-string (org-ascii--fill-string