ox: Fix `org-export-with-footnotes' behaviour
commitd408d721c308ad42c4efc03809477b2f9349af51
authorNicolas Goaziou <n.goaziou@gmail.com>
Sun, 21 Apr 2013 07:58:40 +0000 (21 09:58 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Sun, 21 Apr 2013 21:44:18 +0000 (21 23:44 +0200)
tree1573e02e3391f50683e44fe5ac1e03c50f2af165
parent8a5ac12268984752bc6f0835e4ee4dd6a07726ce
ox: Fix `org-export-with-footnotes' behaviour

* lisp/ox.el (org-export--skip-p, org-export--interpret-p): When
  `org-export-with-footnotes' is nil, ignore completely footnotes
  references and definitions instead of exporting them verbatim.
* testing/lisp/test-ox.el: Add tests.
lisp/ox.el
testing/lisp/test-ox.el