summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <dominik@science.uva.nl>2007-09-08 04:40:00 +0000
committerCarsten Dominik <dominik@science.uva.nl>2007-09-08 04:40:00 +0000
commit4fbd475076c936dea22cea7c5de9a70e47cd7990 (patch)
tree6118309352912472041f7dd0aec5089904347a4a
parent59825017c85af3eb5a05d2a109d2df8747b4d662 (diff)
downloademacs-4fbd475076c936dea22cea7c5de9a70e47cd7990.tar.gz
*** empty log message ***
-rw-r--r--lisp/textmodes/org-publish.el9
1 files changed, 4 insertions, 5 deletions
diff --git a/lisp/textmodes/org-publish.el b/lisp/textmodes/org-publish.el
index cdfc673b0f3..46dcf775059 100644
--- a/lisp/textmodes/org-publish.el
+++ b/lisp/textmodes/org-publish.el
@@ -6,11 +6,9 @@
;; Keywords: hypermedia, outlines
;; Version: 1.80
-;; $Id: org-publish.el,v 1.80 2007/03/22 02:31:03 dto Exp dto $
-
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
-;; the Free Software Foundation; either version 2, or (at your option)
+;; the Free Software Foundation; either version 3, or (at your option)
;; any later version.
;; This file is distributed in the hope that it will be useful,
@@ -616,7 +614,8 @@ With prefix argument, force publish all files."
(plists (org-publish-get-plists)))
(mapcar 'org-publish-plist plists))))
-
-
(provide 'org-publish)
+
+;; arch-tag: 72807f3c-8af0-4a6b-8dca-c3376eb25adb
;;; org-publish.el ends here
+