mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-26 07:33:39 +00:00
Fix bug in org-export-generic.el
This commit is contained in:
parent
0b5d9bf1c6
commit
ca5396e063
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user