|
@@ -2443,6 +2443,8 @@ The conversion is made depending of STRING-BEFORE and STRING-AFTER."
|
|
|
(add-text-properties (1- (length footnote-rpl))
|
|
(add-text-properties (1- (length footnote-rpl))
|
|
|
(length footnote-rpl)
|
|
(length footnote-rpl)
|
|
|
'(org-protected t) footnote-rpl)
|
|
'(org-protected t) footnote-rpl)
|
|
|
|
|
+ (put-text-property 0 (length footnote-rpl)
|
|
|
|
|
+ 'original-indentation 1000 footnote-rpl)
|
|
|
(if (org-on-heading-p)
|
|
(if (org-on-heading-p)
|
|
|
(setq footnote-rpl
|
|
(setq footnote-rpl
|
|
|
(concat (org-export-latex-protect-string "\\protect")
|
|
(concat (org-export-latex-protect-string "\\protect")
|