diff --git a/README_DIST b/README_DIST index 96e6c0320..e44ed6004 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.6 +The version of this release is: 7.7 The homepage of Org is at http://orgmode.org diff --git a/doc/org.texi b/doc/org.texi index 1455285c6..3ecf897df 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -4,7 +4,7 @@ @setfilename ../../info/org @settitle The Org Manual -@set VERSION 7.6 +@set VERSION 7.7 @set DATE July 2011 @c Use proper quote and backtick for code sections in PDF output diff --git a/doc/orgcard.tex b/doc/orgcard.tex index 5c72c62ce..e4d5c62a4 100644 --- a/doc/orgcard.tex +++ b/doc/orgcard.tex @@ -1,5 +1,5 @@ % Reference Card for Org Mode -\def\orgversionnumber{7.6} +\def\orgversionnumber{7.7} \def\versionyear{2011} % latest update \def\year{2011} % latest copyright year diff --git a/doc/orgguide.texi b/doc/orgguide.texi index f8ef57f13..61045ef82 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.6 -@set DATE juillet 2011 +@set VERSION 7.7 +@set DATE July 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 e42186f91..cc44ece4e 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-R.el b/lisp/ob-R.el index dfb6d216f..35cdcb909 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-asymptote.el b/lisp/ob-asymptote.el index eaeeedc8d..d360cfc22 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-awk.el b/lisp/ob-awk.el index cfed04a5b..368957c2f 100644 --- a/lisp/ob-awk.el +++ b/lisp/ob-awk.el @@ -5,7 +5,7 @@ ;; Author: Eric Schulte ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org -;; Version: 7.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-calc.el b/lisp/ob-calc.el index 2f456d724..0f88ccf4d 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-clojure.el b/lisp/ob-clojure.el index bb99bae69..d9bc213df 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-comint.el b/lisp/ob-comint.el index 7dbffcf01..4e238880e 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-css.el b/lisp/ob-css.el index abeae6d11..25d75ccf8 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-ditaa.el b/lisp/ob-ditaa.el index e0a571254..810af9411 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-dot.el b/lisp/ob-dot.el index e41b6f711..4bb4d532a 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-emacs-lisp.el b/lisp/ob-emacs-lisp.el index f47eabaf9..5892aa5dc 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-eval.el b/lisp/ob-eval.el index 8f8c8cb5d..cc089cbaa 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-exp.el b/lisp/ob-exp.el index 1fc65249d..d65441e95 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-gnuplot.el b/lisp/ob-gnuplot.el index 2617f656f..8259cf839 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-haskell.el b/lisp/ob-haskell.el index 693866602..63e76f6f1 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-java.el b/lisp/ob-java.el index 8595a1898..3f349fea2 100644 --- a/lisp/ob-java.el +++ b/lisp/ob-java.el @@ -5,7 +5,7 @@ ;; Author: Eric Schulte ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org -;; Version: 7.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-js.el b/lisp/ob-js.el index 546dcaeab..f9c1722eb 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.6 +;; Version: 7.7 ;;; License: diff --git a/lisp/ob-keys.el b/lisp/ob-keys.el index 881e60a18..b55913599 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-latex.el b/lisp/ob-latex.el index 549acb1eb..2121a8e52 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-ledger.el b/lisp/ob-ledger.el index a3344a381..425a34586 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-lilypond.el b/lisp/ob-lilypond.el index 23b851b6f..23f5d511d 100644 --- a/lisp/ob-lilypond.el +++ b/lisp/ob-lilypond.el @@ -5,7 +5,7 @@ ;; Author: Martyn Jago ;; Keywords: babel language, literate programming ;; Homepage: https://github.com/mjago/ob-lilypond -;; Version: 7.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-lisp.el b/lisp/ob-lisp.el index aeb67f017..97e8a97b2 100644 --- a/lisp/ob-lisp.el +++ b/lisp/ob-lisp.el @@ -5,7 +5,7 @@ ;; Author: Joel Boehland, Eric Schulte, David T. O'Toole ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org -;; Version: 7.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-lob.el b/lisp/ob-lob.el index 9188769e0..5c4894d45 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-matlab.el b/lisp/ob-matlab.el index ee77ddf13..3ddb3065f 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-maxima.el b/lisp/ob-maxima.el index 52577f0ed..7534065f1 100644 --- a/lisp/ob-maxima.el +++ b/lisp/ob-maxima.el @@ -5,7 +5,7 @@ ;; Author: Eric S Fraga, Eric Schulte ;; Keywords: literate programming, reproducible research, maxima ;; Homepage: http://orgmode.org -;; Version: 7.6 +;; Version: 7.7 ;;; License: diff --git a/lisp/ob-mscgen.el b/lisp/ob-mscgen.el index 2f8d5c274..f96ba9a60 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-ocaml.el b/lisp/ob-ocaml.el index 7fd7bd6a0..c4b40c46c 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-octave.el b/lisp/ob-octave.el index a0635a4f0..ac434b4ab 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-org.el b/lisp/ob-org.el index ba639788d..740713637 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-perl.el b/lisp/ob-perl.el index f8ef26943..ec93c729e 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-plantuml.el b/lisp/ob-plantuml.el index a19c17e3f..b226a5342 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-python.el b/lisp/ob-python.el index bf4cca9c3..0fe0b4fef 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-ref.el b/lisp/ob-ref.el index 25ba091e7..d6ad39ed0 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-ruby.el b/lisp/ob-ruby.el index 0d8cd1712..f0ed1a166 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-sass.el b/lisp/ob-sass.el index fe105d2e2..c51a44334 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-scheme.el b/lisp/ob-scheme.el index 1e344982c..a772151ae 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.6 +;; Version: 7.7 ;;; License: diff --git a/lisp/ob-screen.el b/lisp/ob-screen.el index d8e20c5b6..a9a3c5c79 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-sh.el b/lisp/ob-sh.el index 6da1d029d..9349a842a 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-sql.el b/lisp/ob-sql.el index 48d386d6f..8fc7d3b4f 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-sqlite.el b/lisp/ob-sqlite.el index 26c59c2c2..3162fcca8 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-table.el b/lisp/ob-table.el index 1535be685..91e238f25 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/ob-tangle.el b/lisp/ob-tangle.el index 15c0518da..d4fb60618 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/ob.el b/lisp/ob.el index 275f14617..0de0aa661 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index f02a7c320..9502c2f2b 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-archive.el b/lisp/org-archive.el index 5b8b7671c..6c46b5117 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-ascii.el b/lisp/org-ascii.el index 4c922f380..8c37f9c08 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-attach.el b/lisp/org-attach.el index 80c8e5980..809ec1594 100644 --- a/lisp/org-attach.el +++ b/lisp/org-attach.el @@ -4,7 +4,7 @@ ;; Author: John Wiegley ;; Keywords: org data task -;; Version: 7.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-bbdb.el b/lisp/org-bbdb.el index ab3ebbcfa..b405718a4 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-beamer.el b/lisp/org-beamer.el index d8caabd2b..97f17c043 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.6 +;; Version: 7.7 ;; Author: Carsten Dominik ;; Maintainer: Carsten Dominik ;; Keywords: org, wp, tex diff --git a/lisp/org-bibtex.el b/lisp/org-bibtex.el index 165e96fcf..da6c1fec5 100644 --- a/lisp/org-bibtex.el +++ b/lisp/org-bibtex.el @@ -6,7 +6,7 @@ ;; Carsten Dominik ;; Eric Schulte ;; Keywords: org, wp, remember -;; Version: 7.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-capture.el b/lisp/org-capture.el index d18dd96bc..d2a011249 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-clock.el b/lisp/org-clock.el index a55e2e246..91d4ef111 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-colview-xemacs.el b/lisp/org-colview-xemacs.el index 00a878f2b..eacf3fbd6 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-colview.el b/lisp/org-colview.el index be2830f21..debc92a10 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-compat.el b/lisp/org-compat.el index c67660569..e96918cbc 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-crypt.el b/lisp/org-crypt.el index b2621a673..28d92cc63 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.6 +;; Version: 7.7 ;; Keywords: org-mode ;; Author: John Wiegley ;; Maintainer: Peter Jones diff --git a/lisp/org-ctags.el b/lisp/org-ctags.el index 802fa5835..f28823f30 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.6 +;; Version: 7.7 ;; Keywords: org, wp -;; Version: 7.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-datetree.el b/lisp/org-datetree.el index 46b63d70f..11e81a8a1 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-docbook.el b/lisp/org-docbook.el index 8e48e77b1..bb17a4dcd 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.6 +;; Version: 7.7 ;; Author: Baoqiu Cui ;; Maintainer: Baoqiu Cui ;; Keywords: org, wp, docbook diff --git a/lisp/org-docview.el b/lisp/org-docview.el index 32e153cd8..e13cdfd66 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-entities.el b/lisp/org-entities.el index 094cccbd5..0146abb07 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-exp-blocks.el b/lisp/org-exp-blocks.el index 96582c132..43cb9d10f 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-exp.el b/lisp/org-exp.el index f5dba501a..b00e86dab 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-faces.el b/lisp/org-faces.el index 9ce8b4a91..960eb6154 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-feed.el b/lisp/org-feed.el index 1f47ad663..a05463a28 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el index 7c49eaef3..9a92bd5db 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-freemind.el b/lisp/org-freemind.el index ac6f3cdda..6664bf1f4 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el index 9eb48fffd..da0712b92 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-habit.el b/lisp/org-habit.el index 3db6dddce..ebdfa0c77 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-html.el b/lisp/org-html.el index 5b5202fb8..c150b3d8d 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-icalendar.el b/lisp/org-icalendar.el index c7729cce3..bc0efce6a 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-id.el b/lisp/org-id.el index 65b5d86d4..d724dff30 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-indent.el b/lisp/org-indent.el index a1c690d5b..68821a4f7 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-info.el b/lisp/org-info.el index 904cb85f9..d1bfc53e5 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-inlinetask.el b/lisp/org-inlinetask.el index aec6ba7ae..7a52d6b6b 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/org-irc.el b/lisp/org-irc.el index 883f20a9c..bc0e94450 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-jsinfo.el b/lisp/org-jsinfo.el index 231619da0..cdefef842 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-latex.el b/lisp/org-latex.el index 0691437d7..bd9c1138c 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.6 +;; Version: 7.7 ;; Author: Bastien Guerry ;; Maintainer: Carsten Dominik ;; Keywords: org, wp, tex diff --git a/lisp/org-list.el b/lisp/org-list.el index 2104c32ff..2339c4d1b 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-mac-message.el b/lisp/org-mac-message.el index bab081769..9c1089994 100644 --- a/lisp/org-mac-message.el +++ b/lisp/org-mac-message.el @@ -5,7 +5,7 @@ ;; Author: John Wiegley ;; Christopher Suckling -;; Version: 7.6 +;; Version: 7.7 ;; 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 7eac05bd1..906be613a 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-mew.el b/lisp/org-mew.el index c8d9ef497..2f0959498 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. diff --git a/lisp/org-mhe.el b/lisp/org-mhe.el index e4c744793..c75bed37b 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-mks.el b/lisp/org-mks.el index 6bb18a54c..c71db81b5 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el index cbec2ce68..40fe7031c 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-mouse.el b/lisp/org-mouse.el index 5658bd5aa..8d59073ce 100644 --- a/lisp/org-mouse.el +++ b/lisp/org-mouse.el @@ -4,7 +4,7 @@ ;; ;; Author: Piotr Zielinski ;; Maintainer: Carsten Dominik -;; Version: 7.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-pcomplete.el b/lisp/org-pcomplete.el index 164779873..e34ab38e4 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-plot.el b/lisp/org-plot.el index d41442483..7f1bbac06 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-protocol.el b/lisp/org-protocol.el index 3e64aa1ac..42a71224a 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-publish.el b/lisp/org-publish.el index b210e02b4..67bccae15 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.6 +;; Version: 7.7 ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-remember.el b/lisp/org-remember.el index f249c40cc..40bf6888d 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-rmail.el b/lisp/org-rmail.el index 2c0417f47..cbb633659 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-src.el b/lisp/org-src.el index 3e6f58a74..30ffc34a6 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-table.el b/lisp/org-table.el index d62aecfb9..82d1e1309 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-taskjuggler.el b/lisp/org-taskjuggler.el index c0f06fd3d..8a2ccc8dd 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.6 +;; Version: 7.7 ;; Author: Christian Egli ;; Maintainer: Christian Egli ;; Keywords: org, taskjuggler, project planning diff --git a/lisp/org-timer.el b/lisp/org-timer.el index f4dd95f3b..e612d45b1 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-vm.el b/lisp/org-vm.el index 2817cd53d..d7e69e350 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-w3m.el b/lisp/org-w3m.el index c12a80b57..dcdd02230 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-wl.el b/lisp/org-wl.el index a492c2185..1a0a357d4 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org-xoxo.el b/lisp/org-xoxo.el index 1d1c984b0..e81e4e743 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/org.el b/lisp/org.el index da9903d8e..c29ef1154 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.6 +;; Version: 7.7 ;; ;; This file is part of GNU Emacs. ;; @@ -200,7 +200,7 @@ identifier." ;;; Version -(defconst org-version "7.6" +(defconst org-version "7.7" "The version number of the file org.el.") (defun org-version (&optional here)