diff --git a/ox-rst.el b/ox-rst.el index 091bcd3..3348bfd 100644 --- a/ox-rst.el +++ b/ox-rst.el @@ -734,7 +734,7 @@ holding export options." ;; 1. Document's body. contents ;; 2. Footnote definitions. - (let ((definitions (org-export-collect-footnote-definitions contents info))) + (let ((definitions (org-export-collect-footnote-definitions info))) (when definitions (concat "\n\n"