Unify the list of args for org-export-as-* functions.
commit44558f0bbd803e874e2aff77155394ba73bb39f2
authorBastien Guerry <bzg@altern.org>
Thu, 20 Dec 2012 17:54:33 +0000 (20 18:54 +0100)
committerBastien Guerry <bzg@altern.org>
Thu, 20 Dec 2012 17:54:33 +0000 (20 18:54 +0100)
tree4fcfe4522d1e46fb29f1d06afc44b5201c5b7e52
parent8165be3aa57685ff61471db57f3308caf6e1de94
Unify the list of args for org-export-as-* functions.

* org-publish.el (org-publish-org-to): Call `org-export-as-*'
functions with the correct list of arguments.

* org-html.el (org-export-as-html): Delete obsolete arg
`hidden'.
(org-export-as-html-and-open, org-export-as-html-batch)
(org-export-region-as-html): Don't use obsolete arg.

* org-ascii.el (org-export-as-ascii): Delete obsolete arg
`hidden'.
(org-export-as-ascii-to-buffer): Don't use obsolete arg.
lisp/org-ascii.el
lisp/org-html.el
lisp/org-publish.el