diff options
| author | Paul Eggert | 2013-01-02 08:13:04 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-01-02 08:13:04 -0800 |
| commit | 0877d0dc24ee792b9b14592869ea1aa0934aee58 (patch) | |
| tree | 08e9265a1dd95974dc72622a9bef194682c0c716 /lisp/org | |
| parent | aca3d51dfa45794fa68a2ffb6269e34fcee2ec6c (diff) | |
| parent | d8fb8cce84b923a3289b69549e30958710ac3ebb (diff) | |
| download | emacs-0877d0dc24ee792b9b14592869ea1aa0934aee58.tar.gz emacs-0877d0dc24ee792b9b14592869ea1aa0934aee58.zip | |
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Diffstat (limited to 'lisp/org')
111 files changed, 111 insertions, 111 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index e2b5437228d..b348d22d6de 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -25488,7 +25488,7 @@ | |||
| 25488 | ;; add-log-time-zone-rule: t | 25488 | ;; add-log-time-zone-rule: t |
| 25489 | ;; End: | 25489 | ;; End: |
| 25490 | 25490 | ||
| 25491 | Copyright (C) 2008-2012 Free Software Foundation, Inc. | 25491 | Copyright (C) 2008-2013 Free Software Foundation, Inc. |
| 25492 | 25492 | ||
| 25493 | This file is part of GNU Emacs. | 25493 | This file is part of GNU Emacs. |
| 25494 | 25494 | ||
diff --git a/lisp/org/ob-C.el b/lisp/org/ob-C.el index ba50722e325..42a98de8c05 100644 --- a/lisp/org/ob-C.el +++ b/lisp/org/ob-C.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-C.el --- org-babel functions for C and similar languages | 1 | ;;; ob-C.el --- org-babel functions for C and similar languages |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric Schulte | 5 | ;; Author: Eric Schulte |
| 6 | ;; Keywords: literate programming, reproducible research | 6 | ;; Keywords: literate programming, reproducible research |
diff --git a/lisp/org/ob-R.el b/lisp/org/ob-R.el index 3dedb393654..562f37d7b95 100644 --- a/lisp/org/ob-R.el +++ b/lisp/org/ob-R.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-R.el --- org-babel functions for R code evaluation | 1 | ;;; ob-R.el --- org-babel functions for R code evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric Schulte | 5 | ;; Author: Eric Schulte |
| 6 | ;; Dan Davison | 6 | ;; Dan Davison |
diff --git a/lisp/org/ob-asymptote.el b/lisp/org/ob-asymptote.el index a3c5e3db954..4ea68df9a95 100644 --- a/lisp/org/ob-asymptote.el +++ b/lisp/org/ob-asymptote.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-asymptote.el --- org-babel functions for asymptote evaluation | 1 | ;;; ob-asymptote.el --- org-babel functions for asymptote evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric Schulte | 5 | ;; Author: Eric Schulte |
| 6 | ;; Keywords: literate programming, reproducible research | 6 | ;; Keywords: literate programming, reproducible research |
diff --git a/lisp/org/ob-awk.el b/lisp/org/ob-awk.el index 6e139966eee..12d625acf2c 100644 --- a/lisp/org/ob-awk.el +++ b/lisp/org/ob-awk.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-awk.el --- org-babel functions for awk evaluation | 1 | ;;; ob-awk.el --- org-babel functions for awk evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2011-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric Schulte | 5 | ;; Author: Eric Schulte |
| 6 | ;; Keywords: literate programming, reproducible research | 6 | ;; Keywords: literate programming, reproducible research |
diff --git a/lisp/org/ob-calc.el b/lisp/org/ob-calc.el index c79d0b5d1b4..a8e53c01b13 100644 --- a/lisp/org/ob-calc.el +++ b/lisp/org/ob-calc.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-calc.el --- org-babel functions for calc code evaluation | 1 | ;;; ob-calc.el --- org-babel functions for calc code evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric Schulte | 5 | ;; Author: Eric Schulte |
| 6 | ;; Keywords: literate programming, reproducible research | 6 | ;; Keywords: literate programming, reproducible research |
diff --git a/lisp/org/ob-clojure.el b/lisp/org/ob-clojure.el index f3894047c72..b020498eb15 100644 --- a/lisp/org/ob-clojure.el +++ b/lisp/org/ob-clojure.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-clojure.el --- org-babel functions for clojure evaluation | 1 | ;;; ob-clojure.el --- org-babel functions for clojure evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Joel Boehland | 5 | ;; Author: Joel Boehland |
| 6 | ;; Eric Schulte | 6 | ;; Eric Schulte |
diff --git a/lisp/org/ob-comint.el b/lisp/org/ob-comint.el index ba3b99d5d70..5ea3be2d5b6 100644 --- a/lisp/org/ob-comint.el +++ b/lisp/org/ob-comint.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-comint.el --- org-babel functions for interaction with comint buffers | 1 | ;;; ob-comint.el --- org-babel functions for interaction with comint buffers |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric Schulte | 5 | ;; Author: Eric Schulte |
| 6 | ;; Keywords: literate programming, reproducible research, comint | 6 | ;; Keywords: literate programming, reproducible research, comint |
diff --git a/lisp/org/ob-css.el b/lisp/org/ob-css.el index 6259ebc0c2f..a1205f5919e 100644 --- a/lisp/org/ob-css.el +++ b/lisp/org/ob-css.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-css.el --- org-babel functions for css evaluation | 1 | ;;; ob-css.el --- org-babel functions for css evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric Schulte | 5 | ;; Author: Eric Schulte |
| 6 | ;; Keywords: literate programming, reproducible research | 6 | ;; Keywords: literate programming, reproducible research |
diff --git a/lisp/org/ob-ditaa.el b/lisp/org/ob-ditaa.el index 7c545c47437..d6bbbbce3a8 100644 --- a/lisp/org/ob-ditaa.el +++ b/lisp/org/ob-ditaa.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-ditaa.el --- org-babel functions for ditaa evaluation | 1 | ;;; ob-ditaa.el --- org-babel functions for ditaa evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric Schulte | 5 | ;; Author: Eric Schulte |
| 6 | ;; Keywords: literate programming, reproducible research | 6 | ;; Keywords: literate programming, reproducible research |
diff --git a/lisp/org/ob-dot.el b/lisp/org/ob-dot.el index 99748b0a95b..b5e78802b2d 100644 --- a/lisp/org/ob-dot.el +++ b/lisp/org/ob-dot.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-dot.el --- org-babel functions for dot evaluation | 1 | ;;; ob-dot.el --- org-babel functions for dot evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric Schulte | 5 | ;; Author: Eric Schulte |
| 6 | ;; Keywords: literate programming, reproducible research | 6 | ;; Keywords: literate programming, reproducible research |
diff --git a/lisp/org/ob-emacs-lisp.el b/lisp/org/ob-emacs-lisp.el index d83ca246a84..d6073ca8ef9 100644 --- a/lisp/org/ob-emacs-lisp.el +++ b/lisp/org/ob-emacs-lisp.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-emacs-lisp.el --- org-babel functions for emacs-lisp code evaluation | 1 | ;;; ob-emacs-lisp.el --- org-babel functions for emacs-lisp code evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric Schulte | 5 | ;; Author: Eric Schulte |
| 6 | ;; Keywords: literate programming, reproducible research | 6 | ;; Keywords: literate programming, reproducible research |
diff --git a/lisp/org/ob-eval.el b/lisp/org/ob-eval.el index 5489c080669..afa880bd90c 100644 --- a/lisp/org/ob-eval.el +++ b/lisp/org/ob-eval.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-eval.el --- org-babel functions for external code evaluation | 1 | ;;; ob-eval.el --- org-babel functions for external code evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric Schulte | 5 | ;; Author: Eric Schulte |
| 6 | ;; Keywords: literate programming, reproducible research, comint | 6 | ;; Keywords: literate programming, reproducible research, comint |
diff --git a/lisp/org/ob-exp.el b/lisp/org/ob-exp.el index d17fd3475ae..c62a6a8211d 100644 --- a/lisp/org/ob-exp.el +++ b/lisp/org/ob-exp.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-exp.el --- Exportation of org-babel source blocks | 1 | ;;; ob-exp.el --- Exportation of org-babel source blocks |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Authors: Eric Schulte | 5 | ;; Authors: Eric Schulte |
| 6 | ;; Dan Davison | 6 | ;; Dan Davison |
diff --git a/lisp/org/ob-fortran.el b/lisp/org/ob-fortran.el index 7f2d1a8054b..8d5012fb82d 100644 --- a/lisp/org/ob-fortran.el +++ b/lisp/org/ob-fortran.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-fortran.el --- org-babel functions for fortran | 1 | ;;; ob-fortran.el --- org-babel functions for fortran |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2011-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Authors: Sergey Litvinov | 5 | ;; Authors: Sergey Litvinov |
| 6 | ;; Eric Schulte | 6 | ;; Eric Schulte |
diff --git a/lisp/org/ob-gnuplot.el b/lisp/org/ob-gnuplot.el index 55c415320d6..488d2508e6d 100644 --- a/lisp/org/ob-gnuplot.el +++ b/lisp/org/ob-gnuplot.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-gnuplot.el --- org-babel functions for gnuplot evaluation | 1 | ;;; ob-gnuplot.el --- org-babel functions for gnuplot evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric Schulte | 5 | ;; Author: Eric Schulte |
| 6 | ;; Keywords: literate programming, reproducible research | 6 | ;; Keywords: literate programming, reproducible research |
diff --git a/lisp/org/ob-haskell.el b/lisp/org/ob-haskell.el index 03972efeec1..eca6d829c15 100644 --- a/lisp/org/ob-haskell.el +++ b/lisp/org/ob-haskell.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-haskell.el --- org-babel functions for haskell evaluation | 1 | ;;; ob-haskell.el --- org-babel functions for haskell evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric Schulte | 5 | ;; Author: Eric Schulte |
| 6 | ;; Keywords: literate programming, reproducible research | 6 | ;; Keywords: literate programming, reproducible research |
diff --git a/lisp/org/ob-io.el b/lisp/org/ob-io.el index 881f35afbda..d4686a98eee 100644 --- a/lisp/org/ob-io.el +++ b/lisp/org/ob-io.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-io.el --- org-babel functions for Io evaluation | 1 | ;;; ob-io.el --- org-babel functions for Io evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Andrzej Lichnerowicz | 5 | ;; Author: Andrzej Lichnerowicz |
| 6 | ;; Keywords: literate programming, reproducible research | 6 | ;; Keywords: literate programming, reproducible research |
diff --git a/lisp/org/ob-java.el b/lisp/org/ob-java.el index 75afda124d6..96128ed1520 100644 --- a/lisp/org/ob-java.el +++ b/lisp/org/ob-java.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-java.el --- org-babel functions for java evaluation | 1 | ;;; ob-java.el --- org-babel functions for java evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2011-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric Schulte | 5 | ;; Author: Eric Schulte |
| 6 | ;; Keywords: literate programming, reproducible research | 6 | ;; Keywords: literate programming, reproducible research |
diff --git a/lisp/org/ob-js.el b/lisp/org/ob-js.el index 21381725cb1..4e4c3abfa15 100644 --- a/lisp/org/ob-js.el +++ b/lisp/org/ob-js.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-js.el --- org-babel functions for Javascript | 1 | ;;; ob-js.el --- org-babel functions for Javascript |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric Schulte | 5 | ;; Author: Eric Schulte |
| 6 | ;; Keywords: literate programming, reproducible research, js | 6 | ;; Keywords: literate programming, reproducible research, js |
diff --git a/lisp/org/ob-keys.el b/lisp/org/ob-keys.el index 3e3f496ff35..01a54ca87d3 100644 --- a/lisp/org/ob-keys.el +++ b/lisp/org/ob-keys.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-keys.el --- key bindings for org-babel | 1 | ;;; ob-keys.el --- key bindings for org-babel |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric Schulte | 5 | ;; Author: Eric Schulte |
| 6 | ;; Keywords: literate programming, reproducible research | 6 | ;; Keywords: literate programming, reproducible research |
diff --git a/lisp/org/ob-latex.el b/lisp/org/ob-latex.el index 43f673edf59..104f971c678 100644 --- a/lisp/org/ob-latex.el +++ b/lisp/org/ob-latex.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-latex.el --- org-babel functions for latex "evaluation" | 1 | ;;; ob-latex.el --- org-babel functions for latex "evaluation" |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric Schulte | 5 | ;; Author: Eric Schulte |
| 6 | ;; Keywords: literate programming, reproducible research | 6 | ;; Keywords: literate programming, reproducible research |
diff --git a/lisp/org/ob-ledger.el b/lisp/org/ob-ledger.el index 2635730a93a..17911cc79c4 100644 --- a/lisp/org/ob-ledger.el +++ b/lisp/org/ob-ledger.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-ledger.el --- org-babel functions for ledger evaluation | 1 | ;;; ob-ledger.el --- org-babel functions for ledger evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric S Fraga | 5 | ;; Author: Eric S Fraga |
| 6 | ;; Keywords: literate programming, reproducible research, accounting | 6 | ;; Keywords: literate programming, reproducible research, accounting |
diff --git a/lisp/org/ob-lilypond.el b/lisp/org/ob-lilypond.el index e19b0c34c6a..0554a36ab02 100644 --- a/lisp/org/ob-lilypond.el +++ b/lisp/org/ob-lilypond.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-lilypond.el --- org-babel functions for lilypond evaluation | 1 | ;;; ob-lilypond.el --- org-babel functions for lilypond evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Martyn Jago | 5 | ;; Author: Martyn Jago |
| 6 | ;; Keywords: babel language, literate programming | 6 | ;; Keywords: babel language, literate programming |
diff --git a/lisp/org/ob-lisp.el b/lisp/org/ob-lisp.el index 71e80bdf9ea..4ff9718553b 100644 --- a/lisp/org/ob-lisp.el +++ b/lisp/org/ob-lisp.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-lisp.el --- org-babel functions for common lisp evaluation | 1 | ;;; ob-lisp.el --- org-babel functions for common lisp evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Authors: Joel Boehland | 5 | ;; Authors: Joel Boehland |
| 6 | ;; Eric Schulte | 6 | ;; Eric Schulte |
diff --git a/lisp/org/ob-lob.el b/lisp/org/ob-lob.el index 8b5f14d0252..3727829359e 100644 --- a/lisp/org/ob-lob.el +++ b/lisp/org/ob-lob.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-lob.el --- functions supporting the Library of Babel | 1 | ;;; ob-lob.el --- functions supporting the Library of Babel |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Authors: Eric Schulte | 5 | ;; Authors: Eric Schulte |
| 6 | ;; Dan Davison | 6 | ;; Dan Davison |
diff --git a/lisp/org/ob-matlab.el b/lisp/org/ob-matlab.el index 717fc746dc6..481ed24fef5 100644 --- a/lisp/org/ob-matlab.el +++ b/lisp/org/ob-matlab.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-matlab.el --- org-babel support for matlab evaluation | 1 | ;;; ob-matlab.el --- org-babel support for matlab evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Dan Davison | 5 | ;; Author: Dan Davison |
| 6 | ;; Keywords: literate programming, reproducible research | 6 | ;; Keywords: literate programming, reproducible research |
diff --git a/lisp/org/ob-maxima.el b/lisp/org/ob-maxima.el index 06fa3cfe884..4a91ca9b281 100644 --- a/lisp/org/ob-maxima.el +++ b/lisp/org/ob-maxima.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-maxima.el --- org-babel functions for maxima evaluation | 1 | ;;; ob-maxima.el --- org-babel functions for maxima evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric S Fraga | 5 | ;; Author: Eric S Fraga |
| 6 | ;; Eric Schulte | 6 | ;; Eric Schulte |
diff --git a/lisp/org/ob-mscgen.el b/lisp/org/ob-mscgen.el index 64d35457b6b..5838d7dec7e 100644 --- a/lisp/org/ob-mscgen.el +++ b/lisp/org/ob-mscgen.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-msc.el --- org-babel functions for mscgen evaluation | 1 | ;;; ob-msc.el --- org-babel functions for mscgen evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Juan Pechiar | 5 | ;; Author: Juan Pechiar |
| 6 | ;; Keywords: literate programming, reproducible research | 6 | ;; Keywords: literate programming, reproducible research |
diff --git a/lisp/org/ob-ocaml.el b/lisp/org/ob-ocaml.el index d2bf36636a5..bff41f8f1cf 100644 --- a/lisp/org/ob-ocaml.el +++ b/lisp/org/ob-ocaml.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-ocaml.el --- org-babel functions for ocaml evaluation | 1 | ;;; ob-ocaml.el --- org-babel functions for ocaml evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric Schulte | 5 | ;; Author: Eric Schulte |
| 6 | ;; Keywords: literate programming, reproducible research | 6 | ;; Keywords: literate programming, reproducible research |
diff --git a/lisp/org/ob-octave.el b/lisp/org/ob-octave.el index 73f25eca155..3394d579ae6 100644 --- a/lisp/org/ob-octave.el +++ b/lisp/org/ob-octave.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-octave.el --- org-babel functions for octave and matlab evaluation | 1 | ;;; ob-octave.el --- org-babel functions for octave and matlab evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Dan Davison | 5 | ;; Author: Dan Davison |
| 6 | ;; Keywords: literate programming, reproducible research | 6 | ;; Keywords: literate programming, reproducible research |
diff --git a/lisp/org/ob-org.el b/lisp/org/ob-org.el index 64de4b2ce45..a5cd96a75b1 100644 --- a/lisp/org/ob-org.el +++ b/lisp/org/ob-org.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-org.el --- org-babel functions for org code block evaluation | 1 | ;;; ob-org.el --- org-babel functions for org code block evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric Schulte | 5 | ;; Author: Eric Schulte |
| 6 | ;; Keywords: literate programming, reproducible research | 6 | ;; Keywords: literate programming, reproducible research |
diff --git a/lisp/org/ob-perl.el b/lisp/org/ob-perl.el index abf0ed637d7..b37df807aed 100644 --- a/lisp/org/ob-perl.el +++ b/lisp/org/ob-perl.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-perl.el --- org-babel functions for perl evaluation | 1 | ;;; ob-perl.el --- org-babel functions for perl evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Authors: Dan Davison | 5 | ;; Authors: Dan Davison |
| 6 | ;; Eric Schulte | 6 | ;; Eric Schulte |
diff --git a/lisp/org/ob-picolisp.el b/lisp/org/ob-picolisp.el index 025993c5847..1029b6f2a94 100644 --- a/lisp/org/ob-picolisp.el +++ b/lisp/org/ob-picolisp.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-picolisp.el --- org-babel functions for picolisp evaluation | 1 | ;;; ob-picolisp.el --- org-babel functions for picolisp evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Authors: Thorsten Jolitz | 5 | ;; Authors: Thorsten Jolitz |
| 6 | ;; Eric Schulte | 6 | ;; Eric Schulte |
diff --git a/lisp/org/ob-plantuml.el b/lisp/org/ob-plantuml.el index 37d8b7d1ee0..bb52c376b4a 100644 --- a/lisp/org/ob-plantuml.el +++ b/lisp/org/ob-plantuml.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-plantuml.el --- org-babel functions for plantuml evaluation | 1 | ;;; ob-plantuml.el --- org-babel functions for plantuml evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Zhang Weize | 5 | ;; Author: Zhang Weize |
| 6 | ;; Keywords: literate programming, reproducible research | 6 | ;; Keywords: literate programming, reproducible research |
diff --git a/lisp/org/ob-python.el b/lisp/org/ob-python.el index 71adf73073b..55dd1c7cdab 100644 --- a/lisp/org/ob-python.el +++ b/lisp/org/ob-python.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-python.el --- org-babel functions for python evaluation | 1 | ;;; ob-python.el --- org-babel functions for python evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Authors: Eric Schulte | 5 | ;; Authors: Eric Schulte |
| 6 | ;; Dan Davison | 6 | ;; Dan Davison |
diff --git a/lisp/org/ob-ref.el b/lisp/org/ob-ref.el index af4ee6a1a4d..389c36318e2 100644 --- a/lisp/org/ob-ref.el +++ b/lisp/org/ob-ref.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-ref.el --- org-babel functions for referencing external data | 1 | ;;; ob-ref.el --- org-babel functions for referencing external data |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Authors: Eric Schulte | 5 | ;; Authors: Eric Schulte |
| 6 | ;; Dan Davison | 6 | ;; Dan Davison |
diff --git a/lisp/org/ob-ruby.el b/lisp/org/ob-ruby.el index 54077d0d685..747c6fc3da2 100644 --- a/lisp/org/ob-ruby.el +++ b/lisp/org/ob-ruby.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-ruby.el --- org-babel functions for ruby evaluation | 1 | ;;; ob-ruby.el --- org-babel functions for ruby evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric Schulte | 5 | ;; Author: Eric Schulte |
| 6 | ;; Keywords: literate programming, reproducible research | 6 | ;; Keywords: literate programming, reproducible research |
diff --git a/lisp/org/ob-sass.el b/lisp/org/ob-sass.el index c9606104311..60a10dbee59 100644 --- a/lisp/org/ob-sass.el +++ b/lisp/org/ob-sass.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-sass.el --- org-babel functions for the sass css generation language | 1 | ;;; ob-sass.el --- org-babel functions for the sass css generation language |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric Schulte | 5 | ;; Author: Eric Schulte |
| 6 | ;; Keywords: literate programming, reproducible research | 6 | ;; Keywords: literate programming, reproducible research |
diff --git a/lisp/org/ob-scala.el b/lisp/org/ob-scala.el index ea3c3f28112..3a07b344b23 100644 --- a/lisp/org/ob-scala.el +++ b/lisp/org/ob-scala.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-scala.el --- org-babel functions for Scala evaluation | 1 | ;;; ob-scala.el --- org-babel functions for Scala evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Andrzej Lichnerowicz | 5 | ;; Author: Andrzej Lichnerowicz |
| 6 | ;; Keywords: literate programming, reproducible research | 6 | ;; Keywords: literate programming, reproducible research |
diff --git a/lisp/org/ob-scheme.el b/lisp/org/ob-scheme.el index ce2992840ca..bd7ea823f71 100644 --- a/lisp/org/ob-scheme.el +++ b/lisp/org/ob-scheme.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-scheme.el --- org-babel functions for Scheme | 1 | ;;; ob-scheme.el --- org-babel functions for Scheme |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric Schulte | 5 | ;; Author: Eric Schulte |
| 6 | ;; Keywords: literate programming, reproducible research, scheme | 6 | ;; Keywords: literate programming, reproducible research, scheme |
diff --git a/lisp/org/ob-screen.el b/lisp/org/ob-screen.el index c6288924235..621110b2d49 100644 --- a/lisp/org/ob-screen.el +++ b/lisp/org/ob-screen.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-screen.el --- org-babel support for interactive terminal | 1 | ;;; ob-screen.el --- org-babel support for interactive terminal |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Benjamin Andresen | 5 | ;; Author: Benjamin Andresen |
| 6 | ;; Keywords: literate programming, interactive shell | 6 | ;; Keywords: literate programming, interactive shell |
diff --git a/lisp/org/ob-sh.el b/lisp/org/ob-sh.el index 1cb607f148d..c0e6b15feb9 100644 --- a/lisp/org/ob-sh.el +++ b/lisp/org/ob-sh.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-sh.el --- org-babel functions for shell evaluation | 1 | ;;; ob-sh.el --- org-babel functions for shell evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric Schulte | 5 | ;; Author: Eric Schulte |
| 6 | ;; Keywords: literate programming, reproducible research | 6 | ;; Keywords: literate programming, reproducible research |
diff --git a/lisp/org/ob-shen.el b/lisp/org/ob-shen.el index 8f4b13217c6..ec31546a0ac 100644 --- a/lisp/org/ob-shen.el +++ b/lisp/org/ob-shen.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-shen.el --- org-babel functions for Shen | 1 | ;;; ob-shen.el --- org-babel functions for Shen |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric Schulte | 5 | ;; Author: Eric Schulte |
| 6 | ;; Keywords: literate programming, reproducible research, shen | 6 | ;; Keywords: literate programming, reproducible research, shen |
diff --git a/lisp/org/ob-sql.el b/lisp/org/ob-sql.el index 20a136a80fb..131fa46f147 100644 --- a/lisp/org/ob-sql.el +++ b/lisp/org/ob-sql.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-sql.el --- org-babel functions for sql evaluation | 1 | ;;; ob-sql.el --- org-babel functions for sql evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric Schulte | 5 | ;; Author: Eric Schulte |
| 6 | ;; Keywords: literate programming, reproducible research | 6 | ;; Keywords: literate programming, reproducible research |
diff --git a/lisp/org/ob-sqlite.el b/lisp/org/ob-sqlite.el index b1696d94d3c..c25e786fb61 100644 --- a/lisp/org/ob-sqlite.el +++ b/lisp/org/ob-sqlite.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-sqlite.el --- org-babel functions for sqlite database interaction | 1 | ;;; ob-sqlite.el --- org-babel functions for sqlite database interaction |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric Schulte | 5 | ;; Author: Eric Schulte |
| 6 | ;; Keywords: literate programming, reproducible research | 6 | ;; Keywords: literate programming, reproducible research |
diff --git a/lisp/org/ob-table.el b/lisp/org/ob-table.el index 242ddf09020..99951cab7bf 100644 --- a/lisp/org/ob-table.el +++ b/lisp/org/ob-table.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-table.el --- support for calling org-babel functions from tables | 1 | ;;; ob-table.el --- support for calling org-babel functions from tables |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric Schulte | 5 | ;; Author: Eric Schulte |
| 6 | ;; Keywords: literate programming, reproducible research | 6 | ;; Keywords: literate programming, reproducible research |
diff --git a/lisp/org/ob-tangle.el b/lisp/org/ob-tangle.el index 7e25b2cd1bc..89457f19141 100644 --- a/lisp/org/ob-tangle.el +++ b/lisp/org/ob-tangle.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-tangle.el --- extract source code from org-mode files | 1 | ;;; ob-tangle.el --- extract source code from org-mode files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric Schulte | 5 | ;; Author: Eric Schulte |
| 6 | ;; Keywords: literate programming, reproducible research | 6 | ;; Keywords: literate programming, reproducible research |
diff --git a/lisp/org/ob.el b/lisp/org/ob.el index 32ca7c6ca9e..724571481f7 100644 --- a/lisp/org/ob.el +++ b/lisp/org/ob.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob.el --- working with code blocks in org-mode | 1 | ;;; ob.el --- working with code blocks in org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Authors: Eric Schulte | 5 | ;; Authors: Eric Schulte |
| 6 | ;; Dan Davison | 6 | ;; Dan Davison |
diff --git a/lisp/org/org-agenda.el b/lisp/org/org-agenda.el index a2e919f5944..e6e6166ffe2 100644 --- a/lisp/org/org-agenda.el +++ b/lisp/org/org-agenda.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-agenda.el --- Dynamic task and appointment lists for Org | 1 | ;;; org-agenda.el --- Dynamic task and appointment lists for Org |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 6 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-archive.el b/lisp/org/org-archive.el index d41a1d38a89..2fcfc8634fe 100644 --- a/lisp/org/org-archive.el +++ b/lisp/org/org-archive.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-archive.el --- Archiving for Org-mode | 1 | ;;; org-archive.el --- Archiving for Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 6 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-ascii.el b/lisp/org/org-ascii.el index 575b830f2c0..cf3f2d14d1d 100644 --- a/lisp/org/org-ascii.el +++ b/lisp/org/org-ascii.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-ascii.el --- ASCII export for Org-mode | 1 | ;;; org-ascii.el --- ASCII export for Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 6 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-attach.el b/lisp/org/org-attach.el index 25bd6e89d97..3e665b79da8 100644 --- a/lisp/org/org-attach.el +++ b/lisp/org/org-attach.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-attach.el --- Manage file attachments to org-mode tasks | 1 | ;;; org-attach.el --- Manage file attachments to org-mode tasks |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@newartisans.com> | 5 | ;; Author: John Wiegley <johnw@newartisans.com> |
| 6 | ;; Keywords: org data task | 6 | ;; Keywords: org data task |
diff --git a/lisp/org/org-bbdb.el b/lisp/org/org-bbdb.el index 0fcf27565d5..a45a26f0fe8 100644 --- a/lisp/org/org-bbdb.el +++ b/lisp/org/org-bbdb.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-bbdb.el --- Support for links to BBDB entries from within Org-mode | 1 | ;;; org-bbdb.el --- Support for links to BBDB entries from within Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Authors: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Authors: Carsten Dominik <carsten at orgmode dot org> |
| 6 | ;; Thomas Baumann <thomas dot baumann at ch dot tum dot de> | 6 | ;; Thomas Baumann <thomas dot baumann at ch dot tum dot de> |
diff --git a/lisp/org/org-beamer.el b/lisp/org/org-beamer.el index 73d15416e60..78b57a4c005 100644 --- a/lisp/org/org-beamer.el +++ b/lisp/org/org-beamer.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-beamer.el --- Beamer-specific LaTeX export for org-mode | 1 | ;;; org-beamer.el --- Beamer-specific LaTeX export for org-mode |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2007-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2013 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Author: Carsten Dominik <carsten.dominik AT gmail DOT com> | 5 | ;; Author: Carsten Dominik <carsten.dominik AT gmail DOT com> |
| 6 | ;; Maintainer: Carsten Dominik <carsten.dominik AT gmail DOT com> | 6 | ;; Maintainer: Carsten Dominik <carsten.dominik AT gmail DOT com> |
diff --git a/lisp/org/org-bibtex.el b/lisp/org/org-bibtex.el index bd84107161b..36530a80c05 100644 --- a/lisp/org/org-bibtex.el +++ b/lisp/org/org-bibtex.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-bibtex.el --- Org links to BibTeX entries | 1 | ;;; org-bibtex.el --- Org links to BibTeX entries |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2007-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2013 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Authors: Bastien Guerry <bzg at altern dot org> | 5 | ;; Authors: Bastien Guerry <bzg at altern dot org> |
| 6 | ;; Carsten Dominik <carsten dot dominik at gmail dot com> | 6 | ;; Carsten Dominik <carsten dot dominik at gmail dot com> |
diff --git a/lisp/org/org-capture.el b/lisp/org/org-capture.el index 1dfffc6fe1d..366dced717c 100644 --- a/lisp/org/org-capture.el +++ b/lisp/org/org-capture.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-capture.el --- Fast note taking in Org-mode | 1 | ;;; org-capture.el --- Fast note taking in Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 6 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-clock.el b/lisp/org/org-clock.el index e8ced67e694..9ff0ff3e6de 100644 --- a/lisp/org/org-clock.el +++ b/lisp/org/org-clock.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-clock.el --- The time clocking code for Org-mode | 1 | ;;; org-clock.el --- The time clocking code for Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 6 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-colview.el b/lisp/org/org-colview.el index 1be105d44fb..30adf6a3f72 100644 --- a/lisp/org/org-colview.el +++ b/lisp/org/org-colview.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-colview.el --- Column View in Org-mode | 1 | ;;; org-colview.el --- Column View in Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 6 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-compat.el b/lisp/org/org-compat.el index 6e582b8c1d6..bc13fa2c737 100644 --- a/lisp/org/org-compat.el +++ b/lisp/org/org-compat.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-compat.el --- Compatibility code for Org-mode | 1 | ;;; org-compat.el --- Compatibility code for Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 6 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-crypt.el b/lisp/org/org-crypt.el index a187d2facfe..fdfd1d326da 100644 --- a/lisp/org/org-crypt.el +++ b/lisp/org/org-crypt.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-crypt.el --- Public key encryption for org-mode entries | 1 | ;;; org-crypt.el --- Public key encryption for org-mode entries |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007, 2009-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Emacs Lisp Archive Entry | 5 | ;; Emacs Lisp Archive Entry |
| 6 | ;; Filename: org-crypt.el | 6 | ;; Filename: org-crypt.el |
diff --git a/lisp/org/org-ctags.el b/lisp/org/org-ctags.el index a951cf99648..833c1dd6c1e 100644 --- a/lisp/org/org-ctags.el +++ b/lisp/org/org-ctags.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-ctags.el - Integrate Emacs "tags" facility with org mode. | 1 | ;;; org-ctags.el - Integrate Emacs "tags" facility with org mode. |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2007-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Paul Sexton <eeeickythump@gmail.com> | 5 | ;; Author: Paul Sexton <eeeickythump@gmail.com> |
| 6 | 6 | ||
diff --git a/lisp/org/org-datetree.el b/lisp/org/org-datetree.el index a2b2e5621da..f2e35fa2dfd 100644 --- a/lisp/org/org-datetree.el +++ b/lisp/org/org-datetree.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-datetree.el --- Create date entries in a tree | 1 | ;;; org-datetree.el --- Create date entries in a tree |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 6 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-docbook.el b/lisp/org/org-docbook.el index a40d5b969f3..ba03e3160b1 100644 --- a/lisp/org/org-docbook.el +++ b/lisp/org/org-docbook.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-docbook.el --- DocBook exporter for org-mode | 1 | ;;; org-docbook.el --- DocBook exporter for org-mode |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2007-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2013 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Emacs Lisp Archive Entry | 5 | ;; Emacs Lisp Archive Entry |
| 6 | ;; Filename: org-docbook.el | 6 | ;; Filename: org-docbook.el |
diff --git a/lisp/org/org-docview.el b/lisp/org/org-docview.el index cb490137155..64c215d8db5 100644 --- a/lisp/org/org-docview.el +++ b/lisp/org/org-docview.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-docview.el --- support for links to doc-view-mode buffers | 1 | ;;; org-docview.el --- support for links to doc-view-mode buffers |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jan Böcker <jan.boecker at jboecker dot de> | 5 | ;; Author: Jan Böcker <jan.boecker at jboecker dot de> |
| 6 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-element.el b/lisp/org/org-element.el index 51b89585010..6b2a83de8bd 100644 --- a/lisp/org/org-element.el +++ b/lisp/org/org-element.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-element.el --- Parser And Applications for Org syntax | 1 | ;;; org-element.el --- Parser And Applications for Org syntax |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Nicolas Goaziou <n.goaziou at gmail dot com> | 5 | ;; Author: Nicolas Goaziou <n.goaziou at gmail dot com> |
| 6 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-entities.el b/lisp/org/org-entities.el index bd675c376bb..3f8cc9c6d6c 100644 --- a/lisp/org/org-entities.el +++ b/lisp/org/org-entities.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-entities.el --- Support for special entities in Org-mode | 1 | ;;; org-entities.el --- Support for special entities in Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org>, | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org>, |
| 6 | ;; Ulf Stegemann <ulf at zeitform dot de> | 6 | ;; Ulf Stegemann <ulf at zeitform dot de> |
diff --git a/lisp/org/org-eshell.el b/lisp/org/org-eshell.el index 4335fce578c..5c26400077d 100644 --- a/lisp/org/org-eshell.el +++ b/lisp/org/org-eshell.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-eshell.el - Support for links to working directories in eshell | 1 | ;;; org-eshell.el - Support for links to working directories in eshell |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2011-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Konrad Hinsen <konrad.hinsen AT fastmail.net> | 5 | ;; Author: Konrad Hinsen <konrad.hinsen AT fastmail.net> |
| 6 | 6 | ||
diff --git a/lisp/org/org-exp-blocks.el b/lisp/org/org-exp-blocks.el index 89a0e5e5503..d3789ad3aa8 100644 --- a/lisp/org/org-exp-blocks.el +++ b/lisp/org/org-exp-blocks.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-exp-blocks.el --- pre-process blocks when exporting org files | 1 | ;;; org-exp-blocks.el --- pre-process blocks when exporting org files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric Schulte | 5 | ;; Author: Eric Schulte |
| 6 | 6 | ||
diff --git a/lisp/org/org-exp.el b/lisp/org/org-exp.el index a578fe70f07..1cf4cb5e054 100644 --- a/lisp/org/org-exp.el +++ b/lisp/org/org-exp.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-exp.el --- Export internals for Org-mode | 1 | ;;; org-exp.el --- Export internals for Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 6 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-faces.el b/lisp/org/org-faces.el index 58be52d9e28..80e81349f6a 100644 --- a/lisp/org/org-faces.el +++ b/lisp/org/org-faces.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-faces.el --- Face definitions for Org-mode. | 1 | ;;; org-faces.el --- Face definitions for Org-mode. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 6 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-feed.el b/lisp/org/org-feed.el index 7724578ae58..05ead8f0279 100644 --- a/lisp/org/org-feed.el +++ b/lisp/org/org-feed.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-feed.el --- Add RSS feed items to Org files | 1 | ;;; org-feed.el --- Add RSS feed items to Org files |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 6 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-footnote.el b/lisp/org/org-footnote.el index c598965f4c7..269ea8ebf9c 100644 --- a/lisp/org/org-footnote.el +++ b/lisp/org/org-footnote.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-footnote.el --- Footnote support in Org and elsewhere | 1 | ;;; org-footnote.el --- Footnote support in Org and elsewhere |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 6 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-freemind.el b/lisp/org/org-freemind.el index afc925d5426..c33b70224fa 100644 --- a/lisp/org/org-freemind.el +++ b/lisp/org/org-freemind.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-freemind.el --- Export Org files to freemind | 1 | ;;; org-freemind.el --- Export Org files to freemind |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Lennart Borgman (lennart O borgman A gmail O com) | 5 | ;; Author: Lennart Borgman (lennart O borgman A gmail O com) |
| 6 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-gnus.el b/lisp/org/org-gnus.el index 77f9c0b8a7f..4419fdbe85d 100644 --- a/lisp/org/org-gnus.el +++ b/lisp/org/org-gnus.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-gnus.el --- Support for links to Gnus groups and messages from within Org-mode | 1 | ;;; org-gnus.el --- Support for links to Gnus groups and messages from within Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 6 | ;; Tassilo Horn <tassilo at member dot fsf dot org> | 6 | ;; Tassilo Horn <tassilo at member dot fsf dot org> |
diff --git a/lisp/org/org-habit.el b/lisp/org/org-habit.el index 5b68ac32265..8465ba45a27 100644 --- a/lisp/org/org-habit.el +++ b/lisp/org/org-habit.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-habit.el --- The habit tracking code for Org-mode | 1 | ;;; org-habit.el --- The habit tracking code for Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw at gnu dot org> | 5 | ;; Author: John Wiegley <johnw at gnu dot org> |
| 6 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-html.el b/lisp/org/org-html.el index a6ca2d2a03b..d7c86b08a9e 100644 --- a/lisp/org/org-html.el +++ b/lisp/org/org-html.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-html.el --- HTML export for Org-mode | 1 | ;;; org-html.el --- HTML export for Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 6 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-icalendar.el b/lisp/org/org-icalendar.el index a2d2117dcb4..f13f46d68b9 100644 --- a/lisp/org/org-icalendar.el +++ b/lisp/org/org-icalendar.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-icalendar.el --- iCalendar export for Org-mode | 1 | ;;; org-icalendar.el --- iCalendar export for Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 6 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-id.el b/lisp/org/org-id.el index f870ccc5a52..6e865b50c2c 100644 --- a/lisp/org/org-id.el +++ b/lisp/org/org-id.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-id.el --- Global identifiers for Org-mode entries | 1 | ;;; org-id.el --- Global identifiers for Org-mode entries |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2008-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2013 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 6 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-indent.el b/lisp/org/org-indent.el index c4d74fbb2fa..054ccb07302 100644 --- a/lisp/org/org-indent.el +++ b/lisp/org/org-indent.el | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; org-indent.el --- Dynamic indentation for Org-mode | 1 | ;;; org-indent.el --- Dynamic indentation for Org-mode |
| 2 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 2 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 3 | ;; | 3 | ;; |
| 4 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 4 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 5 | ;; Keywords: outlines, hypermedia, calendar, wp | 5 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-info.el b/lisp/org/org-info.el index 31981ae1b29..421dde8e204 100644 --- a/lisp/org/org-info.el +++ b/lisp/org/org-info.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-info.el --- Support for links to Info nodes from within Org-Mode | 1 | ;;; org-info.el --- Support for links to Info nodes from within Org-Mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 6 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-inlinetask.el b/lisp/org/org-inlinetask.el index 01f861e611a..3748d392b38 100644 --- a/lisp/org/org-inlinetask.el +++ b/lisp/org/org-inlinetask.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-inlinetask.el --- Tasks independent of outline hierarchy | 1 | ;;; org-inlinetask.el --- Tasks independent of outline hierarchy |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 6 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-irc.el b/lisp/org/org-irc.el index d31b1828ddd..afacae3ec34 100644 --- a/lisp/org/org-irc.el +++ b/lisp/org/org-irc.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-irc.el --- Store links to IRC sessions | 1 | ;;; org-irc.el --- Store links to IRC sessions |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2008-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2013 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Author: Philip Jackson <emacs@shellarchive.co.uk> | 5 | ;; Author: Philip Jackson <emacs@shellarchive.co.uk> |
| 6 | ;; Keywords: erc, irc, link, org | 6 | ;; Keywords: erc, irc, link, org |
diff --git a/lisp/org/org-jsinfo.el b/lisp/org/org-jsinfo.el index 35d43dec8da..037afe843af 100644 --- a/lisp/org/org-jsinfo.el +++ b/lisp/org/org-jsinfo.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-jsinfo.el --- Support for org-info.js Javascript in Org HTML export | 1 | ;;; org-jsinfo.el --- Support for org-info.js Javascript in Org HTML export |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 6 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-latex.el b/lisp/org/org-latex.el index a53470df8be..490a49d06e0 100644 --- a/lisp/org/org-latex.el +++ b/lisp/org/org-latex.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-latex.el --- LaTeX exporter for org-mode | 1 | ;;; org-latex.el --- LaTeX exporter for org-mode |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2007-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2013 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Emacs Lisp Archive Entry | 5 | ;; Emacs Lisp Archive Entry |
| 6 | ;; Filename: org-latex.el | 6 | ;; Filename: org-latex.el |
diff --git a/lisp/org/org-list.el b/lisp/org/org-list.el index 993272aeb98..d80e1717ce0 100644 --- a/lisp/org/org-list.el +++ b/lisp/org/org-list.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-list.el --- Plain lists for Org-mode | 1 | ;;; org-list.el --- Plain lists for Org-mode |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2004-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004-2013 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 6 | ;; Bastien Guerry <bzg AT gnu DOT org> | 6 | ;; Bastien Guerry <bzg AT gnu DOT org> |
diff --git a/lisp/org/org-lparse.el b/lisp/org/org-lparse.el index c5ced3ef01c..11711353ff7 100644 --- a/lisp/org/org-lparse.el +++ b/lisp/org/org-lparse.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-lparse.el --- Line-oriented parser-exporter for Org-mode | 1 | ;;; org-lparse.el --- Line-oriented parser-exporter for Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jambunathan K <kjambunathan at gmail dot com> | 5 | ;; Author: Jambunathan K <kjambunathan at gmail dot com> |
| 6 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-mac-message.el b/lisp/org/org-mac-message.el index 91866b46c0a..5df68f56a05 100644 --- a/lisp/org/org-mac-message.el +++ b/lisp/org/org-mac-message.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-mac-message.el --- Links to Apple Mail.app messages from within Org-mode | 1 | ;;; org-mac-message.el --- Links to Apple Mail.app messages from within Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Authors: John Wiegley <johnw@gnu.org> | 5 | ;; Authors: John Wiegley <johnw@gnu.org> |
| 6 | ;; Christopher Suckling <suckling at gmail dot com> | 6 | ;; Christopher Suckling <suckling at gmail dot com> |
diff --git a/lisp/org/org-macs.el b/lisp/org/org-macs.el index e99991702fe..04e26708d69 100644 --- a/lisp/org/org-macs.el +++ b/lisp/org/org-macs.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-macs.el --- Top-level definitions for Org-mode | 1 | ;;; org-macs.el --- Top-level definitions for Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 6 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-mew.el b/lisp/org/org-mew.el index 74ace5a529f..820988bdbb4 100644 --- a/lisp/org/org-mew.el +++ b/lisp/org/org-mew.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-mew.el --- Support for links to Mew messages from within Org-mode | 1 | ;;; org-mew.el --- Support for links to Mew messages from within Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Tokuya Kameshima <kames at fa2 dot so-net dot ne dot jp> | 5 | ;; Author: Tokuya Kameshima <kames at fa2 dot so-net dot ne dot jp> |
| 6 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-mhe.el b/lisp/org/org-mhe.el index 7c8b0b23905..48767b7b797 100644 --- a/lisp/org/org-mhe.el +++ b/lisp/org/org-mhe.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-mhe.el --- Support for links to MH-E messages from within Org-mode | 1 | ;;; org-mhe.el --- Support for links to MH-E messages from within Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Thomas Baumann <thomas dot baumann at ch dot tum dot de> | 5 | ;; Author: Thomas Baumann <thomas dot baumann at ch dot tum dot de> |
| 6 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-mks.el b/lisp/org/org-mks.el index 95223ef848e..c614799db82 100644 --- a/lisp/org/org-mks.el +++ b/lisp/org/org-mks.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-mks.el --- Multi-key-selection for Org-mode | 1 | ;;; org-mks.el --- Multi-key-selection for Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 6 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-mobile.el b/lisp/org/org-mobile.el index ffdd66513be..3f41d45f511 100644 --- a/lisp/org/org-mobile.el +++ b/lisp/org/org-mobile.el | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; org-mobile.el --- Code for asymmetric sync with a mobile device | 1 | ;;; org-mobile.el --- Code for asymmetric sync with a mobile device |
| 2 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 2 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 3 | ;; | 3 | ;; |
| 4 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 4 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 5 | ;; Keywords: outlines, hypermedia, calendar, wp | 5 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-mouse.el b/lisp/org/org-mouse.el index b5a6dad733a..fac43e4bc49 100644 --- a/lisp/org/org-mouse.el +++ b/lisp/org/org-mouse.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-mouse.el --- Better mouse support for org-mode | 1 | ;;; org-mouse.el --- Better mouse support for org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2006-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2006-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Piotr Zielinski <piotr dot zielinski at gmail dot com> | 5 | ;; Author: Piotr Zielinski <piotr dot zielinski at gmail dot com> |
| 6 | ;; Maintainer: Carsten Dominik <carsten at orgmode dot org> | 6 | ;; Maintainer: Carsten Dominik <carsten at orgmode dot org> |
diff --git a/lisp/org/org-odt.el b/lisp/org/org-odt.el index 2dc3af39b09..028554f5821 100644 --- a/lisp/org/org-odt.el +++ b/lisp/org/org-odt.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-odt.el --- OpenDocument Text exporter for Org-mode | 1 | ;;; org-odt.el --- OpenDocument Text exporter for Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jambunathan K <kjambunathan at gmail dot com> | 5 | ;; Author: Jambunathan K <kjambunathan at gmail dot com> |
| 6 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-pcomplete.el b/lisp/org/org-pcomplete.el index 64678409920..e2b5dd9fb3b 100644 --- a/lisp/org/org-pcomplete.el +++ b/lisp/org/org-pcomplete.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-pcomplete.el --- In-buffer completion code | 1 | ;;; org-pcomplete.el --- In-buffer completion code |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004-2013 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 6 | ;; John Wiegley <johnw at gnu dot org> | 6 | ;; John Wiegley <johnw at gnu dot org> |
diff --git a/lisp/org/org-plot.el b/lisp/org/org-plot.el index 5dec304363f..02d747d5441 100644 --- a/lisp/org/org-plot.el +++ b/lisp/org/org-plot.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-plot.el --- Support for plotting from Org-mode | 1 | ;;; org-plot.el --- Support for plotting from Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2013 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Author: Eric Schulte <schulte dot eric at gmail dot com> | 5 | ;; Author: Eric Schulte <schulte dot eric at gmail dot com> |
| 6 | ;; Keywords: tables, plotting | 6 | ;; Keywords: tables, plotting |
diff --git a/lisp/org/org-protocol.el b/lisp/org/org-protocol.el index 31f6fb26711..18c6d6d70a4 100644 --- a/lisp/org/org-protocol.el +++ b/lisp/org/org-protocol.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-protocol.el --- Intercept calls from emacsclient to trigger custom actions. | 1 | ;;; org-protocol.el --- Intercept calls from emacsclient to trigger custom actions. |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2008-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2013 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Authors: Bastien Guerry <bzg AT gnu DOT org> | 5 | ;; Authors: Bastien Guerry <bzg AT gnu DOT org> |
| 6 | ;; Daniel M German <dmg AT uvic DOT org> | 6 | ;; Daniel M German <dmg AT uvic DOT org> |
diff --git a/lisp/org/org-publish.el b/lisp/org/org-publish.el index d10514255b6..1388df47d97 100644 --- a/lisp/org/org-publish.el +++ b/lisp/org/org-publish.el | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; org-publish.el --- publish related org-mode files as a website | 1 | ;;; org-publish.el --- publish related org-mode files as a website |
| 2 | ;; Copyright (C) 2006-2012 Free Software Foundation, Inc. | 2 | ;; Copyright (C) 2006-2013 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | ;; Author: David O'Toole <dto@gnu.org> | 4 | ;; Author: David O'Toole <dto@gnu.org> |
| 5 | ;; Maintainer: Carsten Dominik <carsten DOT dominik AT gmail DOT com> | 5 | ;; Maintainer: Carsten Dominik <carsten DOT dominik AT gmail DOT com> |
diff --git a/lisp/org/org-remember.el b/lisp/org/org-remember.el index 5cfe70f7af6..cb1fdbbb933 100644 --- a/lisp/org/org-remember.el +++ b/lisp/org/org-remember.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-remember.el --- Fast note taking in Org-mode | 1 | ;;; org-remember.el --- Fast note taking in Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 6 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-rmail.el b/lisp/org/org-rmail.el index 4be7bcbb5f6..e2f9fbeef60 100644 --- a/lisp/org/org-rmail.el +++ b/lisp/org/org-rmail.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-rmail.el --- Support for links to Rmail messages from within Org-mode | 1 | ;;; org-rmail.el --- Support for links to Rmail messages from within Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 6 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-special-blocks.el b/lisp/org/org-special-blocks.el index ddd612074b4..bbf5fef4bc1 100644 --- a/lisp/org/org-special-blocks.el +++ b/lisp/org/org-special-blocks.el | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; org-special-blocks.el --- handle Org special blocks | 1 | ;;; org-special-blocks.el --- handle Org special blocks |
| 2 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 2 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | ;; Author: Chris Gray <chrismgray@gmail.com> | 4 | ;; Author: Chris Gray <chrismgray@gmail.com> |
| 5 | 5 | ||
diff --git a/lisp/org/org-src.el b/lisp/org/org-src.el index f91da19ec32..6dbf6d67fc5 100644 --- a/lisp/org/org-src.el +++ b/lisp/org/org-src.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-src.el --- Source code examples in Org | 1 | ;;; org-src.el --- Source code examples in Org |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2004-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004-2013 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 6 | ;; Bastien Guerry <bzg AT gnu DOT org> | 6 | ;; Bastien Guerry <bzg AT gnu DOT org> |
diff --git a/lisp/org/org-table.el b/lisp/org/org-table.el index f7cae3c8bf2..b024770ce78 100644 --- a/lisp/org/org-table.el +++ b/lisp/org/org-table.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-table.el --- The table editor for Org-mode | 1 | ;;; org-table.el --- The table editor for Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 6 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-taskjuggler.el b/lisp/org/org-taskjuggler.el index a3de6e41239..bd4c10b2ee5 100644 --- a/lisp/org/org-taskjuggler.el +++ b/lisp/org/org-taskjuggler.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-taskjuggler.el --- TaskJuggler exporter for org-mode | 1 | ;;; org-taskjuggler.el --- TaskJuggler exporter for org-mode |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2007-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2013 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Emacs Lisp Archive Entry | 5 | ;; Emacs Lisp Archive Entry |
| 6 | ;; Filename: org-taskjuggler.el | 6 | ;; Filename: org-taskjuggler.el |
diff --git a/lisp/org/org-timer.el b/lisp/org/org-timer.el index 8a5b599eca2..2351c4c1989 100644 --- a/lisp/org/org-timer.el +++ b/lisp/org/org-timer.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-timer.el --- The relative timer code for Org-mode | 1 | ;;; org-timer.el --- The relative timer code for Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 6 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-vm.el b/lisp/org/org-vm.el index b919cd19fea..fc2a34b8fe5 100644 --- a/lisp/org/org-vm.el +++ b/lisp/org/org-vm.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-vm.el --- Support for links to VM messages from within Org-mode | 1 | ;;; org-vm.el --- Support for links to VM messages from within Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 6 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-w3m.el b/lisp/org/org-w3m.el index bad20036b82..e1cc99627ea 100644 --- a/lisp/org/org-w3m.el +++ b/lisp/org/org-w3m.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-w3m.el --- Support from copy and paste from w3m to Org-mode | 1 | ;;; org-w3m.el --- Support from copy and paste from w3m to Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Andy Stewart <lazycat dot manatee at gmail dot com> | 5 | ;; Author: Andy Stewart <lazycat dot manatee at gmail dot com> |
| 6 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org-wl.el b/lisp/org/org-wl.el index 724b07a288c..b755c023e78 100644 --- a/lisp/org/org-wl.el +++ b/lisp/org/org-wl.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-wl.el --- Support for links to Wanderlust messages from within Org-mode | 1 | ;;; org-wl.el --- Support for links to Wanderlust messages from within Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Tokuya Kameshima <kames at fa2 dot so-net dot ne dot jp> | 5 | ;; Author: Tokuya Kameshima <kames at fa2 dot so-net dot ne dot jp> |
| 6 | ;; David Maus <dmaus at ictsoc dot de> | 6 | ;; David Maus <dmaus at ictsoc dot de> |
diff --git a/lisp/org/org-xoxo.el b/lisp/org/org-xoxo.el index 6ff78b56839..1083fe16c53 100644 --- a/lisp/org/org-xoxo.el +++ b/lisp/org/org-xoxo.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-xoxo.el --- XOXO export for Org-mode | 1 | ;;; org-xoxo.el --- XOXO export for Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 6 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/org/org.el b/lisp/org/org.el index 60e2a8be550..d4120b4224e 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; org.el --- Outline-based notes management and organizer | 1 | ;;; org.el --- Outline-based notes management and organizer |
| 2 | 2 | ||
| 3 | ;; Carstens outline-mode for keeping track of everything. | 3 | ;; Carstens outline-mode for keeping track of everything. |
| 4 | ;; Copyright (C) 2004-2012 Free Software Foundation, Inc. | 4 | ;; Copyright (C) 2004-2013 Free Software Foundation, Inc. |
| 5 | ;; | 5 | ;; |
| 6 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 6 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 7 | ;; Maintainer: Bastien Guerry <bzg at gnu dot org> | 7 | ;; Maintainer: Bastien Guerry <bzg at gnu dot org> |