diff --git a/ORGWEBPAGE/index.org b/ORGWEBPAGE/index.org index 354c34eb0..0edf23981 100644 --- a/ORGWEBPAGE/index.org +++ b/ORGWEBPAGE/index.org @@ -117,6 +117,7 @@ a look at our [[http://orgmode.org/worg/org-quotes.php][collected quotes about O #+ATTR_HTML: style="float:right;" [[http://mobileorg.ncogni.to/][http://mobileorg.ncogni.to/images/screenshot-browse.png]] +- <2010-01-10 Sun>: Release 6.33 - <2009-12-15 Tue>: iPhone App [[http://mobileorg.ncogni.to/][MobileOrg]] version 1.1 available - <2009-11-13 Fri>: Release 6.33 - <2009-11-03 Tue>: iPhone App [[http://mobileorg.ncogni.to/][MobileOrg]] available in the AppStore @@ -125,9 +126,9 @@ a look at our [[http://orgmode.org/worg/org-quotes.php][collected quotes about O - <2009-09-01 Tue>: Release 6.30 - <2009-08-04 Tue>: Release 6.29 -* Current Version (6.33f) +* Current Version (3.34) -The current version is 6.33f. To see what has changed in recent +The current version is 3.34. 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) @@ -139,7 +140,7 @@ recent version, but may lag a bit behind the website release. ** The standard distribution -Download as [[file:org-6.33f.zip][zip file]] or [[file:org-6.33f.tar.gz][gzipped tar archive]]. These archives contain +Download as [[file:org-3.34.zip][zip file]] or [[file:org-3.34.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 9d0876935..e2b3518a3 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.33trans +The version of this release is: 3.34 The homepage of Org is at http://orgmode.org diff --git a/doc/org.texi b/doc/org.texi index 3cedc243f..55061d579 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -3,8 +3,8 @@ @setfilename ../../info/org @settitle The Org Manual -@set VERSION 6.33trans -@set DATE November 2009 +@set VERSION 3.34 +@set DATE January 2010 @c Version and Contact Info @set MAINTAINERSITE @uref{http://orgmode.org,maintainers webpage} diff --git a/doc/orgcard.tex b/doc/orgcard.tex index f52eab970..ccb1b3f17 100644 --- a/doc/orgcard.tex +++ b/doc/orgcard.tex @@ -1,7 +1,7 @@ % Reference Card for Org Mode -\def\orgversionnumber{6.33trans} -\def\versionyear{2009} % latest update -\def\year{2009} % latest copyright year +\def\orgversionnumber{3.34} +\def\versionyear{2010} % latest update +\def\year{2010} % latest copyright year %**start of header \newcount\columnsperpage diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index dbe2053f7..e64c3d2b7 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-archive.el b/lisp/org-archive.el index ee58cf82e..ae3760561 100644 --- a/lisp/org-archive.el +++ b/lisp/org-archive.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-ascii.el b/lisp/org-ascii.el index 78a12d5d5..121267875 100644 --- a/lisp/org-ascii.el +++ b/lisp/org-ascii.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-attach.el b/lisp/org-attach.el index 232cdeedf..a648c283f 100644 --- a/lisp/org-attach.el +++ b/lisp/org-attach.el @@ -4,7 +4,7 @@ ;; Author: John Wiegley ;; Keywords: org data task -;; Version: 6.33trans +;; Version: 3.34 ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-bbdb.el b/lisp/org-bbdb.el index 0fad0daf5..ce784b90d 100644 --- a/lisp/org-bbdb.el +++ b/lisp/org-bbdb.el @@ -7,7 +7,7 @@ ;; Thomas Baumann ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-beamer.el b/lisp/org-beamer.el index 83038a1a9..c2d414b04 100644 --- a/lisp/org-beamer.el +++ b/lisp/org-beamer.el @@ -2,7 +2,7 @@ ;; ;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. ;; -;; Version: 6.33trans +;; Version: 3.34 ;; Author: Carsten Dominik ;; Maintainer: Carsten Dominik ;; Keywords: org, wp, tex diff --git a/lisp/org-bibtex.el b/lisp/org-bibtex.el index 0c0305dd6..b3f0bd3be 100644 --- a/lisp/org-bibtex.el +++ b/lisp/org-bibtex.el @@ -5,7 +5,7 @@ ;; Author: Bastien Guerry ;; Carsten Dominik ;; Keywords: org, wp, remember -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-clock.el b/lisp/org-clock.el index 28435d54e..00743d3fc 100644 --- a/lisp/org-clock.el +++ b/lisp/org-clock.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-colview-xemacs.el b/lisp/org-colview-xemacs.el index f12d6a977..8ef3e2475 100644 --- a/lisp/org-colview-xemacs.el +++ b/lisp/org-colview-xemacs.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-colview.el b/lisp/org-colview.el index c9b1567af..8390dba13 100644 --- a/lisp/org-colview.el +++ b/lisp/org-colview.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-compat.el b/lisp/org-compat.el index 838c11cbf..0985f357c 100644 --- a/lisp/org-compat.el +++ b/lisp/org-compat.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-crypt.el b/lisp/org-crypt.el index 140bf4f19..77e7f3c0f 100644 --- a/lisp/org-crypt.el +++ b/lisp/org-crypt.el @@ -4,7 +4,7 @@ ;; Emacs Lisp Archive Entry ;; Filename: org-crypt.el -;; Version: 6.33trans +;; Version: 3.34 ;; Keywords: org-mode ;; Author: John Wiegley ;; Maintainer: Peter Jones diff --git a/lisp/org-datetree.el b/lisp/org-datetree.el index d7cf5978e..c4578d279 100644 --- a/lisp/org-datetree.el +++ b/lisp/org-datetree.el @@ -5,7 +5,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-docbook.el b/lisp/org-docbook.el index 2a0431040..0b50a1f76 100644 --- a/lisp/org-docbook.el +++ b/lisp/org-docbook.el @@ -4,7 +4,7 @@ ;; ;; Emacs Lisp Archive Entry ;; Filename: org-docbook.el -;; Version: 6.33trans +;; Version: 3.34 ;; Author: Baoqiu Cui ;; Maintainer: Baoqiu Cui ;; Keywords: org, wp, docbook diff --git a/lisp/org-docview.el b/lisp/org-docview.el index 98da6159d..b1544de39 100644 --- a/lisp/org-docview.el +++ b/lisp/org-docview.el @@ -6,7 +6,7 @@ ;; Author: Jan Böcker ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 4e7065044..ac4026281 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-faces.el b/lisp/org-faces.el index cfc4cf7a4..cccd6b7b9 100644 --- a/lisp/org-faces.el +++ b/lisp/org-faces.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-feed.el b/lisp/org-feed.el index 3adae48cf..0c6bb6b05 100644 --- a/lisp/org-feed.el +++ b/lisp/org-feed.el @@ -5,7 +5,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el index 1f5e00bd0..893fed35b 100644 --- a/lisp/org-footnote.el +++ b/lisp/org-footnote.el @@ -5,7 +5,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-freemind.el b/lisp/org-freemind.el index f3663d07f..093b0db38 100644 --- a/lisp/org-freemind.el +++ b/lisp/org-freemind.el @@ -5,7 +5,7 @@ ;; Author: Lennart Borgman (lennart O borgman A gmail O com) ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el index 33d9ad8de..0b8b17a87 100644 --- a/lisp/org-gnus.el +++ b/lisp/org-gnus.el @@ -7,7 +7,7 @@ ;; Tassilo Horn ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-habit.el b/lisp/org-habit.el index 08856ac56..d0a0d0823 100644 --- a/lisp/org-habit.el +++ b/lisp/org-habit.el @@ -5,7 +5,7 @@ ;; Author: John Wiegley ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-html.el b/lisp/org-html.el index 58ca4661e..981036375 100644 --- a/lisp/org-html.el +++ b/lisp/org-html.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-icalendar.el b/lisp/org-icalendar.el index c97684ef9..69fd87cd2 100644 --- a/lisp/org-icalendar.el +++ b/lisp/org-icalendar.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-id.el b/lisp/org-id.el index 736089e6f..40453ecbc 100644 --- a/lisp/org-id.el +++ b/lisp/org-id.el @@ -5,7 +5,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-indent.el b/lisp/org-indent.el index 127415f52..d2d118616 100644 --- a/lisp/org-indent.el +++ b/lisp/org-indent.el @@ -4,7 +4,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-info.el b/lisp/org-info.el index 1651142a5..36f500e79 100644 --- a/lisp/org-info.el +++ b/lisp/org-info.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-inlinetask.el b/lisp/org-inlinetask.el index e6fd19e40..a97558137 100644 --- a/lisp/org-inlinetask.el +++ b/lisp/org-inlinetask.el @@ -5,7 +5,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.33trans +;; Version: 3.34 ;; This file is part of GNU Emacs. diff --git a/lisp/org-irc.el b/lisp/org-irc.el index 1cb069351..b978b190a 100644 --- a/lisp/org-irc.el +++ b/lisp/org-irc.el @@ -4,7 +4,7 @@ ;; ;; Author: Philip Jackson ;; Keywords: erc, irc, link, org -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-jsinfo.el b/lisp/org-jsinfo.el index 9a0e555b6..2d3302626 100644 --- a/lisp/org-jsinfo.el +++ b/lisp/org-jsinfo.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-latex.el b/lisp/org-latex.el index 6c07970e6..9fe426b11 100644 --- a/lisp/org-latex.el +++ b/lisp/org-latex.el @@ -4,7 +4,7 @@ ;; ;; Emacs Lisp Archive Entry ;; Filename: org-latex.el -;; Version: 6.33trans +;; Version: 3.34 ;; Author: Bastien Guerry ;; Maintainer: Carsten Dominik ;; Keywords: org, wp, tex diff --git a/lisp/org-list.el b/lisp/org-list.el index 56cbc4252..078353625 100644 --- a/lisp/org-list.el +++ b/lisp/org-list.el @@ -7,7 +7,7 @@ ;; Bastien Guerry ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-mac-message.el b/lisp/org-mac-message.el index 5cfaa5056..43094cc48 100644 --- a/lisp/org-mac-message.el +++ b/lisp/org-mac-message.el @@ -5,7 +5,7 @@ ;; Author: John Wiegley ;; Christopher Suckling -;; Version: 6.33trans +;; Version: 3.34 ;; 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 e1e8f98fd..f624c3bf8 100644 --- a/lisp/org-macs.el +++ b/lisp/org-macs.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-mew.el b/lisp/org-mew.el index c313b9a8a..71470b399 100644 --- a/lisp/org-mew.el +++ b/lisp/org-mew.el @@ -5,7 +5,7 @@ ;; Author: Tokuya Kameshima ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.33trans +;; Version: 3.34 ;; This file is part of GNU Emacs. diff --git a/lisp/org-mhe.el b/lisp/org-mhe.el index 483796f4d..8f3316133 100644 --- a/lisp/org-mhe.el +++ b/lisp/org-mhe.el @@ -6,7 +6,7 @@ ;; Author: Thomas Baumann ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el index 2598aaf23..d1571b33a 100644 --- a/lisp/org-mobile.el +++ b/lisp/org-mobile.el @@ -4,7 +4,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-mouse.el b/lisp/org-mouse.el index fcb788628..762a6b3ef 100644 --- a/lisp/org-mouse.el +++ b/lisp/org-mouse.el @@ -4,7 +4,7 @@ ;; ;; Author: Piotr Zielinski ;; Maintainer: Carsten Dominik -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-plot.el b/lisp/org-plot.el index 2c0ac7285..89b3b3eaf 100644 --- a/lisp/org-plot.el +++ b/lisp/org-plot.el @@ -5,7 +5,7 @@ ;; Author: Eric Schulte ;; Keywords: tables, plotting ;; Homepage: http://orgmode.org -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-protocol.el b/lisp/org-protocol.el index 0d40c2c78..8d8b58071 100644 --- a/lisp/org-protocol.el +++ b/lisp/org-protocol.el @@ -9,7 +9,7 @@ ;; Author: Ross Patterson ;; Maintainer: Sebastian Rose ;; Keywords: org, emacsclient, wp -;; Version: 6.33trans +;; Version: 3.34 ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-publish.el b/lisp/org-publish.el index 4c613d840..3394fefb8 100644 --- a/lisp/org-publish.el +++ b/lisp/org-publish.el @@ -4,7 +4,7 @@ ;; Author: David O'Toole ;; Maintainer: Carsten Dominik ;; Keywords: hypermedia, outlines, wp -;; Version: 6.33trans +;; Version: 3.34 ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-remember.el b/lisp/org-remember.el index 86f0e826c..da4909730 100644 --- a/lisp/org-remember.el +++ b/lisp/org-remember.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-rmail.el b/lisp/org-rmail.el index d39258541..b7a3e2960 100644 --- a/lisp/org-rmail.el +++ b/lisp/org-rmail.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-src.el b/lisp/org-src.el index f98061735..9657a3a15 100644 --- a/lisp/org-src.el +++ b/lisp/org-src.el @@ -8,7 +8,7 @@ ;; Dan Davison ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-table.el b/lisp/org-table.el index 3a535cd34..c593e6286 100644 --- a/lisp/org-table.el +++ b/lisp/org-table.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-timer.el b/lisp/org-timer.el index c13485b8d..2530fd6f5 100644 --- a/lisp/org-timer.el +++ b/lisp/org-timer.el @@ -5,7 +5,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-vm.el b/lisp/org-vm.el index bfce470ad..afe924985 100644 --- a/lisp/org-vm.el +++ b/lisp/org-vm.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-w3m.el b/lisp/org-w3m.el index 4374bbca1..a9c1fbb5c 100644 --- a/lisp/org-w3m.el +++ b/lisp/org-w3m.el @@ -5,7 +5,7 @@ ;; Author: Andy Stewart ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-wl.el b/lisp/org-wl.el index e6630cc29..bc7a98c9a 100644 --- a/lisp/org-wl.el +++ b/lisp/org-wl.el @@ -6,7 +6,7 @@ ;; Author: Tokuya Kameshima ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-xoxo.el b/lisp/org-xoxo.el index a46f5d128..32cf72e15 100644 --- a/lisp/org-xoxo.el +++ b/lisp/org-xoxo.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org.el b/lisp/org.el index 0720d301f..e6f79562a 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.33trans +;; Version: 3.34 ;; ;; This file is part of GNU Emacs. ;; @@ -95,7 +95,7 @@ ;;; Version -(defconst org-version "6.33trans" +(defconst org-version "3.34" "The version number of the file org.el.") (defun org-version (&optional here)