]> git.eshelyaron.com Git - emacs.git/commitdiff
* org-publish.el (org-publish-attachment): Alow copy-file to
authorCarsten Dominik <dominik@science.uva.nl>
Sat, 15 Nov 2008 06:44:19 +0000 (06:44 +0000)
committerCarsten Dominik <dominik@science.uva.nl>
Sat, 15 Nov 2008 06:44:19 +0000 (06:44 +0000)
overwrite files.

lisp/org/ChangeLog
lisp/org/org-publish.el

index 8cfd1ccc9a1819276bc0691c585acdc468772907..ff7c0e50d2d6e320d2c9b52d42c09817227d97c2 100644 (file)
@@ -1,6 +1,6 @@
 2008-11-15  Carsten Dominik  <dominik@science.uva.nl>
 
-       * org-publish.el (org-publish-attachment): Alow copy-file to
+       * org-publish.el (org-publish-attachment): Allow copy-file to
        overwrite files.
 
 2008-11-13  Glenn Morris  <rgm@gnu.org>
index aa8c495b732fa2d6f245f85794764992c823c765..bbd91805121eef573669bde793d42853994e87ad 100644 (file)
@@ -537,7 +537,7 @@ See `org-publish-org-to' to the list of arguments."
   ;; make sure eshell/cp code is loaded
   (unless (file-directory-p pub-dir)
     (make-directory pub-dir t))
-  (copy-file filename pub-dir))
+  (copy-file filename pub-dir t))
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;; Publishing files, sets of files, and indices