]> git.eshelyaron.com Git - emacs.git/commitdiff
(org-publish-attachment): Re-install
authorDan Nicolaescu <dann@ics.uci.edu>
Wed, 24 Oct 2007 15:50:28 +0000 (15:50 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Wed, 24 Oct 2007 15:50:28 +0000 (15:50 +0000)
accidentally deleted change.

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

index 7b32f670f91c8e1c41205ad4b6b3b689deff7663..fbb5d9f35b3c8a36a6b824a3f28c60072479cfe3 100644 (file)
@@ -1,3 +1,8 @@
+2007-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * textmodes/org-publish.el (org-publish-attachment): Re-install
+       accidentally deleted change.
+
 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * term/iris-ansi.el (iris-function-map): Move init into declaration.
index 0eddd4028129a65b9e04107950cd73079f237831..26dc409e19cea32c278e168e1743bb4d3d199d7a 100644 (file)
@@ -464,9 +464,10 @@ FILENAME is the filename of the org file to be published."
 PLIST is the property list for the given project.
 FILENAME is the filename of the file to be published."
   ;; make sure eshell/cp code is loaded
-  (require 'eshell)
-  (require 'esh-maint)
-  (require 'em-unix)
+  (eval-and-compile 
+    (require 'eshell)
+    (require 'esh-maint)
+    (require 'em-unix))
   (let ((destination (file-name-as-directory (plist-get plist :publishing-directory))))
     (eshell/cp filename destination)))