org-exp.el: Allow easy plugging in of new backends
commit67da474db53ca16b83c7f4c501e09e0c1045b7eb
authorJambunathan K <kjambunathan@gmail.com>
Thu, 23 Jun 2011 15:53:26 +0000 (23 21:23 +0530)
committerCarsten Dominik <carsten.dominik@gmail.com>
Thu, 23 Jun 2011 21:09:53 +0000 (23 23:09 +0200)
treefd05d2a80a6a363008209146684d0c80ee9e9e86
parentaca61a173c76dac6cca37c8468eb993e7abc7492
org-exp.el: Allow easy plugging in of new backends

PATCH-2/5: org-odt compatibility

From 2bc4854fb86a96b69e53db00603e0b2f8f47fe08 Mon Sep 17 00:00:00 2001
From: Jambunathan K <kjambunathan@gmail.com>
Date: Thu, 23 Jun 2011 02:16:30 +0530
Subject: [PATCH 2/5] org-exp.el: Allow easy plugging in of new backends.

* lisp/org-exp.el (org-export-backends): New variable.
(org-export-select-backend-specific-text): Use above
variable. Also mark text between #+BACKEND and
#+BEGIN_BACKEND...#+END_BACKEND with org-native-text
property. This text property is currently used only by the new
line-oriented generic exporter (which is not yet part of the
repo).
lisp/org-exp.el