summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-12-11 16:33:34 +0100
committerBastien Guerry <bzg@altern.org>2011-12-11 16:33:34 +0100
commit8af710c41c8cfe5977255a0ccd17853de8d3dd96 (patch)
treebf5ff0365e4b005a818dba1b5e86e8b409099558
parentdf6b7be939f3fddfe15829698db7885e42e75e1e (diff)
downloadorg-mode-8af710c41c8cfe5977255a0ccd17853de8d3dd96.tar.gz
Add a commentary: how to test org-e-latex.el.
-rw-r--r--EXPERIMENTAL/org-e-latex.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/EXPERIMENTAL/org-e-latex.el b/EXPERIMENTAL/org-e-latex.el
index 1a90418..a4d2709 100644
--- a/EXPERIMENTAL/org-e-latex.el
+++ b/EXPERIMENTAL/org-e-latex.el
@@ -22,6 +22,14 @@
;; This library implements a LaTeX back-end for Org generic exporter.
+;; To test it, run
+;;
+;; M-: (org-export-to-buffer 'e-latex "*Test e-LaTeX") RET
+;;
+;; in an org-mode buffer then switch to the buffer to see the LaTeX
+;; export. See contrib/lisp/org-export.el for more details on how
+;; this exporter works.
+
;; It introduces three new buffer keywords: "LATEX_CLASS",
;; "LATEX_CLASS_OPTIONS" and "LATEX_HEADER".