|
@@ -1512,7 +1512,7 @@ INFO is a plist holding contextual information. See
|
|
|
;; Coderef: replace link with the reference name or the
|
|
|
;; equivalent line number.
|
|
|
((string= type "coderef")
|
|
|
- (format (org-export-get-coderef-format path (or desc ""))
|
|
|
+ (format (org-export-get-coderef-format path desc)
|
|
|
(org-export-resolve-coderef path info)))
|
|
|
;; Link type is handled by a special function.
|
|
|
((functionp (setq protocol (nth 2 (assoc type org-link-protocols))))
|