Browse Source

Autoload the new export commands.

Carsten Dominik 16 years ago
parent
commit
a0d9ca6c52
1 changed files with 2 additions and 0 deletions
  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")