Browse Source

Merge branch 'maint'

Bastien Guerry 12 years ago
parent
commit
55e1489d98
2 changed files with 2 additions and 2 deletions
  1. 1 1
      lisp/org-exp.el
  2. 1 1
      lisp/org-latex.el

+ 1 - 1
lisp/org-exp.el

@@ -3053,7 +3053,7 @@ to the value of `temporary-file-directory'."
 	  (eval ;; convert to fmt -- mimicking `org-run-like-in-org-mode'
 	   (list 'let org-local-vars
 		 (list (intern (format "org-export-as-%s" fmt))
-		       nil nil nil ''string t dir))))
+		       nil nil ''string t dir))))
       (delete-file tmp-file))))
 
 ;;;###autoload

+ 1 - 1
lisp/org-latex.el

@@ -872,7 +872,7 @@ no LaTeX header.
 When BODY-ONLY is set, don't produce the file header and footer,
 simply return the content of \\begin{document}...\\end{document},
 without even the \\begin{document} and \\end{document} commands.
-when PUB-DIR is set, use this as the publishing directory."
+When PUB-DIR is set, use this as the publishing directory."
   (interactive "P")
   (when (and (not body-only) arg (listp arg)) (setq body-only t))
   (run-hooks 'org-export-first-hook)