--- org-latex.el.orig 2010-02-26 13:54:20.792505535 +0100 +++ org-latex.el 2010-02-26 13:55:05.637505030 +0100 @@ -2045,10 +2045,10 @@ (add-text-properties (1- (length footnote-rpl)) (length footnote-rpl) '(org-protected t) footnote-rpl) - (if org-on-heading-p) - (setq footnote-rpl - (concat (org-export-latex-protect-string "\\protect") - footnote-rpl)) + (if (org-on-heading-p) + (setq footnote-rpl + (concat (org-export-latex-protect-string "\\protect") + footnote-rpl))) (insert footnote-rpl))) )))))