1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2025-01-13 16:38:24 +00:00

Add a commentary: how to test org-e-latex.el.

This commit is contained in:
Bastien Guerry 2011-12-11 16:33:34 +01:00
parent df6b7be939
commit 8af710c41c

View File

@ -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".