Fix bug in org-export-generic.el

This commit is contained in:
Carsten Dominik 2010-01-03 14:14:31 +01:00
parent 0b5d9bf1c6
commit ca5396e063
1 changed files with 1 additions and 1 deletions

View File

@ -824,7 +824,7 @@ underlined headlines. The default is 3."
(if org-export-generic-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