diff options
Diffstat (limited to 'lisp/org/org-html.el')
-rw-r--r-- | lisp/org/org-html.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/org/org-html.el b/lisp/org/org-html.el index 47e82319873..a6933978710 100644 --- a/lisp/org/org-html.el +++ b/lisp/org/org-html.el @@ -1,7 +1,6 @@ ;;; org-html.el --- HTML export for Org-mode -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; Copyright (C) 2004-2011 Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org> ;; Keywords: outlines, hypermedia, calendar, wp @@ -2415,5 +2414,4 @@ Replaces invalid characters with \"_\" and then prepends a prefix." (provide 'org-html) -;; arch-tag: 8109d84d-eb8f-460b-b1a8-f45f3a6c7ea1 ;;; org-html.el ends here |