|
@@ -372,7 +372,7 @@ publishing directory."
|
|
|
(if org-export-ascii-links-to-notes
|
|
|
(push (cons desc0 link) link-buffer)
|
|
|
(setq rpl (concat rpl " (" link ")")
|
|
|
- wrap (+ (length line) (- (length (match-string 0)))
|
|
|
+ wrap (+ (length line) (- (length (match-string 0 line)))
|
|
|
(length desc)))))
|
|
|
(setq line (replace-match rpl t t line))))
|
|
|
(when custom-times
|