From b44f21b1e3239b65a1015658d682d941a790dda8 Mon Sep 17 00:00:00 2001 From: emacs Date: Mon, 7 Mar 2011 14:27:16 +0000 Subject: [PATCH] Release 7.5 --- README_DIST | 2 +- doc/org.texi | 4 ++-- doc/orgcard.tex | 6 +++--- doc/orgguide.texi | 4 ++-- lisp/ob-C.el | 2 +- lisp/ob-R.el | 2 +- lisp/ob-asymptote.el | 2 +- lisp/ob-calc.el | 2 +- lisp/ob-clojure.el | 2 +- lisp/ob-comint.el | 2 +- lisp/ob-css.el | 2 +- lisp/ob-ditaa.el | 2 +- lisp/ob-dot.el | 2 +- lisp/ob-emacs-lisp.el | 2 +- lisp/ob-eval.el | 2 +- lisp/ob-exp.el | 2 +- lisp/ob-gnuplot.el | 2 +- lisp/ob-haskell.el | 2 +- lisp/ob-js.el | 2 +- lisp/ob-keys.el | 2 +- lisp/ob-latex.el | 2 +- lisp/ob-ledger.el | 2 +- lisp/ob-lisp.el | 2 +- lisp/ob-lob.el | 2 +- lisp/ob-matlab.el | 2 +- lisp/ob-mscgen.el | 2 +- lisp/ob-ocaml.el | 2 +- lisp/ob-octave.el | 2 +- lisp/ob-org.el | 2 +- lisp/ob-perl.el | 2 +- lisp/ob-plantuml.el | 2 +- lisp/ob-python.el | 2 +- lisp/ob-ref.el | 2 +- lisp/ob-ruby.el | 2 +- lisp/ob-sass.el | 2 +- lisp/ob-scheme.el | 2 +- lisp/ob-screen.el | 2 +- lisp/ob-sh.el | 2 +- lisp/ob-sql.el | 2 +- lisp/ob-sqlite.el | 2 +- lisp/ob-table.el | 2 +- lisp/ob-tangle.el | 2 +- lisp/ob.el | 2 +- lisp/org-agenda.el | 2 +- lisp/org-archive.el | 2 +- lisp/org-ascii.el | 2 +- lisp/org-attach.el | 2 +- lisp/org-bbdb.el | 2 +- lisp/org-beamer.el | 2 +- lisp/org-bibtex.el | 2 +- lisp/org-capture.el | 2 +- lisp/org-clock.el | 2 +- lisp/org-colview-xemacs.el | 2 +- lisp/org-colview.el | 2 +- lisp/org-compat.el | 2 +- lisp/org-crypt.el | 2 +- lisp/org-ctags.el | 4 ++-- lisp/org-datetree.el | 2 +- lisp/org-docbook.el | 2 +- lisp/org-docview.el | 2 +- lisp/org-entities.el | 2 +- lisp/org-exp-blocks.el | 2 +- lisp/org-exp.el | 2 +- lisp/org-faces.el | 2 +- lisp/org-feed.el | 2 +- lisp/org-footnote.el | 2 +- lisp/org-freemind.el | 2 +- lisp/org-gnus.el | 2 +- lisp/org-habit.el | 2 +- lisp/org-html.el | 2 +- lisp/org-icalendar.el | 2 +- lisp/org-id.el | 2 +- lisp/org-indent.el | 2 +- lisp/org-info.el | 2 +- lisp/org-inlinetask.el | 2 +- lisp/org-irc.el | 2 +- lisp/org-jsinfo.el | 2 +- lisp/org-latex.el | 2 +- lisp/org-list.el | 2 +- lisp/org-mac-message.el | 2 +- lisp/org-macs.el | 2 +- lisp/org-mew.el | 2 +- lisp/org-mhe.el | 2 +- lisp/org-mks.el | 2 +- lisp/org-mobile.el | 2 +- lisp/org-mouse.el | 2 +- lisp/org-pcomplete.el | 2 +- lisp/org-plot.el | 2 +- lisp/org-protocol.el | 2 +- lisp/org-publish.el | 2 +- lisp/org-remember.el | 2 +- lisp/org-rmail.el | 2 +- lisp/org-src.el | 2 +- lisp/org-table.el | 2 +- lisp/org-taskjuggler.el | 2 +- lisp/org-timer.el | 2 +- lisp/org-vm.el | 2 +- lisp/org-w3m.el | 2 +- lisp/org-wl.el | 2 +- lisp/org-xoxo.el | 2 +- lisp/org.el | 4 ++-- 101 files changed, 107 insertions(+), 107 deletions(-) diff --git a/README_DIST b/README_DIST index ac4082c37..e5217d0c0 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.4 +The version of this release is: 7.5 The homepage of Org is at http://orgmode.org diff --git a/doc/org.texi b/doc/org.texi index 9a049decd..e13af4b12 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -4,8 +4,8 @@ @setfilename ../../info/org @settitle The Org Manual -@set VERSION 7.4 -@set DATE December 2010 +@set VERSION 7.5 +@set DATE March 2011 @c Use proper quote and backtick for code sections in PDF output @c Cf. Texinfo manual 14.2 diff --git a/doc/orgcard.tex b/doc/orgcard.tex index 67cbac277..45266ab18 100644 --- a/doc/orgcard.tex +++ b/doc/orgcard.tex @@ -1,7 +1,7 @@ % Reference Card for Org Mode -\def\orgversionnumber{7.4} -\def\versionyear{2010} % latest update -\def\year{2010} % latest copyright year +\def\orgversionnumber{7.5} +\def\versionyear{2011} % latest update +\def\year{2011} % latest copyright year %**start of header \newcount\columnsperpage diff --git a/doc/orgguide.texi b/doc/orgguide.texi index 5da9d366d..332a90628 100644 --- a/doc/orgguide.texi +++ b/doc/orgguide.texi @@ -3,8 +3,8 @@ @setfilename ../../info/orgguide @settitle The compact Org-mode Guide -@set VERSION 7.4 -@set DATE December 2010 +@set VERSION 7.5 +@set DATE March 2011 @c Use proper quote and backtick for code sections in PDF output @c Cf. Texinfo manual 14.2 diff --git a/lisp/ob-C.el b/lisp/ob-C.el index 5aa750ce4..23fe0e106 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-R.el b/lisp/ob-R.el index 035a62dad..b72effc3d 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-asymptote.el b/lisp/ob-asymptote.el index bc40570d5..e94444793 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-calc.el b/lisp/ob-calc.el index 7259b9e57..e368ffc65 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-clojure.el b/lisp/ob-clojure.el index d88c54b6d..0201328cf 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-comint.el b/lisp/ob-comint.el index 064aad539..d12ed4722 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-css.el b/lisp/ob-css.el index 48ea9e3f9..eefa615e6 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-ditaa.el b/lisp/ob-ditaa.el index 4bb838cbd..20b5c421c 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-dot.el b/lisp/ob-dot.el index 1c309b023..2678984d6 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-emacs-lisp.el b/lisp/ob-emacs-lisp.el index df6f505ff..4b855e689 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-eval.el b/lisp/ob-eval.el index a71cb0dd6..754e9ed71 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-exp.el b/lisp/ob-exp.el index 7578b7654..fc1330a13 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-gnuplot.el b/lisp/ob-gnuplot.el index bc747d4e2..589a683ed 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-haskell.el b/lisp/ob-haskell.el index 734e1f6c8..9f35f59bc 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-js.el b/lisp/ob-js.el index 05f8ea417..8d743a391 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.4 +;; Version: 7.5 ;;; License: diff --git a/lisp/ob-keys.el b/lisp/ob-keys.el index af8190692..fd2bce89b 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-latex.el b/lisp/ob-latex.el index 8943dedee..3e00c0ea4 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-ledger.el b/lisp/ob-ledger.el index a02eb6fec..e2709a71e 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-lisp.el b/lisp/ob-lisp.el index 600b79ee7..f009e1818 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.4 +;; Version: 7.5 ;;; License: diff --git a/lisp/ob-lob.el b/lisp/ob-lob.el index c5401be2f..cf74252e6 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-matlab.el b/lisp/ob-matlab.el index 192c73d90..eaed4fd1c 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-mscgen.el b/lisp/ob-mscgen.el index 5f0e46383..321dec7b9 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-ocaml.el b/lisp/ob-ocaml.el index 459dcf336..4d366e72e 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-octave.el b/lisp/ob-octave.el index 92f16beca..31e53c8d9 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-org.el b/lisp/ob-org.el index 53cfe93c2..7e8421be4 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-perl.el b/lisp/ob-perl.el index 1e0cecb1a..ecb66d90b 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-plantuml.el b/lisp/ob-plantuml.el index 5159f6aad..fbebd352c 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-python.el b/lisp/ob-python.el index 5bedbf8b4..a5ce25a6e 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-ref.el b/lisp/ob-ref.el index 97eadacfb..ce404af30 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-ruby.el b/lisp/ob-ruby.el index b13eb03ce..41245e26b 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-sass.el b/lisp/ob-sass.el index 772e7ff8b..8a3b5fde8 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-scheme.el b/lisp/ob-scheme.el index b2b9fa6a0..95a55ac16 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.4 +;; Version: 7.5 ;;; License: diff --git a/lisp/ob-screen.el b/lisp/ob-screen.el index 7f4af7954..a2e1aced5 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-sh.el b/lisp/ob-sh.el index 74eb6203d..84ec52d57 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-sql.el b/lisp/ob-sql.el index 364070eaf..338a2ccf5 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-sqlite.el b/lisp/ob-sqlite.el index 65e809174..3db8811d7 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-table.el b/lisp/ob-table.el index c76ef3c5f..5639a5bfb 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-tangle.el b/lisp/ob-tangle.el index d7564d0cb..4e203be35 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. diff --git a/lisp/ob.el b/lisp/ob.el index 9e931b4c6..dbbcaff73 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index e6afbb06a..5b48a2fff 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-archive.el b/lisp/org-archive.el index c70616661..36ea7a833 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-ascii.el b/lisp/org-ascii.el index 9d53bd204..5727f0406 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-attach.el b/lisp/org-attach.el index a48dad3ea..6b9633858 100644 --- a/lisp/org-attach.el +++ b/lisp/org-attach.el @@ -4,7 +4,7 @@ ;; Author: John Wiegley ;; Keywords: org data task -;; Version: 7.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-bbdb.el b/lisp/org-bbdb.el index c67e7bf97..b772f442c 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-beamer.el b/lisp/org-beamer.el index 46a921cdf..d27f91f37 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.4 +;; Version: 7.5 ;; Author: Carsten Dominik ;; Maintainer: Carsten Dominik ;; Keywords: org, wp, tex diff --git a/lisp/org-bibtex.el b/lisp/org-bibtex.el index e34e1572c..b7b74165c 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-capture.el b/lisp/org-capture.el index 7c0955075..e5cdea220 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-clock.el b/lisp/org-clock.el index cc11f3ce9..c0c6c827f 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-colview-xemacs.el b/lisp/org-colview-xemacs.el index 06a125355..54a147bae 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-colview.el b/lisp/org-colview.el index c4f18c7c6..5a6552cb8 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-compat.el b/lisp/org-compat.el index 452a261fd..e5a691079 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-crypt.el b/lisp/org-crypt.el index 596d183c0..6454eab3a 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.4 +;; Version: 7.5 ;; Keywords: org-mode ;; Author: John Wiegley ;; Maintainer: Peter Jones diff --git a/lisp/org-ctags.el b/lisp/org-ctags.el index f2c631afe..4c2aaa7f0 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.4 +;; Version: 7.5 ;; Keywords: org, wp -;; Version: 7.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-datetree.el b/lisp/org-datetree.el index f0f1b900e..429bfb68b 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-docbook.el b/lisp/org-docbook.el index 079229bb8..51744366d 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.4 +;; Version: 7.5 ;; Author: Baoqiu Cui ;; Maintainer: Baoqiu Cui ;; Keywords: org, wp, docbook diff --git a/lisp/org-docview.el b/lisp/org-docview.el index cb0f24139..4b0e43992 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-entities.el b/lisp/org-entities.el index 1c99b9eb5..609173a75 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-exp-blocks.el b/lisp/org-exp-blocks.el index 8b73ba6e7..bc8d289eb 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-exp.el b/lisp/org-exp.el index ae7bdcff3..709317adc 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-faces.el b/lisp/org-faces.el index b6e2270e8..7bb3055c7 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-feed.el b/lisp/org-feed.el index 32da49b1c..2da6e82e5 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el index 88ffd6e48..b6a9bca7d 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-freemind.el b/lisp/org-freemind.el index d9486afa0..5ea941d8a 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el index c342b402d..eba4cb447 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-habit.el b/lisp/org-habit.el index 5d2514a79..13689cc5a 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-html.el b/lisp/org-html.el index eb4b19994..333cf4df6 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-icalendar.el b/lisp/org-icalendar.el index 9be0ae0e6..c4b1f897e 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-id.el b/lisp/org-id.el index 9e6cf90ec..3759e506a 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-indent.el b/lisp/org-indent.el index a177a6f2a..095e9ca25 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-info.el b/lisp/org-info.el index 57957a4f2..6b1caee7a 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-inlinetask.el b/lisp/org-inlinetask.el index 42ba7a49a..990a1ac66 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. diff --git a/lisp/org-irc.el b/lisp/org-irc.el index fba274156..beaf5aa30 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-jsinfo.el b/lisp/org-jsinfo.el index e5c65b0fb..24745c719 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-latex.el b/lisp/org-latex.el index c8ea77a4b..3c3869e39 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.4 +;; Version: 7.5 ;; Author: Bastien Guerry ;; Maintainer: Carsten Dominik ;; Keywords: org, wp, tex diff --git a/lisp/org-list.el b/lisp/org-list.el index 12e7601be..1906d9573 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-mac-message.el b/lisp/org-mac-message.el index a146cc86e..369765c94 100644 --- a/lisp/org-mac-message.el +++ b/lisp/org-mac-message.el @@ -5,7 +5,7 @@ ;; Author: John Wiegley ;; Christopher Suckling -;; Version: 7.4 +;; Version: 7.5 ;; 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 13cdbec99..e67ddb876 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-mew.el b/lisp/org-mew.el index 9636a1aa4..6bb61162f 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. diff --git a/lisp/org-mhe.el b/lisp/org-mhe.el index c9b04811a..75205c971 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-mks.el b/lisp/org-mks.el index df4ab3e2e..eac1185b2 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el index 54717346e..4f6eafea3 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-mouse.el b/lisp/org-mouse.el index 7aa313f94..c0262e2e9 100644 --- a/lisp/org-mouse.el +++ b/lisp/org-mouse.el @@ -4,7 +4,7 @@ ;; ;; Author: Piotr Zielinski ;; Maintainer: Carsten Dominik -;; Version: 7.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-pcomplete.el b/lisp/org-pcomplete.el index 71e0ee0df..14575d854 100644 --- a/lisp/org-pcomplete.el +++ b/lisp/org-pcomplete.el @@ -7,7 +7,7 @@ ;; John Wiegley ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 7.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-plot.el b/lisp/org-plot.el index 374e2d43b..df32acff2 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-protocol.el b/lisp/org-protocol.el index 84f2c9ddd..cf7bf270a 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-publish.el b/lisp/org-publish.el index 97fe956d7..e944eeaef 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.4 +;; Version: 7.5 ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-remember.el b/lisp/org-remember.el index 3be7b8657..cf2d4543a 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-rmail.el b/lisp/org-rmail.el index 732586852..3bb5ae4cd 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-src.el b/lisp/org-src.el index e97f08734..f72579a7f 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-table.el b/lisp/org-table.el index f453d84cb..54bc3aef9 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-taskjuggler.el b/lisp/org-taskjuggler.el index 8f2b62190..8d6318e2c 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.4 +;; Version: 7.5 ;; Author: Christian Egli ;; Maintainer: Christian Egli ;; Keywords: org, taskjuggler, project planning diff --git a/lisp/org-timer.el b/lisp/org-timer.el index e4775a332..aaa496e80 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-vm.el b/lisp/org-vm.el index db42a06ea..8e321a787 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-w3m.el b/lisp/org-w3m.el index 6965ac6b3..c250f4564 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-wl.el b/lisp/org-wl.el index 137bad9de..3630b10e9 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-xoxo.el b/lisp/org-xoxo.el index 2ce277ed6..c5d3215d8 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org.el b/lisp/org.el index 1b1966e9c..92f24065b 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.4 +;; Version: 7.5 ;; ;; This file is part of GNU Emacs. ;; @@ -192,7 +192,7 @@ identifier." ;;; Version -(defconst org-version "7.4" +(defconst org-version "7.5" "The version number of the file org.el.") (defun org-version (&optional here) -- 2.11.4.GIT