summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2009-01-20 10:23:26 +0100
committerCarsten Dominik <carsten.dominik@gmail.com>2009-01-20 10:23:26 +0100
commitb76b28f2a790b8dba5376eb106ef1888b37e5f2e (patch)
tree3dfe5d8bfb44cd3db9775e74ff4f664f7716ca21
parent70099303bfcecca53ba488895cbc3b7a5a9d777d (diff)
Release 6.18release_6.18
-rw-r--r--ORGWEBPAGE/Changes.org8
-rw-r--r--ORGWEBPAGE/index.org6
-rw-r--r--README_DIST2
-rw-r--r--doc/org.texi2
-rw-r--r--doc/orgcard.tex2
-rw-r--r--lisp/org-agenda.el2
-rw-r--r--lisp/org-archive.el2
-rw-r--r--lisp/org-attach.el2
-rw-r--r--lisp/org-bbdb.el2
-rw-r--r--lisp/org-bibtex.el2
-rw-r--r--lisp/org-clock.el2
-rw-r--r--lisp/org-colview-xemacs.el2
-rw-r--r--lisp/org-colview.el2
-rw-r--r--lisp/org-compat.el2
-rw-r--r--lisp/org-exp.el2
-rw-r--r--lisp/org-export-latex.el2
-rw-r--r--lisp/org-faces.el2
-rw-r--r--lisp/org-footnote.el2
-rw-r--r--lisp/org-gnus.el2
-rw-r--r--lisp/org-id.el2
-rw-r--r--lisp/org-info.el2
-rw-r--r--lisp/org-irc.el2
-rw-r--r--lisp/org-jsinfo.el2
-rw-r--r--lisp/org-list.el2
-rw-r--r--lisp/org-mac-message.el2
-rw-r--r--lisp/org-macs.el2
-rw-r--r--lisp/org-mew.el2
-rw-r--r--lisp/org-mhe.el2
-rw-r--r--lisp/org-mouse.el2
-rw-r--r--lisp/org-plot.el2
-rw-r--r--lisp/org-publish.el2
-rw-r--r--lisp/org-remember.el2
-rw-r--r--lisp/org-rmail.el2
-rw-r--r--lisp/org-table.el2
-rw-r--r--lisp/org-timer.el2
-rw-r--r--lisp/org-vm.el2
-rw-r--r--lisp/org-w3m.el2
-rw-r--r--lisp/org-wl.el2
-rw-r--r--lisp/org.el4
39 files changed, 45 insertions, 45 deletions
diff --git a/ORGWEBPAGE/Changes.org b/ORGWEBPAGE/Changes.org
index 75bb7096c..0351e6cb7 100644
--- a/ORGWEBPAGE/Changes.org
+++ b/ORGWEBPAGE/Changes.org
@@ -10,7 +10,7 @@
#+LINK_UP: index.html
#+LINK_HOME: http://orgmode.org
-* Version 6.18 (in preparation)
+* Version 6.18
:PROPERTIES:
:VISIBILITY: content
:END:
@@ -19,7 +19,7 @@
*** Short examples must have a space after the colon
- Short literal examples can be created by preceeding lines
+ Short literal examples can be created by preceding lines
with a colon. Such lines must now have a space after the
colon. I believe this is already general practice, but now
it must be like this. The only exception are lines what are
@@ -30,7 +30,7 @@
*** Include files can now also process switches
The example and src switches like =-n= can now also be added
- to inlcude file statements:
+ to include file statements:
: #+INCLUDE "~/.emacs" src emacs-lisp -n -r
@@ -48,7 +48,7 @@
*** LaTeX_CLASS can be given as a property
- When exporting a single subtree by selectiong it as a region
+ When exporting a single subtree by selecting it as a region
before export, the LaTeX class for the export will be taken
from the =LaTeX_CLASS= property of the entry if present.
diff --git a/ORGWEBPAGE/index.org b/ORGWEBPAGE/index.org
index 6ad6502c8..6ed7faa1d 100644
--- a/ORGWEBPAGE/index.org
+++ b/ORGWEBPAGE/index.org
@@ -58,9 +58,9 @@ a look at our [[http://orgmode.org/worg/org-quotes.php][collected quotes about O
- Check out the [[file:GoogleTech.org][Google Tech Talk]] about Org-mode.
-* Current Version (6.17c)
+* Current Version (6.18)
-The current version is 6.17c. To see what has changed in recent
+The current version is 6.18. 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)
@@ -73,7 +73,7 @@ a bit behind the website release.
** The standard distribution
-Download as [[file:org-6.17c.zip][zip file]] or [[file:org-6.17c.tar.gz][gzipped tar archive]]. These archives contain
+Download as [[file:org-6.18.zip][zip file]] or [[file:org-6.18.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]].
diff --git a/README_DIST b/README_DIST
index a54c102a4..972c4388e 100644
--- a/README_DIST
+++ b/README_DIST
@@ -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: 6.17trans
+The version of this release is: 6.18
The homepage of Org is at http://orgmode.org
diff --git a/doc/org.texi b/doc/org.texi
index 214c00396..32849388d 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -3,7 +3,7 @@
@setfilename ../../info/org
@settitle The Org Manual
-@set VERSION 6.17trans
+@set VERSION 6.18
@set DATE January 2009
@dircategory Emacs
diff --git a/doc/orgcard.tex b/doc/orgcard.tex
index e1cfa2645..909af28b4 100644
--- a/doc/orgcard.tex
+++ b/doc/orgcard.tex
@@ -1,5 +1,5 @@
% Reference Card for Org Mode
-\def\orgversionnumber{6.17trans}
+\def\orgversionnumber{6.18}
\def\versionyear{2009} % latest update
\def\year{2009} % latest copyright year
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index bb1b55817..40e2a1807 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -6,7 +6,7 @@
;; Author: Carsten Dominik <carsten at orgmode dot org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;; Version: 6.17trans
+;; Version: 6.18
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-archive.el b/lisp/org-archive.el
index 6ae6743f6..7fc589ed2 100644
--- a/lisp/org-archive.el
+++ b/lisp/org-archive.el
@@ -5,7 +5,7 @@
;; Author: Carsten Dominik <carsten at orgmode dot org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;; Version: 6.17trans
+;; Version: 6.18
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-attach.el b/lisp/org-attach.el
index b2ca106fc..fea999d23 100644
--- a/lisp/org-attach.el
+++ b/lisp/org-attach.el
@@ -4,7 +4,7 @@
;; Author: John Wiegley <johnw@newartisans.com>
;; Keywords: org data task
-;; Version: 6.17trans
+;; Version: 6.18
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-bbdb.el b/lisp/org-bbdb.el
index f08106a2d..43f748b3c 100644
--- a/lisp/org-bbdb.el
+++ b/lisp/org-bbdb.el
@@ -7,7 +7,7 @@
;; Thomas Baumann <thomas dot baumann at ch dot tum dot de>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;; Version: 6.17trans
+;; Version: 6.18
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-bibtex.el b/lisp/org-bibtex.el
index 275dc6824..11736fd6b 100644
--- a/lisp/org-bibtex.el
+++ b/lisp/org-bibtex.el
@@ -5,7 +5,7 @@
;; Author: Bastien Guerry <bzg at altern dot org>
;; Carsten Dominik <carsten dot dominik at gmail dot com>
;; Keywords: org, wp, remember
-;; Version: 6.17trans
+;; Version: 6.18
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index a555231d1..fcf77ab57 100644
--- a/lisp/org-clock.el
+++ b/lisp/org-clock.el
@@ -5,7 +5,7 @@
;; Author: Carsten Dominik <carsten at orgmode dot org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;; Version: 6.17trans
+;; Version: 6.18
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-colview-xemacs.el b/lisp/org-colview-xemacs.el
index 5a1c302aa..817c49fa8 100644
--- a/lisp/org-colview-xemacs.el
+++ b/lisp/org-colview-xemacs.el
@@ -5,7 +5,7 @@
;; Author: Carsten Dominik <carsten at orgmode dot org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;; Version: 6.17trans
+;; Version: 6.18
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-colview.el b/lisp/org-colview.el
index e294a9a8b..59241ce86 100644
--- a/lisp/org-colview.el
+++ b/lisp/org-colview.el
@@ -5,7 +5,7 @@
;; Author: Carsten Dominik <carsten at orgmode dot org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;; Version: 6.17trans
+;; Version: 6.18
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-compat.el b/lisp/org-compat.el
index 7ef51422d..470e04cf4 100644
--- a/lisp/org-compat.el
+++ b/lisp/org-compat.el
@@ -5,7 +5,7 @@
;; Author: Carsten Dominik <carsten at orgmode dot org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;; Version: 6.17trans
+;; Version: 6.18
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-exp.el b/lisp/org-exp.el
index 685816d96..f63524e61 100644
--- a/lisp/org-exp.el
+++ b/lisp/org-exp.el
@@ -5,7 +5,7 @@
;; Author: Carsten Dominik <carsten at orgmode dot org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;; Version: 6.17trans
+;; Version: 6.18
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-export-latex.el b/lisp/org-export-latex.el
index 926bafd49..c85ac2000 100644
--- a/lisp/org-export-latex.el
+++ b/lisp/org-export-latex.el
@@ -4,7 +4,7 @@
;;
;; Emacs Lisp Archive Entry
;; Filename: org-export-latex.el
-;; Version: 6.17trans
+;; Version: 6.18
;; Author: Bastien Guerry <bzg AT altern DOT org>
;; Maintainer: Bastien Guerry <bzg AT altern DOT org>
;; Keywords: org, wp, tex
diff --git a/lisp/org-faces.el b/lisp/org-faces.el
index efb4d15f7..3bf1e7ba8 100644
--- a/lisp/org-faces.el
+++ b/lisp/org-faces.el
@@ -5,7 +5,7 @@
;; Author: Carsten Dominik <carsten at orgmode dot org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;; Version: 6.17trans
+;; Version: 6.18
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el
index 2c21f63c2..00e8fe2b3 100644
--- a/lisp/org-footnote.el
+++ b/lisp/org-footnote.el
@@ -5,7 +5,7 @@
;; Author: Carsten Dominik <carsten at orgmode dot org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;; Version: 6.17trans
+;; Version: 6.18
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el
index 1e7ffa13f..23b2809ec 100644
--- a/lisp/org-gnus.el
+++ b/lisp/org-gnus.el
@@ -6,7 +6,7 @@
;; Tassilo Horn <tassilo at member dot fsf dot org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;; Version: 6.17trans
+;; Version: 6.18
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-id.el b/lisp/org-id.el
index 88dded3e2..94869d506 100644
--- a/lisp/org-id.el
+++ b/lisp/org-id.el
@@ -5,7 +5,7 @@
;; Author: Carsten Dominik <carsten at orgmode dot org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;; Version: 6.17trans
+;; Version: 6.18
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-info.el b/lisp/org-info.el
index 75ef4879a..d8edbf0e6 100644
--- a/lisp/org-info.el
+++ b/lisp/org-info.el
@@ -5,7 +5,7 @@
;; Author: Carsten Dominik <carsten at orgmode dot org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;; Version: 6.17trans
+;; Version: 6.18
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-irc.el b/lisp/org-irc.el
index 7d0590174..512a7702e 100644
--- a/lisp/org-irc.el
+++ b/lisp/org-irc.el
@@ -4,7 +4,7 @@
;;
;; Author: Philip Jackson <emacs@shellarchive.co.uk>
;; Keywords: erc, irc, link, org
-;; Version: 6.17trans
+;; Version: 6.18
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-jsinfo.el b/lisp/org-jsinfo.el
index 75f490907..daa1286da 100644
--- a/lisp/org-jsinfo.el
+++ b/lisp/org-jsinfo.el
@@ -5,7 +5,7 @@
;; Author: Carsten Dominik <carsten at orgmode dot org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;; Version: 6.17trans
+;; Version: 6.18
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-list.el b/lisp/org-list.el
index 4baa0621d..d5b238b72 100644
--- a/lisp/org-list.el
+++ b/lisp/org-list.el
@@ -6,7 +6,7 @@
;; Bastien Guerry <bzg AT altern DOT org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;; Version: 6.17trans
+;; Version: 6.18
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-mac-message.el b/lisp/org-mac-message.el
index 1bfe7515e..e81b676d4 100644
--- a/lisp/org-mac-message.el
+++ b/lisp/org-mac-message.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2008, 2009 Free Software Foundation, Inc.
;; Author: John Wiegley <johnw@gnu.org>
-;; Version: 6.17trans
+;; Version: 6.18
;; Keywords: outlines, hypermedia, calendar, wp
;; This file is part of GNU Emacs.
diff --git a/lisp/org-macs.el b/lisp/org-macs.el
index c7b1ac19a..fa06c9163 100644
--- a/lisp/org-macs.el
+++ b/lisp/org-macs.el
@@ -5,7 +5,7 @@
;; Author: Carsten Dominik <carsten at orgmode dot org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;; Version: 6.17trans
+;; Version: 6.18
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-mew.el b/lisp/org-mew.el
index 78807990d..3cd3efce1 100644
--- a/lisp/org-mew.el
+++ b/lisp/org-mew.el
@@ -5,7 +5,7 @@
;; Author: Tokuya Kameshima <kames at fa2 dot so-net dot ne dot jp>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;; Version: 6.17trans
+;; Version: 6.18
;; This file is part of GNU Emacs.
diff --git a/lisp/org-mhe.el b/lisp/org-mhe.el
index 6a6581758..8c38bb3ed 100644
--- a/lisp/org-mhe.el
+++ b/lisp/org-mhe.el
@@ -5,7 +5,7 @@
;; Author: Thomas Baumann <thomas dot baumann at ch dot tum dot de>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;; Version: 6.17trans
+;; Version: 6.18
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-mouse.el b/lisp/org-mouse.el
index 78abdaf25..21abecaeb 100644
--- a/lisp/org-mouse.el
+++ b/lisp/org-mouse.el
@@ -4,7 +4,7 @@
;;
;; Author: Piotr Zielinski <piotr dot zielinski at gmail dot com>
;; Maintainer: Carsten Dominik <carsten at orgmode dot org>
-;; Version: 6.17trans
+;; Version: 6.18
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-plot.el b/lisp/org-plot.el
index d712fc7bd..94cabcdff 100644
--- a/lisp/org-plot.el
+++ b/lisp/org-plot.el
@@ -5,7 +5,7 @@
;; Author: Eric Schulte <schulte dot eric at gmail dot com>
;; Keywords: tables, plotting
;; Homepage: http://orgmode.org
-;; Version: 6.17trans
+;; Version: 6.18
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-publish.el b/lisp/org-publish.el
index 6703d62d4..cac0a8294 100644
--- a/lisp/org-publish.el
+++ b/lisp/org-publish.el
@@ -4,7 +4,7 @@
;; Author: David O'Toole <dto@gnu.org>
;; Maintainer: Bastien Guerry <bzg AT altern DOT org>
;; Keywords: hypermedia, outlines, wp
-;; Version: 6.17trans
+;; Version: 6.18
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-remember.el b/lisp/org-remember.el
index c86661f00..54cee4310 100644
--- a/lisp/org-remember.el
+++ b/lisp/org-remember.el
@@ -5,7 +5,7 @@
;; Author: Carsten Dominik <carsten at orgmode dot org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;; Version: 6.17trans
+;; Version: 6.18
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-rmail.el b/lisp/org-rmail.el
index 5614858ce..121deb2a2 100644
--- a/lisp/org-rmail.el
+++ b/lisp/org-rmail.el
@@ -5,7 +5,7 @@
;; Author: Carsten Dominik <carsten at orgmode dot org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;; Version: 6.17trans
+;; Version: 6.18
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-table.el b/lisp/org-table.el
index e89a8c706..bb97b18c8 100644
--- a/lisp/org-table.el
+++ b/lisp/org-table.el
@@ -5,7 +5,7 @@
;; Author: Carsten Dominik <carsten at orgmode dot org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;; Version: 6.17trans
+;; Version: 6.18
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-timer.el b/lisp/org-timer.el
index 41ac720bc..cbd6b4bc0 100644
--- a/lisp/org-timer.el
+++ b/lisp/org-timer.el
@@ -5,7 +5,7 @@
;; Author: Carsten Dominik <carsten at orgmode dot org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;; Version: 6.17trans
+;; Version: 6.18
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-vm.el b/lisp/org-vm.el
index 6b2dba099..6938d6bf5 100644
--- a/lisp/org-vm.el
+++ b/lisp/org-vm.el
@@ -5,7 +5,7 @@
;; Author: Carsten Dominik <carsten at orgmode dot org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;; Version: 6.17trans
+;; Version: 6.18
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-w3m.el b/lisp/org-w3m.el
index aee99e853..1974212ce 100644
--- a/lisp/org-w3m.el
+++ b/lisp/org-w3m.el
@@ -5,7 +5,7 @@
;; Author: Andy Stewart <lazycat dot manatee at gmail dot com>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;; Version: 6.17trans
+;; Version: 6.18
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org-wl.el b/lisp/org-wl.el
index 4413419a7..7c9fc644c 100644
--- a/lisp/org-wl.el
+++ b/lisp/org-wl.el
@@ -5,7 +5,7 @@
;; Author: Tokuya Kameshima <kames at fa2 dot so-net dot ne dot jp>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;; Version: 6.17trans
+;; Version: 6.18
;;
;; This file is part of GNU Emacs.
;;
diff --git a/lisp/org.el b/lisp/org.el
index dca6273ab..26b4010b8 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -5,7 +5,7 @@
;; Author: Carsten Dominik <carsten at orgmode dot org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;; Version: 6.17trans
+;; Version: 6.18
;;
;; This file is part of GNU Emacs.
;;
@@ -93,7 +93,7 @@
;;; Version
-(defconst org-version "6.17trans"
+(defconst org-version "6.18"
"The version number of the file org.el.")
(defun org-version (&optional here)