org-mode/contrib/lisp
Nicolas Goaziou 312e225685 org-export: Remove unnecessary back-end arguments
* contrib/lisp/org-e-ascii.el (org-e-ascii--build-title,
  org-e-ascii--build-caption, org-e-ascii--list-listings,
  org-e-ascii--list-tables, org-e-ascii--describe-links,
  org-e-ascii-template--document-title, org-e-ascii-dynamic-block,
  org-e-ascii-inlinetask, org-e-ascii-item, org-e-ascii-link,
  org-e-ascii-quote-section, org-e-ascii--table-cell-width): Do not
  provide back-end symbol.
* contrib/lisp/org-e-html.el (org-e-html--caption/label-string,
  org-e-html-footnote-section, org-e-html-template,
  org-e-html-dynamic-block, org-e-html-format-headline--wrap,
  org-e-html-headline, org-e-html-item, org-e-html-link,
  org-e-html-time-stamp): Do not provide back-end symbol.
* contrib/lisp/org-e-latex.el (org-e-latex--caption/label-string,
  org-e-latex-template, org-e-latex-dynamic-block,
  org-e-latex-footnote-reference, org-e-latex-headline,
  org-e-latex-inlinetask, org-e-latex-item, org-e-latex-link,
  org-e-latex-src-block): Do not provide back-end symbol.
* contrib/lisp/org-e-odt.el (org-e-odt-format-preamble,
  org-e-odt-format-label, org-e-odt-write-manifest-file,
  org-e-odt--caption/label-string, org-e-odt-dynamic-block,
  org-e-odt-format-headline--wrap, org-e-odt-headline, org-e-odt-item,
  org-e-odt-latex-environment, org-e-odt-link, org-e-odt-src-block,
  org-e-odt-time-stamp): Do not provide back-end symbol.
