emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/org-publish.el,v


From: D. Goel
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/org-publish.el,v
Date: Thu, 06 Dec 2007 17:24:35 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     D. Goel <deego> 07/12/06 17:24:35

Index: org-publish.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/textmodes/org-publish.el,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- org-publish.el      29 Oct 2007 07:30:06 -0000      1.19
+++ org-publish.el      6 Dec 2007 17:24:34 -0000       1.20
@@ -481,7 +481,7 @@
         (plist (org-publish-get-plist-from-filename filename))
         (publishing-function (or (plist-get plist :publishing-function) 
'org-publish-org-to-html)))
     (if (not project-name)
-       (error (format "File %s is not part of any known project." filename)))
+       (error "File %s is not part of any known project." filename))
     (when (org-publish-needed-p filename)
       (if (listp publishing-function)
          ;; allow chain of publishing functions
@@ -575,7 +575,7 @@
     (let* ((project-name (org-publish-get-project-from-filename 
(buffer-file-name)))
           (org-publish-use-timestamps-flag (if force nil t)))
       (if (not project-name)
-         (error (format "File %s is not part of any known project." 
(buffer-file-name))))
+         (error "File %s is not part of any known project." 
(buffer-file-name)))
       (org-publish project-name))))
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]