瀏覽代碼

Autoload the new export commands.

Carsten Dominik 16 年之前
父節點
當前提交
a0d9ca6c52
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      lisp/org-export-latex.el

+ 2 - 0
lisp/org-export-latex.el

@@ -476,6 +476,7 @@ when PUB-DIR is set, use this as the publishing directory."
 	  (current-buffer))
       (set-window-configuration wcf))))
 
+;;;###autoload
 (defun org-export-as-pdf (arg &optional hidden ext-plist
 			      to-buffer body-only pub-dir)
   "Export as LaTeX, then process through to PDF."
@@ -501,6 +502,7 @@ when PUB-DIR is set, use this as the publishing directory."
       (message "Exporting to PDF...done")
       pdffile)))
 
+;;;###autoload
 (defun org-export-as-pdf-and-open (arg)
   "Export as LaTeX, then process through to PDF, and open."
   (interactive "P")