diff options
Diffstat (limited to 'lisp/org/org-xoxo.el')
-rw-r--r-- | lisp/org/org-xoxo.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/org/org-xoxo.el b/lisp/org/org-xoxo.el index 39a4cc7a447..e81e4e74381 100644 --- a/lisp/org/org-xoxo.el +++ b/lisp/org/org-xoxo.el @@ -1,11 +1,12 @@ ;;; org-xoxo.el --- XOXO export for Org-mode -;; Copyright (C) 2004-2011 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org> ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 7.4 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; @@ -123,4 +124,5 @@ The XOXO buffer is named *xoxo-<source buffer name>*" (provide 'org-xoxo) +;; arch-tag: 16e6a31f-f4f5-46f1-af18-48dc89faa702 ;;; org-xoxo.el ends here |