org-export: Remove useless INFO argument from `org-export-unravel-code'
commitbeb024687b08b3285ecc2719c111967d747c0e98
authorNicolas Goaziou <n.goaziou@gmail.com>
Sat, 10 Mar 2012 19:25:32 +0000 (10 20:25 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Sat, 10 Mar 2012 19:25:32 +0000 (10 20:25 +0100)
treea9d0f21b6d8180d1e1b741e9bb3bd5f8b46c2b50
parent06a1b8615d37121920ad47a3c0c9f5dad20e7e8f
org-export: Remove useless INFO argument from `org-export-unravel-code'

* contrib/lisp/org-export.el (org-export-unravel-code): Remove INFO
  argument.  Fix a bug preventing code references to be properly
  recognized.
(org-export-format-code-default): Apply signature change.
(org-export-resolve-coderef): Fix a bug preventing code references to
be properly recognized.
* EXPERIMENTAL/org-e-latex.el (org-e-latex-src-block): Apply signature
  change.
* testing/lisp/test-org-export.el: Add tests.
EXPERIMENTAL/org-e-latex.el
contrib/lisp/org-export.el
testing/lisp/test-org-export.el