Skip to content

Commit

Permalink
fix #14
Browse files Browse the repository at this point in the history
  • Loading branch information
msnoigrs committed Apr 18, 2017
1 parent c5f300c commit 3705865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ox-rst.el
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ holding export options."
;; 1. Document's body.
contents
;; 2. Footnote definitions.
(let ((definitions (org-export-collect-footnote-definitions info)))
(let ((definitions (org-export-collect-footnote-definitions contents info)))
(when definitions
(concat
"\n\n"
Expand Down

0 comments on commit 3705865

Please sign in to comment.