diff --git a/ORGWEBPAGE/index.org b/ORGWEBPAGE/index.org index 361a50884..4a094f144 100644 --- a/ORGWEBPAGE/index.org +++ b/ORGWEBPAGE/index.org @@ -127,9 +127,9 @@ a look at our [[http://orgmode.org/worg/org-quotes.php][collected quotes about O - <2010-09-24 Fri>: FLOSS Weekly [[http://twit.tv/floss136][interview]] with Carsten available - <2010-04-06 Tue>: Release 7.01 -* Current Version (7.5) +* Current Version (7.4) -The current version is 7.5. To see what has changed in recent +The current version is 7.4. 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) @@ -141,7 +141,7 @@ recent version, but may lag a bit behind the website release. ** The standard distribution -Download as [[file:org-7.5.zip][zip file]] or [[file:org-7.5.tar.gz][gzipped tar archive]]. These archives contain +Download as [[file:org-7.4.zip][zip file]] or [[file:org-7.4.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 e5217d0c0..ac4082c37 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: 7.5 +The version of this release is: 7.4 The homepage of Org is at http://orgmode.org diff --git a/doc/org.texi b/doc/org.texi index 15e17d01e..5a676786f 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -4,7 +4,7 @@ @setfilename ../../info/org @settitle The Org Manual -@set VERSION 7.5 +@set VERSION 7.4 @set DATE December 2010 @c Use proper quote and backtick for code sections in PDF output diff --git a/doc/orgcard.tex b/doc/orgcard.tex index 798694143..c55c55dcf 100644 --- a/doc/orgcard.tex +++ b/doc/orgcard.tex @@ -1,5 +1,5 @@ % Reference Card for Org Mode -\def\orgversionnumber{7.5} +\def\orgversionnumber{7.4} \def\versionyear{2010} % latest update \def\year{2010} % latest copyright year diff --git a/doc/orgguide.texi b/doc/orgguide.texi index cf1b30ad1..992ba8024 100644 --- a/doc/orgguide.texi +++ b/doc/orgguide.texi @@ -3,7 +3,7 @@ @setfilename ../../info/orgguide @settitle The compact Org-mode Guide -@set VERSION 7.5 +@set VERSION 7.4 @set DATE December 2010 @c Use proper quote and backtick for code sections in PDF output diff --git a/lisp/ob-C.el b/lisp/ob-C.el index efeaaa470..da0e76894 100644 --- a/lisp/ob-C.el +++ b/lisp/ob-C.el @@ -5,7 +5,7 @@ ;; Author: Eric Schulte ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-R.el b/lisp/ob-R.el index 6280da7f0..1f4fd87b0 100644 --- a/lisp/ob-R.el +++ b/lisp/ob-R.el @@ -5,7 +5,7 @@ ;; Author: Eric Schulte, Dan Davison ;; Keywords: literate programming, reproducible research, R, statistics ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-asymptote.el b/lisp/ob-asymptote.el index 4cd37a95b..ab2abda28 100644 --- a/lisp/ob-asymptote.el +++ b/lisp/ob-asymptote.el @@ -5,7 +5,7 @@ ;; Author: Eric Schulte ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-calc.el b/lisp/ob-calc.el index 0343d3f3c..287bad31a 100644 --- a/lisp/ob-calc.el +++ b/lisp/ob-calc.el @@ -5,7 +5,7 @@ ;; Author: Eric Schulte ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-clojure.el b/lisp/ob-clojure.el index 0201328cf..d88c54b6d 100644 --- a/lisp/ob-clojure.el +++ b/lisp/ob-clojure.el @@ -5,7 +5,7 @@ ;; Author: Joel Boehland, Eric Schulte ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-comint.el b/lisp/ob-comint.el index d12ed4722..064aad539 100644 --- a/lisp/ob-comint.el +++ b/lisp/ob-comint.el @@ -5,7 +5,7 @@ ;; Author: Eric Schulte ;; Keywords: literate programming, reproducible research, comint ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-css.el b/lisp/ob-css.el index eefa615e6..48ea9e3f9 100644 --- a/lisp/ob-css.el +++ b/lisp/ob-css.el @@ -5,7 +5,7 @@ ;; Author: Eric Schulte ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-ditaa.el b/lisp/ob-ditaa.el index 1841c626c..097f938e9 100644 --- a/lisp/ob-ditaa.el +++ b/lisp/ob-ditaa.el @@ -5,7 +5,7 @@ ;; Author: Eric Schulte ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-dot.el b/lisp/ob-dot.el index 39a4c26fa..36baddb1c 100644 --- a/lisp/ob-dot.el +++ b/lisp/ob-dot.el @@ -5,7 +5,7 @@ ;; Author: Eric Schulte ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-emacs-lisp.el b/lisp/ob-emacs-lisp.el index 4b855e689..df6f505ff 100644 --- a/lisp/ob-emacs-lisp.el +++ b/lisp/ob-emacs-lisp.el @@ -5,7 +5,7 @@ ;; Author: Eric Schulte ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-eval.el b/lisp/ob-eval.el index 754e9ed71..a71cb0dd6 100644 --- a/lisp/ob-eval.el +++ b/lisp/ob-eval.el @@ -5,7 +5,7 @@ ;; Author: Eric Schulte ;; Keywords: literate programming, reproducible research, comint ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-exp.el b/lisp/ob-exp.el index 4dadfc4d4..8b6914c90 100644 --- a/lisp/ob-exp.el +++ b/lisp/ob-exp.el @@ -5,7 +5,7 @@ ;; Author: Eric Schulte, Dan Davison ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-gnuplot.el b/lisp/ob-gnuplot.el index 8904b3c7a..423e47e86 100644 --- a/lisp/ob-gnuplot.el +++ b/lisp/ob-gnuplot.el @@ -5,7 +5,7 @@ ;; Author: Eric Schulte ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-haskell.el b/lisp/ob-haskell.el index 9f35f59bc..734e1f6c8 100644 --- a/lisp/ob-haskell.el +++ b/lisp/ob-haskell.el @@ -5,7 +5,7 @@ ;; Author: Eric Schulte ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-js.el b/lisp/ob-js.el index 8d743a391..05f8ea417 100644 --- a/lisp/ob-js.el +++ b/lisp/ob-js.el @@ -5,7 +5,7 @@ ;; Author: Eric Schulte ;; Keywords: literate programming, reproducible research, js ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;;; License: diff --git a/lisp/ob-keys.el b/lisp/ob-keys.el index fd2bce89b..af8190692 100644 --- a/lisp/ob-keys.el +++ b/lisp/ob-keys.el @@ -5,7 +5,7 @@ ;; Author: Eric Schulte ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-latex.el b/lisp/ob-latex.el index 4aea1ea64..96afbcd92 100644 --- a/lisp/ob-latex.el +++ b/lisp/ob-latex.el @@ -5,7 +5,7 @@ ;; Author: Eric Schulte ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-ledger.el b/lisp/ob-ledger.el index e2709a71e..a02eb6fec 100644 --- a/lisp/ob-ledger.el +++ b/lisp/ob-ledger.el @@ -5,7 +5,7 @@ ;; Author: Eric S Fraga ;; Keywords: literate programming, reproducible research, accounting ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-lisp.el b/lisp/ob-lisp.el index f009e1818..600b79ee7 100644 --- a/lisp/ob-lisp.el +++ b/lisp/ob-lisp.el @@ -5,7 +5,7 @@ ;; Author: David T. O'Toole , Eric Schulte ;; Keywords: literate programming, reproducible research, lisp ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;;; License: diff --git a/lisp/ob-lob.el b/lisp/ob-lob.el index 9ddd19ca5..137a6bce9 100644 --- a/lisp/ob-lob.el +++ b/lisp/ob-lob.el @@ -5,7 +5,7 @@ ;; Author: Eric Schulte, Dan Davison ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-matlab.el b/lisp/ob-matlab.el index eaed4fd1c..192c73d90 100644 --- a/lisp/ob-matlab.el +++ b/lisp/ob-matlab.el @@ -5,7 +5,7 @@ ;; Author: Dan Davison ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-mscgen.el b/lisp/ob-mscgen.el index 7270ab208..98230da56 100644 --- a/lisp/ob-mscgen.el +++ b/lisp/ob-mscgen.el @@ -5,7 +5,7 @@ ;; Author: Juan Pechiar ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-ocaml.el b/lisp/ob-ocaml.el index 4d366e72e..459dcf336 100644 --- a/lisp/ob-ocaml.el +++ b/lisp/ob-ocaml.el @@ -5,7 +5,7 @@ ;; Author: Eric Schulte ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-octave.el b/lisp/ob-octave.el index 37320ab1c..9fcd825f9 100644 --- a/lisp/ob-octave.el +++ b/lisp/ob-octave.el @@ -5,7 +5,7 @@ ;; Author: Dan Davison ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-org.el b/lisp/ob-org.el index 19351c4f1..c03fa0760 100644 --- a/lisp/ob-org.el +++ b/lisp/ob-org.el @@ -5,7 +5,7 @@ ;; Author: Eric Schulte ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-perl.el b/lisp/ob-perl.el index ecb66d90b..1e0cecb1a 100644 --- a/lisp/ob-perl.el +++ b/lisp/ob-perl.el @@ -5,7 +5,7 @@ ;; Author: Dan Davison, Eric Schulte ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-plantuml.el b/lisp/ob-plantuml.el index edf9643c1..fb81dc8e6 100644 --- a/lisp/ob-plantuml.el +++ b/lisp/ob-plantuml.el @@ -5,7 +5,7 @@ ;; Author: Zhang Weize ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-python.el b/lisp/ob-python.el index 5b0e86fdd..27b69bff5 100644 --- a/lisp/ob-python.el +++ b/lisp/ob-python.el @@ -5,7 +5,7 @@ ;; Author: Eric Schulte, Dan Davison ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-ref.el b/lisp/ob-ref.el index e34f38f4b..2ca99ca65 100644 --- a/lisp/ob-ref.el +++ b/lisp/ob-ref.el @@ -5,7 +5,7 @@ ;; Author: Eric Schulte, Dan Davison ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-ruby.el b/lisp/ob-ruby.el index 82a61a9ca..3f2af3946 100644 --- a/lisp/ob-ruby.el +++ b/lisp/ob-ruby.el @@ -5,7 +5,7 @@ ;; Author: Eric Schulte ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-sass.el b/lisp/ob-sass.el index 585acc6f3..b3acc8b8d 100644 --- a/lisp/ob-sass.el +++ b/lisp/ob-sass.el @@ -5,7 +5,7 @@ ;; Author: Eric Schulte ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-scheme.el b/lisp/ob-scheme.el index 95a55ac16..b2b9fa6a0 100644 --- a/lisp/ob-scheme.el +++ b/lisp/ob-scheme.el @@ -5,7 +5,7 @@ ;; Author: Eric Schulte ;; Keywords: literate programming, reproducible research, scheme ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;;; License: diff --git a/lisp/ob-screen.el b/lisp/ob-screen.el index a2e1aced5..7f4af7954 100644 --- a/lisp/ob-screen.el +++ b/lisp/ob-screen.el @@ -5,7 +5,7 @@ ;; Author: Benjamin Andresen ;; Keywords: literate programming, interactive shell ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-sh.el b/lisp/ob-sh.el index 01f5acbc0..e153d68b5 100644 --- a/lisp/ob-sh.el +++ b/lisp/ob-sh.el @@ -5,7 +5,7 @@ ;; Author: Eric Schulte ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-sql.el b/lisp/ob-sql.el index 4c99e22b1..5bb123d63 100644 --- a/lisp/ob-sql.el +++ b/lisp/ob-sql.el @@ -5,7 +5,7 @@ ;; Author: Eric Schulte ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-sqlite.el b/lisp/ob-sqlite.el index 3db8811d7..65e809174 100644 --- a/lisp/ob-sqlite.el +++ b/lisp/ob-sqlite.el @@ -5,7 +5,7 @@ ;; Author: Eric Schulte ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-table.el b/lisp/ob-table.el index ccad70d8d..b7f9673c6 100644 --- a/lisp/ob-table.el +++ b/lisp/ob-table.el @@ -5,7 +5,7 @@ ;; Author: Eric Schulte ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-tangle.el b/lisp/ob-tangle.el index 7193e10b3..c5ef2a1fc 100644 --- a/lisp/ob-tangle.el +++ b/lisp/ob-tangle.el @@ -5,7 +5,7 @@ ;; Author: Eric Schulte ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. diff --git a/lisp/ob.el b/lisp/ob.el index a8f5ead13..1c9f9fdbc 100644 --- a/lisp/ob.el +++ b/lisp/ob.el @@ -5,7 +5,7 @@ ;; Author: Eric Schulte, Dan Davison ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 1ebf4c9df..6bcbf62da 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: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-archive.el b/lisp/org-archive.el index 126136389..e56b01f95 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: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-ascii.el b/lisp/org-ascii.el index 8de07c1f6..99facb1e4 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: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-attach.el b/lisp/org-attach.el index bb3795fa0..a894064ed 100644 --- a/lisp/org-attach.el +++ b/lisp/org-attach.el @@ -4,7 +4,7 @@ ;; Author: John Wiegley ;; Keywords: org data task -;; Version: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-bbdb.el b/lisp/org-bbdb.el index 6c2f6ad38..4155f58b5 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: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-beamer.el b/lisp/org-beamer.el index 3df738a85..c88df859f 100644 --- a/lisp/org-beamer.el +++ b/lisp/org-beamer.el @@ -2,7 +2,7 @@ ;; ;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; -;; Version: 7.5 +;; Version: 7.4 ;; Author: Carsten Dominik ;; Maintainer: Carsten Dominik ;; Keywords: org, wp, tex diff --git a/lisp/org-bibtex.el b/lisp/org-bibtex.el index b7b74165c..e34e1572c 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: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-capture.el b/lisp/org-capture.el index 734d057bb..5c7b0386e 100644 --- a/lisp/org-capture.el +++ b/lisp/org-capture.el @@ -5,7 +5,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-clock.el b/lisp/org-clock.el index e8e97f6d2..93b0b524c 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: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-colview-xemacs.el b/lisp/org-colview-xemacs.el index 54a147bae..06a125355 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: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-colview.el b/lisp/org-colview.el index 5a6552cb8..c4f18c7c6 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: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-compat.el b/lisp/org-compat.el index e5a691079..452a261fd 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: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-complete.el b/lisp/org-complete.el index 24b45a98d..2eb1f4c3f 100644 --- a/lisp/org-complete.el +++ b/lisp/org-complete.el @@ -7,7 +7,7 @@ ;; John Wiegley ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-crypt.el b/lisp/org-crypt.el index 5947a42ee..1d761049b 100644 --- a/lisp/org-crypt.el +++ b/lisp/org-crypt.el @@ -4,7 +4,7 @@ ;; Emacs Lisp Archive Entry ;; Filename: org-crypt.el -;; Version: 7.5 +;; Version: 7.4 ;; Keywords: org-mode ;; Author: John Wiegley ;; Maintainer: Peter Jones diff --git a/lisp/org-ctags.el b/lisp/org-ctags.el index 4c2aaa7f0..f2c631afe 100644 --- a/lisp/org-ctags.el +++ b/lisp/org-ctags.el @@ -3,10 +3,10 @@ ;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Paul Sexton -;; Version: 7.5 +;; Version: 7.4 ;; Keywords: org, wp -;; Version: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-datetree.el b/lisp/org-datetree.el index 8d1e843d7..8014f8f1f 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: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-docbook.el b/lisp/org-docbook.el index 447cd3e4f..91ebb9719 100644 --- a/lisp/org-docbook.el +++ b/lisp/org-docbook.el @@ -4,7 +4,7 @@ ;; ;; Emacs Lisp Archive Entry ;; Filename: org-docbook.el -;; Version: 7.5 +;; Version: 7.4 ;; Author: Baoqiu Cui ;; Maintainer: Baoqiu Cui ;; Keywords: org, wp, docbook diff --git a/lisp/org-docview.el b/lisp/org-docview.el index 4b0e43992..cb0f24139 100644 --- a/lisp/org-docview.el +++ b/lisp/org-docview.el @@ -5,7 +5,7 @@ ;; Author: Jan Böcker ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-entities.el b/lisp/org-entities.el index 609173a75..1c99b9eb5 100644 --- a/lisp/org-entities.el +++ b/lisp/org-entities.el @@ -6,7 +6,7 @@ ;; Ulf Stegemann ;; Keywords: outlines, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-exp-blocks.el b/lisp/org-exp-blocks.el index 78af54dcd..57087e1df 100644 --- a/lisp/org-exp-blocks.el +++ b/lisp/org-exp-blocks.el @@ -4,7 +4,7 @@ ;; Free Software Foundation, Inc. ;; Author: Eric Schulte -;; Version: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 006692831..d45ef9cdd 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: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-faces.el b/lisp/org-faces.el index bcea05cfd..3f8245758 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: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-feed.el b/lisp/org-feed.el index 2da6e82e5..32da49b1c 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: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el index b6a9bca7d..88ffd6e48 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: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-freemind.el b/lisp/org-freemind.el index 5ea941d8a..d9486afa0 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: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el index 390923005..fccd3e9ee 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: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-habit.el b/lisp/org-habit.el index 156f05eaf..b174a1f08 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: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-html.el b/lisp/org-html.el index ce8a82960..47e823198 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: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-icalendar.el b/lisp/org-icalendar.el index 238c4a852..d4034fe6d 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: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-id.el b/lisp/org-id.el index e2fba3133..a8004afec 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: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-indent.el b/lisp/org-indent.el index 095e9ca25..a177a6f2a 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: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-info.el b/lisp/org-info.el index b24f86b8c..250f438ab 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: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-inlinetask.el b/lisp/org-inlinetask.el index 6ec55c6eb..3f2d6fbbf 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: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. diff --git a/lisp/org-irc.el b/lisp/org-irc.el index beaf5aa30..fba274156 100644 --- a/lisp/org-irc.el +++ b/lisp/org-irc.el @@ -4,7 +4,7 @@ ;; ;; Author: Philip Jackson ;; Keywords: erc, irc, link, org -;; Version: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-jsinfo.el b/lisp/org-jsinfo.el index 24745c719..e5c65b0fb 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: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-latex.el b/lisp/org-latex.el index 72cdc20cd..a29c9f374 100644 --- a/lisp/org-latex.el +++ b/lisp/org-latex.el @@ -4,7 +4,7 @@ ;; ;; Emacs Lisp Archive Entry ;; Filename: org-latex.el -;; Version: 7.5 +;; Version: 7.4 ;; Author: Bastien Guerry ;; Maintainer: Carsten Dominik ;; Keywords: org, wp, tex diff --git a/lisp/org-list.el b/lisp/org-list.el index da3cea255..bc8e7bddb 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: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-mac-message.el b/lisp/org-mac-message.el index 369765c94..a146cc86e 100644 --- a/lisp/org-mac-message.el +++ b/lisp/org-mac-message.el @@ -5,7 +5,7 @@ ;; Author: John Wiegley ;; Christopher Suckling -;; Version: 7.5 +;; Version: 7.4 ;; 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 89457193b..97a8fdc06 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: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-mew.el b/lisp/org-mew.el index 6bb61162f..9636a1aa4 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: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. diff --git a/lisp/org-mhe.el b/lisp/org-mhe.el index 9c96650f5..c384062a3 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: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-mks.el b/lisp/org-mks.el index eac1185b2..df4ab3e2e 100644 --- a/lisp/org-mks.el +++ b/lisp/org-mks.el @@ -5,7 +5,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el index 6748e2eca..4b16e2b8f 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: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-mouse.el b/lisp/org-mouse.el index 2ce2cc9b7..d1540c3f3 100644 --- a/lisp/org-mouse.el +++ b/lisp/org-mouse.el @@ -4,7 +4,7 @@ ;; ;; Author: Piotr Zielinski ;; Maintainer: Carsten Dominik -;; Version: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-plot.el b/lisp/org-plot.el index df32acff2..374e2d43b 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: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-protocol.el b/lisp/org-protocol.el index f23a9b0d9..5d5059fbf 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: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-publish.el b/lisp/org-publish.el index ba374b352..bb20cc60d 100644 --- a/lisp/org-publish.el +++ b/lisp/org-publish.el @@ -5,7 +5,7 @@ ;; Author: David O'Toole ;; Maintainer: Carsten Dominik ;; Keywords: hypermedia, outlines, wp -;; Version: 7.5 +;; Version: 7.4 ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-remember.el b/lisp/org-remember.el index b812e516c..c6e21ae05 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: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-rmail.el b/lisp/org-rmail.el index 3bb5ae4cd..732586852 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: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-src.el b/lisp/org-src.el index 144607671..c932b4a70 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: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-table.el b/lisp/org-table.el index aef9e5876..116c3fc23 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: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-taskjuggler.el b/lisp/org-taskjuggler.el index 55d1c888a..d78e10d56 100644 --- a/lisp/org-taskjuggler.el +++ b/lisp/org-taskjuggler.el @@ -4,7 +4,7 @@ ;; ;; Emacs Lisp Archive Entry ;; Filename: org-taskjuggler.el -;; Version: 7.5 +;; Version: 7.4 ;; Author: Christian Egli ;; Maintainer: Christian Egli ;; Keywords: org, taskjuggler, project planning diff --git a/lisp/org-timer.el b/lisp/org-timer.el index 88300a2cf..bac118704 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: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-vm.el b/lisp/org-vm.el index 8c4d73bd7..daef6713f 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: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-w3m.el b/lisp/org-w3m.el index c250f4564..6965ac6b3 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: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-wl.el b/lisp/org-wl.el index 3630b10e9..137bad9de 100644 --- a/lisp/org-wl.el +++ b/lisp/org-wl.el @@ -7,7 +7,7 @@ ;; David Maus ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-xoxo.el b/lisp/org-xoxo.el index c5d3215d8..2ce277ed6 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: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org.el b/lisp/org.el index 538c8c2ba..eb9196873 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: 7.5 +;; Version: 7.4 ;; ;; This file is part of GNU Emacs. ;; @@ -188,7 +188,7 @@ identifier." ;;; Version -(defconst org-version "7.5" +(defconst org-version "7.4" "The version number of the file org.el.") (defun org-version (&optional here)