Skip to content

Commit

Permalink
Revert "fix #14"
Browse files Browse the repository at this point in the history
This reverts commit 3705865.
  • Loading branch information
msnoigrs committed Apr 18, 2017
1 parent 69ac5e8 commit 70f1559
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 @@ -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"
Expand Down

0 comments on commit 70f1559

Please sign in to comment.