|
@@ -1046,9 +1046,9 @@ OPT-PLIST is the export options list."
|
|
|
|
|
|
(t
|
|
|
;; just publish the path, as default
|
|
|
- (setq rpl (concat "@<i><" type ":"
|
|
|
+ (setq rpl (concat "<i><" type ":"
|
|
|
(save-match-data (org-link-unescape path))
|
|
|
- ">@</i>"))))
|
|
|
+ "></i>"))))
|
|
|
(setq line (replace-match rpl t t line)
|
|
|
start (+ start (length rpl))))
|
|
|
line))
|