فهرست منبع

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

Bastien Guerry 13 سال پیش
والد
کامیت
8af710c41c
1فایلهای تغییر یافته به همراه8 افزوده شده و 0 حذف شده
  1. 8 0
      EXPERIMENTAL/org-e-latex.el

+ 8 - 0
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".