From efc77ab6f5e8883fc38d8c6f75b6db54a0965c15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Delafond?= Date: Sun, 13 Jul 2014 13:35:32 +0200 Subject: Imported Upstream version 8.2.5h --- contrib/lisp/ob-eukleides.el | 2 +- contrib/lisp/ob-fomus.el | 2 +- contrib/lisp/ob-julia.el | 2 +- contrib/lisp/ob-mathomatic.el | 2 +- contrib/lisp/ob-oz.el | 4 ++-- contrib/lisp/ob-tcl.el | 2 +- contrib/lisp/org-annotate-file.el | 2 +- contrib/lisp/org-bibtex-extras.el | 2 +- contrib/lisp/org-bookmark.el | 2 +- contrib/lisp/org-checklist.el | 2 +- contrib/lisp/org-choose.el | 2 +- contrib/lisp/org-collector.el | 2 +- contrib/lisp/org-colview-xemacs.el | 2 +- contrib/lisp/org-contacts.el | 2 +- contrib/lisp/org-contribdir.el | 2 +- contrib/lisp/org-depend.el | 2 +- contrib/lisp/org-elisp-symbol.el | 2 +- contrib/lisp/org-eval-light.el | 2 +- contrib/lisp/org-eval.el | 2 +- contrib/lisp/org-expiry.el | 2 +- contrib/lisp/org-favtable.el | 2 +- contrib/lisp/org-git-link.el | 2 +- contrib/lisp/org-interactive-query.el | 2 +- contrib/lisp/org-invoice.el | 2 +- contrib/lisp/org-jira.el | 2 +- contrib/lisp/org-learn.el | 2 +- contrib/lisp/org-mac-iCal.el | 2 +- contrib/lisp/org-mac-link.el | 12 ++++++------ contrib/lisp/org-mairix.el | 2 +- contrib/lisp/org-mew.el | 2 +- contrib/lisp/org-mime.el | 2 +- contrib/lisp/org-mtags.el | 2 +- contrib/lisp/org-notify.el | 2 +- contrib/lisp/org-notmuch.el | 2 +- contrib/lisp/org-registry.el | 2 +- contrib/lisp/org-screen.el | 2 +- contrib/lisp/org-screenshot.el | 2 +- contrib/lisp/org-secretary.el | 2 +- contrib/lisp/org-sudoku.el | 2 +- contrib/lisp/org-toc.el | 2 +- contrib/lisp/org-track.el | 2 +- contrib/lisp/org-velocity.el | 2 +- contrib/lisp/org-vm.el | 2 +- contrib/lisp/org-wikinodes.el | 2 +- contrib/lisp/org-wl.el | 2 +- contrib/lisp/orgtbl-sqlinsert.el | 2 +- contrib/lisp/ox-bibtex.el | 2 +- contrib/lisp/ox-confluence.el | 2 +- contrib/lisp/ox-deck.el | 2 +- contrib/lisp/ox-freemind.el | 2 +- contrib/lisp/ox-groff.el | 2 +- contrib/lisp/ox-koma-letter.el | 2 +- contrib/lisp/ox-rss.el | 2 +- contrib/lisp/ox-s5.el | 6 +++--- contrib/lisp/ox-taskjuggler.el | 2 +- 55 files changed, 63 insertions(+), 63 deletions(-) (limited to 'contrib') diff --git a/contrib/lisp/ob-eukleides.el b/contrib/lisp/ob-eukleides.el index e25ed1c..c8ce881 100644 --- a/contrib/lisp/ob-eukleides.el +++ b/contrib/lisp/ob-eukleides.el @@ -1,6 +1,6 @@ ;;; ob-eukleides.el --- Org-babel functions for eukleides evaluation -;; Copyright (C) 2010-2013 Free Software Foundation, Inc. +;; Copyright (C) 2010-2014 Free Software Foundation, Inc. ;; Author: Luis Anaya ;; Keywords: literate programming, reproducible research diff --git a/contrib/lisp/ob-fomus.el b/contrib/lisp/ob-fomus.el index 58183fb..1db32e4 100644 --- a/contrib/lisp/ob-fomus.el +++ b/contrib/lisp/ob-fomus.el @@ -1,6 +1,6 @@ ;;; ob-fomus.el --- Org-babel functions for fomus evaluation -;; Copyright (C) 2011-2013 Torsten Anders +;; Copyright (C) 2011-2014 Torsten Anders ;; Author: Torsten Anders ;; Keywords: literate programming, reproducible research diff --git a/contrib/lisp/ob-julia.el b/contrib/lisp/ob-julia.el index 3aed818..4d8deb2 100644 --- a/contrib/lisp/ob-julia.el +++ b/contrib/lisp/ob-julia.el @@ -1,6 +1,6 @@ ;;; ob-julia.el --- org-babel functions for julia code evaluation -;; Copyright (C) 2013 G. Jay Kerns +;; Copyright (C) 2013, 2014 G. Jay Kerns ;; Author: G. Jay Kerns, based on ob-R.el by Eric Schulte and Dan Davison ;; This file is not part of GNU Emacs. diff --git a/contrib/lisp/ob-mathomatic.el b/contrib/lisp/ob-mathomatic.el index 585604e..bfd8ecf 100644 --- a/contrib/lisp/ob-mathomatic.el +++ b/contrib/lisp/ob-mathomatic.el @@ -1,6 +1,6 @@ ;;; ob-mathomatic.el --- Org-babel functions for mathomatic evaluation -;; Copyright (C) 2009-2013 Free Software Foundation, Inc. +;; Copyright (C) 2009-2014 Free Software Foundation, Inc. ;; Author: Eric S Fraga ;; Eric Schulte diff --git a/contrib/lisp/ob-oz.el b/contrib/lisp/ob-oz.el index ce8e8a6..3531d95 100644 --- a/contrib/lisp/ob-oz.el +++ b/contrib/lisp/ob-oz.el @@ -1,6 +1,6 @@ ;;; ob-oz.el --- Org-babel functions for Oz evaluation -;; Copyright (C) 2009-2013 Torsten Anders and Eric Schulte +;; Copyright (C) 2009-2014 Torsten Anders and Eric Schulte ;; Author: Torsten Anders and Eric Schulte ;; Keywords: literate programming, reproducible research @@ -90,7 +90,7 @@ (require 'ob) ;;; major mode for editing Oz programs -(require 'mozart) +(require 'mozart nil t) ;; ;; Interface to communicate with Oz. diff --git a/contrib/lisp/ob-tcl.el b/contrib/lisp/ob-tcl.el index e8d735b..50afe5a 100644 --- a/contrib/lisp/ob-tcl.el +++ b/contrib/lisp/ob-tcl.el @@ -1,6 +1,6 @@ ;;; ob-tcl.el --- Org-babel functions for tcl evaluation -;; Copyright (C) 2009-2013 Free Software Foundation, Inc. +;; Copyright (C) 2009-2014 Free Software Foundation, Inc. ;; Authors: Dan Davison ;; Eric Schulte diff --git a/contrib/lisp/org-annotate-file.el b/contrib/lisp/org-annotate-file.el index bdb9acb..05cc45f 100644 --- a/contrib/lisp/org-annotate-file.el +++ b/contrib/lisp/org-annotate-file.el @@ -1,6 +1,6 @@ ;;; org-annotate-file.el --- Annotate a file with org syntax -;; Copyright (C) 2008-2013 Philip Jackson +;; Copyright (C) 2008-2014 Philip Jackson ;; Author: Philip Jackson ;; Version: 0.2 diff --git a/contrib/lisp/org-bibtex-extras.el b/contrib/lisp/org-bibtex-extras.el index 93c97a9..d392d2d 100644 --- a/contrib/lisp/org-bibtex-extras.el +++ b/contrib/lisp/org-bibtex-extras.el @@ -1,6 +1,6 @@ ;;; org-bibtex-extras --- extras for working with org-bibtex entries -;; Copyright (C) 2008-2013 Free Software Foundation, Inc. +;; Copyright (C) 2008-2014 Free Software Foundation, Inc. ;; Author: Eric Schulte ;; Keywords: outlines, hypermedia, bibtex, d3 diff --git a/contrib/lisp/org-bookmark.el b/contrib/lisp/org-bookmark.el index 44588b6..9a69bbb 100644 --- a/contrib/lisp/org-bookmark.el +++ b/contrib/lisp/org-bookmark.el @@ -1,5 +1,5 @@ ;;; org-bookmark.el - Support for links to bookmark -;; Copyright (C) 2008-2013 Free Software Foundation, Inc. +;; Copyright (C) 2008-2014 Free Software Foundation, Inc. ;; ;; Author: Tokuya Kameshima ;; Version: 1.0 diff --git a/contrib/lisp/org-checklist.el b/contrib/lisp/org-checklist.el index faa5998..2bc00c0 100644 --- a/contrib/lisp/org-checklist.el +++ b/contrib/lisp/org-checklist.el @@ -1,6 +1,6 @@ ;;; org-checklist.el --- org functions for checklist handling -;; Copyright (C) 2008-2013 James TD Smith +;; Copyright (C) 2008-2014 James TD Smith ;; Author: James TD Smith (@ ahktenzero (. mohorovi cc)) ;; Version: 1.0 diff --git a/contrib/lisp/org-choose.el b/contrib/lisp/org-choose.el index 8e5935d..c1006d0 100644 --- a/contrib/lisp/org-choose.el +++ b/contrib/lisp/org-choose.el @@ -1,6 +1,6 @@ ;;; org-choose.el --- decision management for org-mode -;; Copyright (C) 2009-2013 Tom Breton (Tehom) +;; Copyright (C) 2009-2014 Tom Breton (Tehom) ;; This file is not part of GNU Emacs. diff --git a/contrib/lisp/org-collector.el b/contrib/lisp/org-collector.el index 60b9069..7f3b344 100644 --- a/contrib/lisp/org-collector.el +++ b/contrib/lisp/org-collector.el @@ -1,6 +1,6 @@ ;;; org-collector --- collect properties into tables -;; Copyright (C) 2008-2013 Free Software Foundation, Inc. +;; Copyright (C) 2008-2014 Free Software Foundation, Inc. ;; Author: Eric Schulte ;; Keywords: outlines, hypermedia, calendar, wp, experimentation, diff --git a/contrib/lisp/org-colview-xemacs.el b/contrib/lisp/org-colview-xemacs.el index f9b35d3..67a2aad 100644 --- a/contrib/lisp/org-colview-xemacs.el +++ b/contrib/lisp/org-colview-xemacs.el @@ -1,6 +1,6 @@ ;;; org-colview-xemacs.el --- Column View in Org-mode, XEmacs-specific version -;; Copyright (C) 2004-2013 +;; Copyright (C) 2004-2014 ;; Carsten Dominik ;; Author: Carsten Dominik diff --git a/contrib/lisp/org-contacts.el b/contrib/lisp/org-contacts.el index 97171d0..0bc9cd7 100644 --- a/contrib/lisp/org-contacts.el +++ b/contrib/lisp/org-contacts.el @@ -1,6 +1,6 @@ ;;; org-contacts.el --- Contacts management -;; Copyright (C) 2010-2013 Julien Danjou +;; Copyright (C) 2010-2014 Julien Danjou ;; Author: Julien Danjou ;; Keywords: outlines, hypermedia, calendar diff --git a/contrib/lisp/org-contribdir.el b/contrib/lisp/org-contribdir.el index 8132750..d94e7a0 100644 --- a/contrib/lisp/org-contribdir.el +++ b/contrib/lisp/org-contribdir.el @@ -1,5 +1,5 @@ ;;; org-contribdir.el --- Mark the location of the contrib directory -;; Copyright (C) 2009-2013 Free Software Foundation, Inc. +;; Copyright (C) 2009-2014 Free Software Foundation, Inc. ;; ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp diff --git a/contrib/lisp/org-depend.el b/contrib/lisp/org-depend.el index dc99a1d..1cd4130 100644 --- a/contrib/lisp/org-depend.el +++ b/contrib/lisp/org-depend.el @@ -1,5 +1,5 @@ ;;; org-depend.el --- TODO dependencies for Org-mode -;; Copyright (C) 2008-2013 Free Software Foundation, Inc. +;; Copyright (C) 2008-2014 Free Software Foundation, Inc. ;; ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp diff --git a/contrib/lisp/org-elisp-symbol.el b/contrib/lisp/org-elisp-symbol.el index e0bc284..167731e 100644 --- a/contrib/lisp/org-elisp-symbol.el +++ b/contrib/lisp/org-elisp-symbol.el @@ -1,6 +1,6 @@ ;;; org-elisp-symbol.el --- Org links to emacs-lisp symbols ;; -;; Copyright 2007-2013 Free Software Foundation, Inc. +;; Copyright 2007-2014 Free Software Foundation, Inc. ;; ;; Author: Bastien Guerry ;; Version: 0.2 diff --git a/contrib/lisp/org-eval-light.el b/contrib/lisp/org-eval-light.el index 34a2e99..872f3a4 100644 --- a/contrib/lisp/org-eval-light.el +++ b/contrib/lisp/org-eval-light.el @@ -1,6 +1,6 @@ ;;; org-eval-light.el --- Display result of evaluating code in various languages (light) -;; Copyright (C) 2008-2013 Free Software Foundation, Inc. +;; Copyright (C) 2008-2014 Free Software Foundation, Inc. ;; Author: Carsten Dominik , ;; Eric Schulte diff --git a/contrib/lisp/org-eval.el b/contrib/lisp/org-eval.el index 6cd7f78..cb5620c 100644 --- a/contrib/lisp/org-eval.el +++ b/contrib/lisp/org-eval.el @@ -1,5 +1,5 @@ ;;; org-eval.el --- Display result of evaluating code in various languages -;; Copyright (C) 2008-2013 Free Software Foundation, Inc. +;; Copyright (C) 2008-2014 Free Software Foundation, Inc. ;; ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp diff --git a/contrib/lisp/org-expiry.el b/contrib/lisp/org-expiry.el index 363bebe..d58043f 100644 --- a/contrib/lisp/org-expiry.el +++ b/contrib/lisp/org-expiry.el @@ -1,6 +1,6 @@ ;;; org-expiry.el --- expiry mechanism for Org entries ;; -;; Copyright 2007-2013 Free Software Foundation, Inc. +;; Copyright 2007-2014 Free Software Foundation, Inc. ;; ;; Author: Bastien Guerry ;; Version: 0.2 diff --git a/contrib/lisp/org-favtable.el b/contrib/lisp/org-favtable.el index 51f75a5..3a6bb88 100755 --- a/contrib/lisp/org-favtable.el +++ b/contrib/lisp/org-favtable.el @@ -1,6 +1,6 @@ ;;; org-favtable.el --- Lookup table of favorite references and links -;; Copyright (C) 2011-2013 Free Software Foundation, Inc. +;; Copyright (C) 2011-2014 Free Software Foundation, Inc. ;; Author: Marc-Oliver Ihm ;; Keywords: hypermedia, matching diff --git a/contrib/lisp/org-git-link.el b/contrib/lisp/org-git-link.el index b9e6a4e..7d95bbb 100644 --- a/contrib/lisp/org-git-link.el +++ b/contrib/lisp/org-git-link.el @@ -1,6 +1,6 @@ ;;; org-git-link.el --- Provide org links to specific file version -;; Copyright (C) 2009-2013 Reimar Finken +;; Copyright (C) 2009-2014 Reimar Finken ;; Author: Reimar Finken ;; Keywords: files, calendar, hypermedia diff --git a/contrib/lisp/org-interactive-query.el b/contrib/lisp/org-interactive-query.el index 57665e2..644132c 100644 --- a/contrib/lisp/org-interactive-query.el +++ b/contrib/lisp/org-interactive-query.el @@ -1,6 +1,6 @@ ;;; org-interactive-query.el --- Interactive modification of agenda query ;; -;; Copyright 2007-2013 Free Software Foundation, Inc. +;; Copyright 2007-2014 Free Software Foundation, Inc. ;; ;; Author: Christopher League ;; Version: 1.0 diff --git a/contrib/lisp/org-invoice.el b/contrib/lisp/org-invoice.el index 88ff48f..c1340a7 100644 --- a/contrib/lisp/org-invoice.el +++ b/contrib/lisp/org-invoice.el @@ -1,6 +1,6 @@ ;;; org-invoice.el --- Help manage client invoices in OrgMode ;; -;; Copyright (C) 2008-2013 pmade inc. (Peter Jones pjones@pmade.com) +;; Copyright (C) 2008-2014 pmade inc. (Peter Jones pjones@pmade.com) ;; ;; This file is not part of GNU Emacs. ;; diff --git a/contrib/lisp/org-jira.el b/contrib/lisp/org-jira.el index 57128fb..43edd08 100644 --- a/contrib/lisp/org-jira.el +++ b/contrib/lisp/org-jira.el @@ -1,6 +1,6 @@ ;;; org-jira.el --- add a jira:ticket protocol to Org (defconst org-jira-version "0.1") -;; Copyright (C) 2008-2013 Jonathan Arkell. +;; Copyright (C) 2008-2014 Jonathan Arkell. ;; Author: Jonathan Arkell ;; This file is not part of GNU Emacs. diff --git a/contrib/lisp/org-learn.el b/contrib/lisp/org-learn.el index 1f5e76c..1755e71 100644 --- a/contrib/lisp/org-learn.el +++ b/contrib/lisp/org-learn.el @@ -1,6 +1,6 @@ ;;; org-learn.el --- Implements SuperMemo's incremental learning algorithm -;; Copyright (C) 2009-2013 Free Software Foundation, Inc. +;; Copyright (C) 2009-2014 Free Software Foundation, Inc. ;; Author: John Wiegley ;; Keywords: outlines, hypermedia, calendar, wp diff --git a/contrib/lisp/org-mac-iCal.el b/contrib/lisp/org-mac-iCal.el index afec84b..937b6dd 100644 --- a/contrib/lisp/org-mac-iCal.el +++ b/contrib/lisp/org-mac-iCal.el @@ -1,6 +1,6 @@ ;;; org-mac-iCal.el --- Imports events from iCal.app to the Emacs diary -;; Copyright (C) 2009-2013 Christopher Suckling +;; Copyright (C) 2009-2014 Christopher Suckling ;; Author: Christopher Suckling ;; Version: 0.1057.104 diff --git a/contrib/lisp/org-mac-link.el b/contrib/lisp/org-mac-link.el index 2ff6711..fef6692 100644 --- a/contrib/lisp/org-mac-link.el +++ b/contrib/lisp/org-mac-link.el @@ -1,15 +1,15 @@ ;;; org-mac-link.el --- Grab links and url from various mac ;; Application and insert them as links into org-mode documents ;; -;; Copyright (c) 2010-2013 Free Software Foundation, Inc. +;; Copyright (c) 2010-2014 Free Software Foundation, Inc. ;; -;; Authors: +;; Authors: ;; Anthony Lander ;; John Wiegley ;; Christopher Suckling ;; Daniil Frumin ;; -;; +;; ;; Version: 1.1 ;; Keywords: org, mac, hyperlink ;; @@ -201,14 +201,14 @@ applications and inserting them in org documents" ("S" "kim" org-mac-skim-insert-page ,org-mac-grab-Skim-app-p))) (menu-string (make-string 0 ?x)) input) - + ;; Create the menu string for the keymap (mapc '(lambda (descriptor) (when (elt descriptor 3) (setf menu-string (concat menu-string "[" (elt descriptor 0) "]" (elt descriptor 1) " ")))) descriptors) (setf (elt menu-string (- (length menu-string) 1)) ?:) - + ;; Prompt the user, and grab the link (message menu-string) (setq input (read-char-exclusive)) @@ -368,7 +368,7 @@ applications and inserting them in org documents" "set links to {}\n" "copy theResult to the end of links\n" "return links as string\n")))) - (car (split-string result "[\r\n]+" t)))) + (substring (car (split-string result "[\r\n]+" t)) 1 -1))) (defun org-mac-chrome-get-frontmost-url () (interactive) diff --git a/contrib/lisp/org-mairix.el b/contrib/lisp/org-mairix.el index b08897d..a19719e 100644 --- a/contrib/lisp/org-mairix.el +++ b/contrib/lisp/org-mairix.el @@ -1,6 +1,6 @@ ;;; org-mairix.el - Support for hooking mairix search into Org for different MUAs ;; -;; Copyright (C) 2007-2013 Georg C. F. Greve +;; Copyright (C) 2007-2014 Georg C. F. Greve ;; mutt support by Adam Spiers ;; ;; This file is not part of GNU Emacs. diff --git a/contrib/lisp/org-mew.el b/contrib/lisp/org-mew.el index ca6a352..4482375 100644 --- a/contrib/lisp/org-mew.el +++ b/contrib/lisp/org-mew.el @@ -1,6 +1,6 @@ ;;; org-mew.el --- Support for links to Mew messages from within Org-mode -;; Copyright (C) 2008-2013 Free Software Foundation, Inc. +;; Copyright (C) 2008-2014 Free Software Foundation, Inc. ;; Author: Tokuya Kameshima ;; Keywords: outlines, hypermedia, calendar, wp diff --git a/contrib/lisp/org-mime.el b/contrib/lisp/org-mime.el index ef2057c..b0007ac 100644 --- a/contrib/lisp/org-mime.el +++ b/contrib/lisp/org-mime.el @@ -1,6 +1,6 @@ ;;; org-mime.el --- org html export for text/html MIME emails -;; Copyright (C) 2010-2013 Eric Schulte +;; Copyright (C) 2010-2014 Eric Schulte ;; Author: Eric Schulte ;; Keywords: mime, mail, email, html diff --git a/contrib/lisp/org-mtags.el b/contrib/lisp/org-mtags.el index dadcef7..5342184 100644 --- a/contrib/lisp/org-mtags.el +++ b/contrib/lisp/org-mtags.el @@ -1,6 +1,6 @@ ;;; org-mtags.el --- Muse-like tags in Org-mode -;; Copyright (C) 2008-2013 Free Software Foundation, Inc. +;; Copyright (C) 2008-2014 Free Software Foundation, Inc. ;; ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp diff --git a/contrib/lisp/org-notify.el b/contrib/lisp/org-notify.el index 4047448..da2c96f 100644 --- a/contrib/lisp/org-notify.el +++ b/contrib/lisp/org-notify.el @@ -1,6 +1,6 @@ ;;; org-notify.el --- Notifications for Org-mode -;; Copyright (C) 2012, 2013 Free Software Foundation, Inc. +;; Copyright (C) 2012, 2013, 2014 Free Software Foundation, Inc. ;; Author: Peter Münster ;; Keywords: notification, todo-list, alarm, reminder, pop-up diff --git a/contrib/lisp/org-notmuch.el b/contrib/lisp/org-notmuch.el index c7f92fe..2ab5c17 100644 --- a/contrib/lisp/org-notmuch.el +++ b/contrib/lisp/org-notmuch.el @@ -1,6 +1,6 @@ ;;; org-notmuch.el --- Support for links to notmuch messages from within Org-mode -;; Copyright (C) 2010-2013 Matthieu Lemerre +;; Copyright (C) 2010-2014 Matthieu Lemerre ;; Author: Matthieu Lemerre ;; Keywords: outlines, hypermedia, calendar, wp diff --git a/contrib/lisp/org-registry.el b/contrib/lisp/org-registry.el index b0ee208..402ce30 100644 --- a/contrib/lisp/org-registry.el +++ b/contrib/lisp/org-registry.el @@ -1,6 +1,6 @@ ;;; org-registry.el --- a registry for Org links ;; -;; Copyright 2007-2013 Bastien Guerry +;; Copyright 2007-2014 Bastien Guerry ;; ;; Emacs Lisp Archive Entry ;; Filename: org-registry.el diff --git a/contrib/lisp/org-screen.el b/contrib/lisp/org-screen.el index 3334a0f..6b870f2 100644 --- a/contrib/lisp/org-screen.el +++ b/contrib/lisp/org-screen.el @@ -1,6 +1,6 @@ ;;; org-screen.el --- Integreate Org-mode with screen. -;; Copyright (c) 2008-2013 Andrew Hyatt +;; Copyright (c) 2008-2014 Andrew Hyatt ;; ;; Author: Andrew Hyatt ;; Maintainer: Carsten Dominik diff --git a/contrib/lisp/org-screenshot.el b/contrib/lisp/org-screenshot.el index a54cb8f..6d10783 100644 --- a/contrib/lisp/org-screenshot.el +++ b/contrib/lisp/org-screenshot.el @@ -1,6 +1,6 @@ ;;; org-screenshot.el --- Take and manage screenshots in Org-mode files ;; -;; Copyright (C) 2009-2013 +;; Copyright (C) 2009-2014 ;; Free Software Foundation, Inc. ;; ;; Author: Max Mikhanosha diff --git a/contrib/lisp/org-secretary.el b/contrib/lisp/org-secretary.el index e98eb34..babfb75 100644 --- a/contrib/lisp/org-secretary.el +++ b/contrib/lisp/org-secretary.el @@ -1,5 +1,5 @@ ;;; org-secretary.el --- Team management with org-mode -;; Copyright (C) 2010-2013 Juan Reyero +;; Copyright (C) 2010-2014 Juan Reyero ;; ;; Author: Juan Reyero ;; Keywords: outlines, tasks, team, management diff --git a/contrib/lisp/org-sudoku.el b/contrib/lisp/org-sudoku.el index 2bf24d8..4b4a3ac 100644 --- a/contrib/lisp/org-sudoku.el +++ b/contrib/lisp/org-sudoku.el @@ -1,6 +1,6 @@ ;;; org-sudoku.el --- Greate and solve SUDOKU games in Org tables -;; Copyright (C) 2012, 2013 Free Software Foundation, Inc. +;; Copyright (C) 2012, 2013, 2014 Free Software Foundation, Inc. ;; ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp, games diff --git a/contrib/lisp/org-toc.el b/contrib/lisp/org-toc.el index 2d6c846..255b79e 100644 --- a/contrib/lisp/org-toc.el +++ b/contrib/lisp/org-toc.el @@ -1,6 +1,6 @@ ;;; org-toc.el --- Table of contents for Org-mode buffer -;; Copyright 2007-2013 Free Software Foundation, Inc. +;; Copyright 2007-2014 Free Software Foundation, Inc. ;; ;; Author: Bastien Guerry ;; Keywords: Org table of contents diff --git a/contrib/lisp/org-track.el b/contrib/lisp/org-track.el index 4a9d71d..434060b 100644 --- a/contrib/lisp/org-track.el +++ b/contrib/lisp/org-track.el @@ -1,6 +1,6 @@ ;;; org-track.el --- Track the most recent Org-mode version available. ;; -;; Copyright (C) 2009-2013 +;; Copyright (C) 2009-2014 ;; Free Software Foundation, Inc. ;; ;; Author: Bastien Guerry diff --git a/contrib/lisp/org-velocity.el b/contrib/lisp/org-velocity.el index fa41406..3631a59 100644 --- a/contrib/lisp/org-velocity.el +++ b/contrib/lisp/org-velocity.el @@ -1,6 +1,6 @@ ;;; org-velocity.el --- something like Notational Velocity for Org. -;; Copyright (C) 2010-2013 Paul M. Rodriguez +;; Copyright (C) 2010-2014 Paul M. Rodriguez ;; Author: Paul M. Rodriguez ;; Created: 2010-05-05 diff --git a/contrib/lisp/org-vm.el b/contrib/lisp/org-vm.el index f60c5bb..5d30f64 100644 --- a/contrib/lisp/org-vm.el +++ b/contrib/lisp/org-vm.el @@ -1,6 +1,6 @@ ;;; org-vm.el --- Support for links to VM messages from within Org-mode -;; Copyright (C) 2004-2013 Free Software Foundation, Inc. +;; Copyright (C) 2004-2014 Free Software Foundation, Inc. ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp diff --git a/contrib/lisp/org-wikinodes.el b/contrib/lisp/org-wikinodes.el index 4efc373..015e001 100644 --- a/contrib/lisp/org-wikinodes.el +++ b/contrib/lisp/org-wikinodes.el @@ -1,6 +1,6 @@ ;;; org-wikinodes.el --- Wiki-like CamelCase links to outline nodes -;; Copyright (C) 2010-2013 Free Software Foundation, Inc. +;; Copyright (C) 2010-2014 Free Software Foundation, Inc. ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp diff --git a/contrib/lisp/org-wl.el b/contrib/lisp/org-wl.el index 1128ef7..632c9e3 100644 --- a/contrib/lisp/org-wl.el +++ b/contrib/lisp/org-wl.el @@ -1,6 +1,6 @@ ;;; org-wl.el --- Support for links to Wanderlust messages from within Org-mode -;; Copyright (C) 2004-2013 Free Software Foundation, Inc. +;; Copyright (C) 2004-2014 Free Software Foundation, Inc. ;; Author: Tokuya Kameshima ;; David Maus diff --git a/contrib/lisp/orgtbl-sqlinsert.el b/contrib/lisp/orgtbl-sqlinsert.el index b00c93d..ed8f915 100644 --- a/contrib/lisp/orgtbl-sqlinsert.el +++ b/contrib/lisp/orgtbl-sqlinsert.el @@ -1,6 +1,6 @@ ;;; orgtbl-sqlinsert.el --- orgtbl to SQL insert statements. -;; Copyright (C) 2008-2013 Free Software Foundation +;; Copyright (C) 2008-2014 Free Software Foundation ;; Author: Jason Riedy ;; Keywords: org, tables, sql diff --git a/contrib/lisp/ox-bibtex.el b/contrib/lisp/ox-bibtex.el index 29a97eb..ef69395 100644 --- a/contrib/lisp/ox-bibtex.el +++ b/contrib/lisp/ox-bibtex.el @@ -1,6 +1,6 @@ ;;; ox-bibtex.el --- Export bibtex fragments -;; Copyright (C) 2009-2013 Taru Karttunen +;; Copyright (C) 2009-2014 Taru Karttunen ;; Author: Taru Karttunen ;; Nicolas Goaziou diff --git a/contrib/lisp/ox-confluence.el b/contrib/lisp/ox-confluence.el index 150d36c..538fe02 100644 --- a/contrib/lisp/ox-confluence.el +++ b/contrib/lisp/ox-confluence.el @@ -1,6 +1,6 @@ ;;; ox-confluence --- Confluence Wiki Back-End for Org Export Engine -;; Copyright (C) 2012 Sébastien Delafond +;; Copyright (C) 2012, 2014 Sébastien Delafond ;; Author: Sébastien Delafond ;; Keywords: outlines, confluence, wiki diff --git a/contrib/lisp/ox-deck.el b/contrib/lisp/ox-deck.el index 847f7af..60a2cbe 100644 --- a/contrib/lisp/ox-deck.el +++ b/contrib/lisp/ox-deck.el @@ -1,6 +1,6 @@ ;;; ox-deck.el --- deck.js Presentation Back-End for Org Export Engine -;; Copyright (C) 2013 Rick Frankel +;; Copyright (C) 2013, 2014 Rick Frankel ;; Author: Rick Frankel ;; Keywords: outlines, hypermedia, slideshow diff --git a/contrib/lisp/ox-freemind.el b/contrib/lisp/ox-freemind.el index 801bda1..39fb1cc 100644 --- a/contrib/lisp/ox-freemind.el +++ b/contrib/lisp/ox-freemind.el @@ -1,6 +1,6 @@ ;;; ox-freemind.el --- Freemind Mindmap Back-End for Org Export Engine -;; Copyright (C) 2013 Free Software Foundation, Inc. +;; Copyright (C) 2013, 2014 Free Software Foundation, Inc. ;; Author: Jambunathan K ;; Keywords: outlines, hypermedia, calendar, wp diff --git a/contrib/lisp/ox-groff.el b/contrib/lisp/ox-groff.el index 9a4fed1..1141292 100644 --- a/contrib/lisp/ox-groff.el +++ b/contrib/lisp/ox-groff.el @@ -1,6 +1,6 @@ ;;; ox-groff.el --- Groff Back-End for Org Export Engine -;; Copyright (C) 2011-2013 Free Software Foundation, Inc. +;; Copyright (C) 2011-2014 Free Software Foundation, Inc. ;; Author: Nicolas Goaziou ;; Author: Luis R Anaya diff --git a/contrib/lisp/ox-koma-letter.el b/contrib/lisp/ox-koma-letter.el index 240de29..2b7e847 100644 --- a/contrib/lisp/ox-koma-letter.el +++ b/contrib/lisp/ox-koma-letter.el @@ -1,6 +1,6 @@ ;;; ox-koma-letter.el --- KOMA Scrlttr2 Back-End for Org Export Engine -;; Copyright (C) 2007-2012 Free Software Foundation, Inc. +;; Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc. ;; Author: Nicolas Goaziou ;; Alan Schmitt diff --git a/contrib/lisp/ox-rss.el b/contrib/lisp/ox-rss.el index 2777e02..4bdd1be 100644 --- a/contrib/lisp/ox-rss.el +++ b/contrib/lisp/ox-rss.el @@ -1,6 +1,6 @@ ;;; ox-rss.el --- RSS 2.0 Back-End for Org Export Engine -;; Copyright (C) 2013 Bastien Guerry +;; Copyright (C) 2013, 2014 Bastien Guerry ;; Author: Bastien Guerry ;; Keywords: org, wp, blog, feed, rss diff --git a/contrib/lisp/ox-s5.el b/contrib/lisp/ox-s5.el index d97a9b2..26e83a3 100644 --- a/contrib/lisp/ox-s5.el +++ b/contrib/lisp/ox-s5.el @@ -1,6 +1,6 @@ ;;; ox-s5.el --- S5 Presentation Back-End for Org Export Engine -;; Copyright (C) 2011-2013 Rick Frankel +;; Copyright (C) 2011-2014 Rick Frankel ;; Author: Rick Frankel ;; Keywords: outlines, hypermedia, S5, wp @@ -174,8 +174,8 @@ or an empty string." (defcustom org-s5-title-slide-template "

%t

%a

-

%e

-

%d

" +

%e

+

%d

" "Format template to specify title page section. See `org-html-postamble-format' for the valid elements which can be included. diff --git a/contrib/lisp/ox-taskjuggler.el b/contrib/lisp/ox-taskjuggler.el index fe88b45..761e180 100644 --- a/contrib/lisp/ox-taskjuggler.el +++ b/contrib/lisp/ox-taskjuggler.el @@ -1,6 +1,6 @@ ;;; ox-taskjuggler.el --- TaskJuggler Back-End for Org Export Engine ;; -;; Copyright (C) 2007-2013 Free Software Foundation, Inc. +;; Copyright (C) 2007-2014 Free Software Foundation, Inc. ;; ;; Emacs Lisp Archive Entry ;; Filename: ox-taskjuggler.el -- cgit v1.2.3