* contrib/lisp/org-export.el (org-export-get-environment): Provide
  back-end symbol under `:back-end' property.
(org-export-collect-tree-properties, org-export-data,
org-export-filter-verbatim-functions, org-export-install-filters,
org-export-as, org-export-expand-macro,
org-export-filter-apply-functions, org-export-secondary-string):
Remove back-end references.
* testing/lisp/test-org-export.el: Update tests.

Back-end can be found in communication channel with (plist-get
info :back-end).  Hence back-ends do not have to hard-code their name
in any transcoder.  It will allow to derive a back-end from another
one.
2012-04-28 11:41:15 +02:00
..
htmlize.el Delete trailing whitespaces in contrib/lisp/ files. 2012-03-28 02:08:03 +02:00
org-annotate-file.el Fix copyright years in maint. 2012-03-17 16:31:04 +01:00
org-bibtex-extras.el Fix the maint branch. 2012-03-19 20:27:28 +01:00
org-bookmark.el Delete trailing whitespaces in contrib/lisp/ files. 2012-03-28 02:08:03 +02:00
org-checklist.el org-checklist.el: Fix dynamically bound variable name. 2012-04-02 16:02:44 +02:00
org-choose.el Delete trailing whitespaces in contrib/lisp/ files. 2012-03-28 02:08:03 +02:00
org-collector.el Delete trailing whitespaces in contrib/lisp/ files. 2012-03-28 02:08:03 +02:00
org-contacts.el Tags/properties matcher: Fixed issues with todo-only matches 2012-03-23 13:42:06 +01:00
org-contribdir.el Fix copyright years in maint. 2012-03-17 16:31:04 +01:00
org-depend.el Fix copyright years in maint. 2012-03-17 16:31:04 +01:00
org-drill.el Delete trailing whitespaces in contrib/lisp/ files. 2012-03-28 02:08:03 +02:00
org-e-ascii.el org-export: Remove unnecessary back-end arguments 2012-04-28 11:41:15 +02:00
org-e-html.el org-export: Remove unnecessary back-end arguments 2012-04-28 11:41:15 +02:00
org-e-latex.el org-export: Remove unnecessary back-end arguments 2012-04-28 11:41:15 +02:00
org-e-odt.el org-export: Remove unnecessary back-end arguments 2012-04-28 11:41:15 +02:00
org-e-publish.el Move org-e-* from EXPERIMENTAL/ to contrib/lisp/ 2012-04-22 19:47:37 +05:30
org-element.el org-element: Fix comment block interpreter 2012-04-27 17:27:28 +02:00
org-elisp-symbol.el More copyright year fixes. 2012-02-19 08:16:27 -07:00
org-eval-light.el Delete trailing whitespaces in contrib/lisp/ files. 2012-03-28 02:08:03 +02:00
org-eval.el Delete trailing whitespaces in contrib/lisp/ files. 2012-03-28 02:08:03 +02:00
org-exp-bibtex.el Fix copyright years in maint. 2012-03-17 16:31:04 +01:00
org-expiry.el Delete trailing whitespaces in contrib/lisp/ files. 2012-03-28 02:08:03 +02:00
org-export-generic.el Delete trailing whitespaces in contrib/lisp/ files. 2012-03-28 02:08:03 +02:00
org-export.el org-export: Remove unnecessary back-end arguments 2012-04-28 11:41:15 +02:00
org-git-link.el Fix copyright years in maint. 2012-03-17 16:31:04 +01:00
org-interactive-query.el Delete trailing whitespaces in contrib/lisp/ files. 2012-03-28 02:08:03 +02:00
org-invoice.el Delete trailing whitespaces in contrib/lisp/ files. 2012-03-28 02:08:03 +02:00
org-jira.el Fix copyright years in maint. 2012-03-17 16:31:04 +01:00
org-learn.el Fix copyright years in maint. 2012-03-17 16:31:04 +01:00
org-mac-iCal.el Delete trailing whitespaces in contrib/lisp/ files. 2012-03-28 02:08:03 +02:00
org-mac-link-grabber.el Delete trailing whitespaces in contrib/lisp/ files. 2012-03-28 02:08:03 +02:00
org-mairix.el Delete trailing whitespaces in contrib/lisp/ files. 2012-03-28 02:08:03 +02:00
org-man.el Renamed CONTRIB directory to "contrib". 2008-04-07 17:36:12 +02:00
org-mime.el Revert "Revert "in emails, wrap html and images in a multipart/mixed structure"" 2012-04-12 08:21:05 -04:00
org-mtags.el Delete trailing whitespaces in contrib/lisp/ files. 2012-03-28 02:08:03 +02:00
org-notify.el Add org-notify.el by Peter Münster to contrib/lisp/. 2012-03-24 07:48:07 +01:00
org-notmuch.el Delete trailing whitespaces in contrib/lisp/ files. 2012-03-28 02:08:03 +02:00
org-panel.el Delete trailing whitespaces in contrib/lisp/ files. 2012-03-28 02:08:03 +02:00
org-registry.el Delete trailing whitespaces in contrib/lisp/ files. 2012-03-28 02:08:03 +02:00
org-screen.el Delete trailing whitespaces in contrib/lisp/ files. 2012-03-28 02:08:03 +02:00
org-secretary.el Copyright year fixes for contrib/. 2012-02-19 08:16:54 -07:00
org-static-mathjax.el Delete trailing whitespaces in contrib/lisp/ files. 2012-03-28 02:08:03 +02:00
org-sudoku.el Delete trailing whitespaces in contrib/lisp/ files. 2012-03-28 02:08:03 +02:00
org-toc.el Delete trailing whitespaces in contrib/lisp/ files. 2012-03-28 02:08:03 +02:00
org-track.el Fix copyright years in maint. 2012-03-17 16:31:04 +01:00
org-velocity.el Copyright year fixes for contrib/. 2012-02-19 08:16:54 -07:00
org-wikinodes.el Delete trailing whitespaces in contrib/lisp/ files. 2012-03-28 02:08:03 +02:00
org2rem.el Delete trailing whitespaces in contrib/lisp/ files. 2012-03-28 02:08:03 +02:00
orgtbl-sqlinsert.el Fix copyright years in maint. 2012-03-17 16:31:04 +01:00
test-org-export-preproc.el Delete trailing whitespaces in contrib/lisp/ files. 2012-03-28 02:08:03 +02:00