Update copyright notices and fix wrong version tags

This commit is contained in:
Carsten Dominik 2010-04-07 16:26:10 +02:00
parent f3a25f4d34
commit d65ed03be6
58 changed files with 134 additions and 112 deletions

View File

@ -122,9 +122,9 @@ a look at our [[http://orgmode.org/worg/org-quotes.php][collected quotes about O
- <2009-12-15 Tue>: iPhone App [[http://mobileorg.ncogni.to/][MobileOrg]] version 1.1 available
- <2009-11-13 Fri>: Release 6.33
* Current Version (TAG=6.35c)
* Current Version (6.35c)
The current version is TAG=6.35c. To see what has changed in recent
The current version is 6.35c. To see what has changed in recent
releases, check this detailed list of [[file:Changes.html][user-visible changes]].
This package works on Emacs 23 and 22, and (with minor restrictions)
@ -136,7 +136,7 @@ recent version, but may lag a bit behind the website release.
** The standard distribution
Download as [[file:org-TAG=6.35c.zip][zip file]] or [[file:org-TAG=6.35c.tar.gz][gzipped tar archive]]. These archives contain
Download as [[file:org-6.35c.zip][zip file]] or [[file:org-6.35c.tar.gz][gzipped tar archive]]. These archives contain
both the Lisp file org.el and the documentation in PDF and (TeX)Info
formats. Follow the instructions for [[http://orgmode.org/manual/Installation.html#Installation][Installation]] and [[http://orgmode.org/manual/Activation.html#Activation][Activation]].

View File

@ -1,7 +1,7 @@
The is a distribution of Org, a plain text notes and project planning
tool for Emacs.
The version of this release is: TAG=6.35c
The version of this release is: 6.35c
The homepage of Org is at http://orgmode.org

View File

@ -3,7 +3,7 @@
@setfilename ../../info/org
@settitle The Org Manual
@set VERSION TAG=6.35c
@set VERSION 6.35c
@set DATE April 2010
@c Version and Contact Info

View File

@ -1,5 +1,5 @@
% Reference Card for Org Mode
\def\orgversionnumber{TAG=6.35c}
\def\orgversionnumber{6.35c}
\def\versionyear{2010} % latest update
\def\year{2010} % latest copyright year

View File

@ -1,12 +1,12 @@
;;; org-agenda.el --- Dynamic task and appointment lists for Org
;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
;; 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: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -1,12 +1,12 @@
;;; org-archive.el --- Archiving for Org-mode
;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
;; 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: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -1,12 +1,12 @@
;;; org-ascii.el --- ASCII export for Org-mode
;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
;; 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: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -1,10 +1,10 @@
;;; org-attach.el --- Manage file attachments to org-mode tasks
;; Copyright (C) 2008, 2009 Free Software Foundation, Inc.
;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: John Wiegley <johnw@newartisans.com>
;; Keywords: org data task
;; Version: TAG=6.35c
;; Version: 6.35c
;; This file is part of GNU Emacs.
;;

View File

@ -1,13 +1,13 @@
;;; org-bbdb.el --- Support for links to BBDB entries from within Org-mode
;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
;; Free Software Foundation, Inc.
;; Author: Carsten Dominik <carsten at orgmode dot org>,
;; Thomas Baumann <thomas dot baumann at ch dot tum dot de>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
;; Version: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -1,8 +1,8 @@
;;; org-beamer.el --- Beamer-specific LaTeX export for org-mode
;;
;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
;;
;; Version: TAG=6.35c
;; Version: 6.35c
;; Author: Carsten Dominik <carsten.dominik AT gmail DOT com>
;; Maintainer: Carsten Dominik <carsten.dominik AT gmail DOT com>
;; Keywords: org, wp, tex

View File

@ -1,11 +1,11 @@
;;; org-bibtex.el --- Org links to BibTeX entries
;;
;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
;;
;; Author: Bastien Guerry <bzg at altern dot org>
;; Carsten Dominik <carsten dot dominik at gmail dot com>
;; Keywords: org, wp, remember
;; Version: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -1,12 +1,12 @@
;;; org-clock.el --- The time clocking code for Org-mode
;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
;; 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: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -1,12 +1,12 @@
;;; org-colview-xemacs.el --- Column View in Org-mode, XEmacs-specific version
;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
;; 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: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -1,12 +1,12 @@
;;; org-colview.el --- Column View in Org-mode
;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
;; 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: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -1,12 +1,12 @@
;;; org-compat.el --- Compatibility code for Org-mode
;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
;; 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: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -1,10 +1,10 @@
;;; org-crypt.el --- Public key encryption for org-mode entries
;; Copyright (C) 2007, 2009 Free Software Foundation, Inc.
;; Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc.
;; Emacs Lisp Archive Entry
;; Filename: org-crypt.el
;; Version: TAG=6.35c
;; Version: 6.35c
;; Keywords: org-mode
;; Author: John Wiegley <johnw@gnu.org>
;; Maintainer: Peter Jones <pjones@pmade.com>

View File

@ -1,8 +1,28 @@
;;; org-ctags.el - Integrate Emacs "tags" facility with org mode.
;;;
;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
;;; Author: Paul Sexton <eeeickythump@gmail.com>
;;; Version: 1.0
;;; Repository at http://bitbucket.org/eeeickythump/org-ctags/
;; Keywords: org, wp
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;
;; GNU Emacs 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 3 of the License, or
;; (at your option) any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;;
;;; Synopsis
;;; ========

View File

@ -1,11 +1,11 @@
;;; org-datetree.el --- Create date entries in a tree
;; Copyright (C) 2009 Free Software Foundation, Inc.
;; Copyright (C) 2009, 2010 Free Software Foundation, Inc.
;; Author: Carsten Dominik <carsten at orgmode dot org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
;; Version: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -1,10 +1,10 @@
;;; org-docbook.el --- DocBook exporter for org-mode
;;
;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
;;
;; Emacs Lisp Archive Entry
;; Filename: org-docbook.el
;; Version: TAG=6.35c
;; Version: 6.35c
;; Author: Baoqiu Cui <cbaoqiu AT yahoo DOT com>
;; Maintainer: Baoqiu Cui <cbaoqiu AT yahoo DOT com>
;; Keywords: org, wp, docbook

View File

@ -1,12 +1,12 @@
;;; org-docview.el --- support for links to doc-view-mode buffers
;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
;; Free Software Foundation, Inc.
;; Author: Jan Böcker <jan.boecker at jboecker dot de>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
;; Version: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -6,7 +6,7 @@
;; Ulf Stegemann <ulf at zeitform dot de>
;; Keywords: outlines, calendar, wp
;; Homepage: http://orgmode.org
;; Version: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -1,9 +1,10 @@
;;; org-exp-blocks.el --- pre-process blocks when exporting org files
;; Copyright (C) 2009
;; Copyright (C) 2009, 2010
;; Free Software Foundation, Inc.
;; Author: Eric Schulte
;; Version: 6.35c
;; This file is part of GNU Emacs.
;;

View File

@ -1,12 +1,12 @@
;;; org-exp.el --- ASCII, HTML, XOXO and iCalendar export for Org-mode
;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
;; 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: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -1,12 +1,12 @@
;;; org-faces.el --- Face definitions for Org-mode.
;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
;; 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: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -1,11 +1,11 @@
;;; org-feed.el --- Add RSS feed items to Org files
;;
;; Copyright (C) 2009 Free Software Foundation, Inc.
;; Copyright (C) 2009, 2010 Free Software Foundation, Inc.
;;
;; Author: Carsten Dominik <carsten at orgmode dot org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
;; Version: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -1,11 +1,11 @@
;;; org-footnote.el --- Footnote support in Org and elsewhere
;;
;; Copyright (C) 2009 Free Software Foundation, Inc.
;; Copyright (C) 2009, 2010 Free Software Foundation, Inc.
;;
;; Author: Carsten Dominik <carsten at orgmode dot org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
;; Version: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -1,11 +1,11 @@
;;; org-freemind.el --- Export Org files to freemind
;; Copyright (C) 2009 Free Software Foundation, Inc.
;; Copyright (C) 2009, 2010 Free Software Foundation, Inc.
;; Author: Lennart Borgman (lennart O borgman A gmail O com)
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
;; Version: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -1,13 +1,13 @@
;;; org-gnus.el --- Support for links to Gnus groups and messages from within Org-mode
;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
;; Free Software Foundation, Inc.
;; Author: Carsten Dominik <carsten at orgmode dot org>
;; Tassilo Horn <tassilo at member dot fsf dot org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
;; Version: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -1,11 +1,11 @@
;;; org-habit.el --- The habit tracking code for Org-mode
;; Copyright (C) 2009 Free Software Foundation, Inc.
;; Copyright (C) 2009, 2010 Free Software Foundation, Inc.
;; Author: John Wiegley <johnw at gnu dot org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
;; Version: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -1,12 +1,12 @@
;;; org-html.el --- HTML export for Org-mode
;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
;; 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: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -1,12 +1,12 @@
;;; org-icalendar.el --- iCalendar export for Org-mode
;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
;; 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: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -1,11 +1,11 @@
;;; org-id.el --- Global identifiers for Org-mode entries
;;
;; Copyright (C) 2008, 2009 Free Software Foundation, Inc.
;; Copyright (C) 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: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -1,10 +1,10 @@
;;; org-indent.el --- Dynamic indentation for Org-mode
;; Copyright (C) 2009 Free Software Foundation, Inc.
;; Copyright (C) 2009, 2010 Free Software Foundation, Inc.
;;
;; Author: Carsten Dominik <carsten at orgmode dot org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
;; Version: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -1,12 +1,12 @@
;;; org-info.el --- Support for links to Info nodes from within Org-Mode
;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
;; 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: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -1,11 +1,11 @@
;;; org-inlinetask.el --- Tasks independent of outline hierarchy
;; Copyright (C) 2009 Free Software Foundation, Inc.
;; Copyright (C) 2009, 2010 Free Software Foundation, Inc.
;;
;; Author: Carsten Dominik <carsten at orgmode dot org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
;; Version: TAG=6.35c
;; Version: 6.35c
;; This file is part of GNU Emacs.

View File

@ -1,10 +1,10 @@
;;; org-irc.el --- Store links to IRC sessions
;;
;; Copyright (C) 2008, 2009 Free Software Foundation, Inc.
;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
;;
;; Author: Philip Jackson <emacs@shellarchive.co.uk>
;; Keywords: erc, irc, link, org
;; Version: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -1,12 +1,12 @@
;;; org-jsinfo.el --- Support for org-info.js Javascript in Org HTML export
;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
;; 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: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -1,10 +1,10 @@
;;; org-latex.el --- LaTeX exporter for org-mode
;;
;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
;;
;; Emacs Lisp Archive Entry
;; Filename: org-latex.el
;; Version: TAG=6.35c
;; Version: 6.35c
;; Author: Bastien Guerry <bzg AT altern DOT org>
;; Maintainer: Carsten Dominik <carsten.dominik AT gmail DOT com>
;; Keywords: org, wp, tex

View File

@ -1,13 +1,13 @@
;;; org-list.el --- Plain lists for Org-mode
;;
;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
;; Free Software Foundation, Inc.
;;
;; Author: Carsten Dominik <carsten at orgmode dot org>
;; Bastien Guerry <bzg AT altern DOT org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
;; Version: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -1,11 +1,11 @@
;;; org-mac-message.el --- Links to Apple Mail.app messages from within Org-mode
;; Copyright (C) 2008, 2009 Free Software Foundation, Inc.
;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: John Wiegley <johnw@gnu.org>
;; Christopher Suckling <suckling at gmail dot com>
;; Version: TAG=6.35c
;; Version: 6.35c
;; Keywords: outlines, hypermedia, calendar, wp
;; This file is part of GNU Emacs.

View File

@ -1,12 +1,12 @@
;;; org-macs.el --- Top-level definitions for Org-mode
;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
;; 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: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -1,11 +1,11 @@
;;; org-mew.el --- Support for links to Mew messages from within Org-mode
;; Copyright (C) 2008, 2009 Free Software Foundation, Inc.
;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: Tokuya Kameshima <kames at fa2 dot so-net dot ne dot jp>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
;; Version: TAG=6.35c
;; Version: 6.35c
;; This file is part of GNU Emacs.

View File

@ -1,12 +1,12 @@
;;; org-mhe.el --- Support for links to MH-E messages from within Org-mode
;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
;; Free Software Foundation, Inc.
;; Author: Thomas Baumann <thomas dot baumann at ch dot tum dot de>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
;; Version: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -1,10 +1,10 @@
;;; org-mobile.el --- Code for asymmetric sync with a mobile device
;; Copyright (C) 2009 Free Software Foundation, Inc.
;; Copyright (C) 2009, 2010 Free Software Foundation, Inc.
;;
;; Author: Carsten Dominik <carsten at orgmode dot org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
;; Version: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -1,10 +1,10 @@
;;; org-mouse.el --- Better mouse support for org-mode
;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation
;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation
;;
;; Author: Piotr Zielinski <piotr dot zielinski at gmail dot com>
;; Maintainer: Carsten Dominik <carsten at orgmode dot org>
;; Version: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -1,11 +1,11 @@
;;; org-plot.el --- Support for plotting from Org-mode
;; Copyright (C) 2008, 2009 Free Software Foundation, Inc.
;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
;;
;; Author: Eric Schulte <schulte dot eric at gmail dot com>
;; Keywords: tables, plotting
;; Homepage: http://orgmode.org
;; Version: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -1,6 +1,6 @@
;;; org-protocol.el --- Intercept calls from emacsclient to trigger custom actions.
;;
;; Copyright (C) 2008, 2009
;; Copyright (C) 2008, 2009, 2010
;; Free Software Foundation, Inc.
;;
;; Author: Bastien Guerry <bzg AT altern DOT org>
@ -9,7 +9,7 @@
;; Author: Ross Patterson <me AT rpatterson DOT net>
;; Maintainer: Sebastian Rose <sebastian_rose AT gmx DOT de>
;; Keywords: org, emacsclient, wp
;; Version: TAG=6.35c
;; Version: 6.35c
;; This file is part of GNU Emacs.
;;

View File

@ -1,10 +1,11 @@
;;; org-publish.el --- publish related org-mode files as a website
;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Copyright (C) 2006, 2007, 2008, 2009, 2010
;; Free Software Foundation, Inc.
;; Author: David O'Toole <dto@gnu.org>
;; Maintainer: Carsten Dominik <carsten DOT dominik AT gmail DOT com>
;; Keywords: hypermedia, outlines, wp
;; Version: TAG=6.35c
;; Version: 6.35c
;; This file is part of GNU Emacs.
;;

View File

@ -1,12 +1,12 @@
;;; org-remember.el --- Fast note taking in Org-mode
;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
;; 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: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -1,12 +1,12 @@
;;; org-rmail.el --- Support for links to Rmail messages from within Org-mode
;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
;; 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: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -1,6 +1,6 @@
;;; org-src.el --- Source code examples in Org
;;
;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
;; Free Software Foundation, Inc.
;;
;; Author: Carsten Dominik <carsten at orgmode dot org>
@ -8,7 +8,7 @@
;; Dan Davison <davison at stats dot ox dot ac dot uk>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
;; Version: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -1,12 +1,12 @@
;;; org-table.el --- The table editor for Org-mode
;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
;; 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: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -1,11 +1,11 @@
;;; org-timer.el --- The relative timer code for Org-mode
;; Copyright (C) 2008, 2009 Free Software Foundation, Inc.
;; Copyright (C) 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: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -1,12 +1,12 @@
;;; org-vm.el --- Support for links to VM messages from within Org-mode
;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
;; 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: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -1,11 +1,11 @@
;;; org-w3m.el --- Support from copy and paste from w3m to Org-mode
;; Copyright (C) 2008, 2009 Free Software Foundation, Inc.
;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: Andy Stewart <lazycat dot manatee at gmail dot com>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
;; Version: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -1,12 +1,12 @@
;;; org-wl.el --- Support for links to Wanderlust messages from within Org-mode
;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
;; Free Software Foundation, Inc.
;; Author: Tokuya Kameshima <kames at fa2 dot so-net dot ne dot jp>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
;; Version: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -1,12 +1,12 @@
;;; org-xoxo.el --- XOXO export for Org-mode
;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
;; 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: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;

View File

@ -1,12 +1,12 @@
;;; org.el --- Outline-based notes management and organizer
;; Carstens outline-mode for keeping track of everything.
;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
;; 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: TAG=6.35c
;; Version: 6.35c
;;
;; This file is part of GNU Emacs.
;;
@ -96,7 +96,7 @@
;;; Version
(defconst org-version "TAG=6.35c"
(defconst org-version "6.35c"
"The version number of the file org.el.")
(defun org-version (&optional here)