diff options
| author | Carsten Dominik | 2008-11-24 12:17:46 +0000 |
|---|---|---|
| committer | Carsten Dominik | 2008-11-24 12:17:46 +0000 |
| commit | d60b1ba1dca0d6f7274f18f557babc78c930c38f (patch) | |
| tree | 68df020c4d8e2297a8f5adda1d840cac92d8ceaa | |
| parent | d95a8199043fd99ee5d5d36a5ab66c76967fc87d (diff) | |
| download | emacs-d60b1ba1dca0d6f7274f18f557babc78c930c38f.tar.gz emacs-d60b1ba1dca0d6f7274f18f557babc78c930c38f.zip | |
2008-11-24 Carsten Dominik <carsten.dominik@gmail.com>
* org-agenda.el (org-get-closed): Re-apply changes
accidentially overwritten by last commit to Emacs.
* org.el (org-outline-path-complete-in-steps): New option.
(org-refile-get-location): Honor
`org-outline-path-complete-in-steps'.
(org-agenda-change-all-lines, org-tags-sparse-tree)
(org-time-string-to-absolute, org-small-year-to-year)
(org-link-escape): Re-apply changes accidentially overwritten
by last commit to Emacs.
32 files changed, 72 insertions, 51 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index ec9a85a5974..1b635720f0a 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-11-24 Carsten Dominik <dominik@science.uva.nl> | ||
| 2 | |||
| 3 | * org.texi: re-apply change to FDL 1.3. | ||
| 4 | |||
| 1 | 2008-11-23 Carsten Dominik <dominik@science.uva.nl> | 5 | 2008-11-23 Carsten Dominik <dominik@science.uva.nl> |
| 2 | 6 | ||
| 3 | * org.texi (Setting up Remember): Document `org-remember-mode'. | 7 | * org.texi (Setting up Remember): Document `org-remember-mode'. |
diff --git a/doc/misc/org.texi b/doc/misc/org.texi index faac6b95331..8f2620ad5db 100644 --- a/doc/misc/org.texi +++ b/doc/misc/org.texi | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | @setfilename ../../info/org | 3 | @setfilename ../../info/org |
| 4 | @settitle The Org Manual | 4 | @settitle The Org Manual |
| 5 | 5 | ||
| 6 | @set VERSION 6.13 | 6 | @set VERSION 6.13a |
| 7 | @set DATE November 2008 | 7 | @set DATE November 2008 |
| 8 | 8 | ||
| 9 | @dircategory Emacs | 9 | @dircategory Emacs |
| @@ -39,7 +39,7 @@ Copyright @copyright{} 2004, 2005, 2006, 2007, 2008 Free Software Foundation | |||
| 39 | 39 | ||
| 40 | @quotation | 40 | @quotation |
| 41 | Permission is granted to copy, distribute and/or modify this document | 41 | Permission is granted to copy, distribute and/or modify this document |
| 42 | under the terms of the GNU Free Documentation License, Version 1.2 or | 42 | under the terms of the GNU Free Documentation License, Version 1.3 or |
| 43 | any later version published by the Free Software Foundation; with no | 43 | any later version published by the Free Software Foundation; with no |
| 44 | Invariant Sections, with the Front-Cover texts being ``A GNU Manual,'' | 44 | Invariant Sections, with the Front-Cover texts being ``A GNU Manual,'' |
| 45 | and with the Back-Cover Texts as in (a) below. A copy of the license | 45 | and with the Back-Cover Texts as in (a) below. A copy of the license |
| @@ -868,6 +868,7 @@ u @r{One level up.} | |||
| 868 | 0-9 @r{Digit argument.} | 868 | 0-9 @r{Digit argument.} |
| 869 | q @r{Quit} | 869 | q @r{Quit} |
| 870 | @end example | 870 | @end example |
| 871 | See also the variable@code{org-goto-interface}. | ||
| 871 | @end table | 872 | @end table |
| 872 | 873 | ||
| 873 | @node Structure editing, Archiving, Motion, Document Structure | 874 | @node Structure editing, Archiving, Motion, Document Structure |
| @@ -5206,13 +5207,14 @@ special command: | |||
| 5206 | Refile the entry or region at point. This command offers possible locations | 5207 | Refile the entry or region at point. This command offers possible locations |
| 5207 | for refiling the entry and lets you select one with completion. The item (or | 5208 | for refiling the entry and lets you select one with completion. The item (or |
| 5208 | all items in the region) is filed below the target heading as a subitem. | 5209 | all items in the region) is filed below the target heading as a subitem. |
| 5209 | Depending on @code{org-reverse-note-order}, it will be either the first of | 5210 | Depending on @code{org-reverse-note-order}, it will be either the first or |
| 5210 | last subitem.@* | 5211 | last subitem.@* |
| 5211 | By default, all level 1 headlines in the current buffer are considered to be | 5212 | By default, all level 1 headlines in the current buffer are considered to be |
| 5212 | targets, but you can have more complex definitions across a number of files. | 5213 | targets, but you can have more complex definitions across a number of files. |
| 5213 | See the variable @code{org-refile-targets} for details. If you would like to | 5214 | See the variable @code{org-refile-targets} for details. If you would like to |
| 5214 | select a location via a file-pathlike completion along the outline path, see | 5215 | select a location via a file-path-like completion along the outline path, see |
| 5215 | the variable @code{org-refile-use-outline-path}. | 5216 | the variables @code{org-refile-use-outline-path} and |
| 5217 | @code{org-outline-path-complete-in-steps}. | ||
| 5216 | @kindex C-u C-c C-w | 5218 | @kindex C-u C-c C-w |
| 5217 | @item C-u C-c C-w | 5219 | @item C-u C-c C-w |
| 5218 | Use the refile interface to jump to a heading. | 5220 | Use the refile interface to jump to a heading. |
| @@ -8990,7 +8992,7 @@ go to @url{http://orgmode.org} to get access to these modules. | |||
| 8990 | exactly point to the definition location of a variable of function. | 8992 | exactly point to the definition location of a variable of function. |
| 8991 | @item @file{org-eval.el} by @i{Carsten Dominik} | 8993 | @item @file{org-eval.el} by @i{Carsten Dominik} |
| 8992 | The @code{<lisp>} tag, adapted from Emacs Wiki and Emacs Muse, allows | 8994 | The @code{<lisp>} tag, adapted from Emacs Wiki and Emacs Muse, allows |
| 8993 | to include text in a document that is the result of evaluating some | 8995 | text to be included in a document that is the result of evaluating some |
| 8994 | code. Other scripting languages like @code{perl} can be supported with | 8996 | code. Other scripting languages like @code{perl} can be supported with |
| 8995 | this package as well. | 8997 | this package as well. |
| 8996 | @item @file{org-eval-light.el} by @i{Eric Schulte} | 8998 | @item @file{org-eval-light.el} by @i{Eric Schulte} |
diff --git a/lisp/org/org-agenda.el b/lisp/org/org-agenda.el index 0988066eb68..743e38041bf 100644 --- a/lisp/org/org-agenda.el +++ b/lisp/org/org-agenda.el | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 6 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 7 | ;; Keywords: outlines, hypermedia, calendar, wp | 7 | ;; Keywords: outlines, hypermedia, calendar, wp |
| 8 | ;; Homepage: http://orgmode.org | 8 | ;; Homepage: http://orgmode.org |
| 9 | ;; Version: 6.13 | 9 | ;; Version: 6.13a |
| 10 | ;; | 10 | ;; |
| 11 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| 12 | ;; | 12 | ;; |
| @@ -3398,7 +3398,7 @@ the documentation of `org-diary'." | |||
| 3398 | (push txt ee)))) | 3398 | (push txt ee)))) |
| 3399 | (nreverse ee))) | 3399 | (nreverse ee))) |
| 3400 | 3400 | ||
| 3401 | (defalias 'org-get-closed 'org-get-progress) | 3401 | (defalias 'org-get-closed 'org-agenda-get-progress) |
| 3402 | (defun org-agenda-get-progress () | 3402 | (defun org-agenda-get-progress () |
| 3403 | "Return the logged TODO entries for agenda display." | 3403 | "Return the logged TODO entries for agenda display." |
| 3404 | (let* ((props (list 'mouse-face 'highlight | 3404 | (let* ((props (list 'mouse-face 'highlight |
diff --git a/lisp/org/org-archive.el b/lisp/org/org-archive.el index 547fee259a9..aee8b5f795a 100644 --- a/lisp/org/org-archive.el +++ b/lisp/org/org-archive.el | |||
| @@ -5,7 +5,7 @@ | |||
| 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 |
| 7 | ;; Homepage: http://orgmode.org | 7 | ;; Homepage: http://orgmode.org |
| 8 | ;; Version: 6.13 | 8 | ;; Version: 6.13a |
| 9 | ;; | 9 | ;; |
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | ;; | 11 | ;; |
diff --git a/lisp/org/org-attach.el b/lisp/org/org-attach.el index 539de7f5b12..d48c0bde639 100644 --- a/lisp/org/org-attach.el +++ b/lisp/org/org-attach.el | |||
| @@ -4,7 +4,7 @@ | |||
| 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 |
| 7 | ;; Version: 6.13 | 7 | ;; Version: 6.13a |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | ;; | 10 | ;; |
diff --git a/lisp/org/org-bbdb.el b/lisp/org/org-bbdb.el index ca2fe139344..c675cc2f4be 100644 --- a/lisp/org/org-bbdb.el +++ b/lisp/org/org-bbdb.el | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | ;; Thomas Baumann <thomas dot baumann at ch dot tum dot de> | 6 | ;; Thomas Baumann <thomas dot baumann at ch dot tum dot de> |
| 7 | ;; Keywords: outlines, hypermedia, calendar, wp | 7 | ;; Keywords: outlines, hypermedia, calendar, wp |
| 8 | ;; Homepage: http://orgmode.org | 8 | ;; Homepage: http://orgmode.org |
| 9 | ;; Version: 6.13 | 9 | ;; Version: 6.13a |
| 10 | ;; | 10 | ;; |
| 11 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| 12 | ;; | 12 | ;; |
diff --git a/lisp/org/org-bibtex.el b/lisp/org/org-bibtex.el index d2e975ed8c0..215ba40ce66 100644 --- a/lisp/org/org-bibtex.el +++ b/lisp/org/org-bibtex.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | ;; Author: Bastien Guerry <bzg at altern dot org> | 5 | ;; Author: 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> |
| 7 | ;; Keywords: org, wp, remember | 7 | ;; Keywords: org, wp, remember |
| 8 | ;; Version: 6.13 | 8 | ;; Version: 6.13a |
| 9 | ;; | 9 | ;; |
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | ;; | 11 | ;; |
diff --git a/lisp/org/org-clock.el b/lisp/org/org-clock.el index 82064e0cdb0..3848fac7bf4 100644 --- a/lisp/org/org-clock.el +++ b/lisp/org/org-clock.el | |||
| @@ -5,7 +5,7 @@ | |||
| 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 |
| 7 | ;; Homepage: http://orgmode.org | 7 | ;; Homepage: http://orgmode.org |
| 8 | ;; Version: 6.13 | 8 | ;; Version: 6.13a |
| 9 | ;; | 9 | ;; |
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | ;; | 11 | ;; |
diff --git a/lisp/org/org-colview.el b/lisp/org/org-colview.el index 3daef2a0f2f..2072cebe532 100644 --- a/lisp/org/org-colview.el +++ b/lisp/org/org-colview.el | |||
| @@ -5,7 +5,7 @@ | |||
| 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 |
| 7 | ;; Homepage: http://orgmode.org | 7 | ;; Homepage: http://orgmode.org |
| 8 | ;; Version: 6.13 | 8 | ;; Version: 6.13a |
| 9 | ;; | 9 | ;; |
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | ;; | 11 | ;; |
diff --git a/lisp/org/org-compat.el b/lisp/org/org-compat.el index f3707cdd4f8..ebfa203188e 100644 --- a/lisp/org/org-compat.el +++ b/lisp/org/org-compat.el | |||
| @@ -5,7 +5,7 @@ | |||
| 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 |
| 7 | ;; Homepage: http://orgmode.org | 7 | ;; Homepage: http://orgmode.org |
| 8 | ;; Version: 6.13 | 8 | ;; Version: 6.13a |
| 9 | ;; | 9 | ;; |
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | ;; | 11 | ;; |
diff --git a/lisp/org/org-exp.el b/lisp/org/org-exp.el index dfe9f8a4f7c..2a0e46deb11 100644 --- a/lisp/org/org-exp.el +++ b/lisp/org/org-exp.el | |||
| @@ -5,7 +5,7 @@ | |||
| 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 |
| 7 | ;; Homepage: http://orgmode.org | 7 | ;; Homepage: http://orgmode.org |
| 8 | ;; Version: 6.13 | 8 | ;; Version: 6.13a |
| 9 | ;; | 9 | ;; |
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | ;; | 11 | ;; |
diff --git a/lisp/org/org-export-latex.el b/lisp/org/org-export-latex.el index 09ada3e451d..be7d5e44ed4 100644 --- a/lisp/org/org-export-latex.el +++ b/lisp/org/org-export-latex.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | ;; | 4 | ;; |
| 5 | ;; Emacs Lisp Archive Entry | 5 | ;; Emacs Lisp Archive Entry |
| 6 | ;; Filename: org-export-latex.el | 6 | ;; Filename: org-export-latex.el |
| 7 | ;; Version: 6.13 | 7 | ;; Version: 6.13a |
| 8 | ;; Author: Bastien Guerry <bzg AT altern DOT org> | 8 | ;; Author: Bastien Guerry <bzg AT altern DOT org> |
| 9 | ;; Maintainer: Bastien Guerry <bzg AT altern DOT org> | 9 | ;; Maintainer: Bastien Guerry <bzg AT altern DOT org> |
| 10 | ;; Keywords: org, wp, tex | 10 | ;; Keywords: org, wp, tex |
diff --git a/lisp/org/org-faces.el b/lisp/org/org-faces.el index 6cf4db4df67..2ddcb9ee416 100644 --- a/lisp/org/org-faces.el +++ b/lisp/org/org-faces.el | |||
| @@ -5,7 +5,7 @@ | |||
| 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 |
| 7 | ;; Homepage: http://orgmode.org | 7 | ;; Homepage: http://orgmode.org |
| 8 | ;; Version: 6.13 | 8 | ;; Version: 6.13a |
| 9 | ;; | 9 | ;; |
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | ;; | 11 | ;; |
diff --git a/lisp/org/org-gnus.el b/lisp/org/org-gnus.el index 1d707dc7b1f..8cc11f1eefa 100644 --- a/lisp/org/org-gnus.el +++ b/lisp/org/org-gnus.el | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | ;; Tassilo Horn <tassilo at member dot fsf dot org> | 6 | ;; Tassilo Horn <tassilo at member dot fsf dot org> |
| 7 | ;; Keywords: outlines, hypermedia, calendar, wp | 7 | ;; Keywords: outlines, hypermedia, calendar, wp |
| 8 | ;; Homepage: http://orgmode.org | 8 | ;; Homepage: http://orgmode.org |
| 9 | ;; Version: 6.13 | 9 | ;; Version: 6.13a |
| 10 | ;; | 10 | ;; |
| 11 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| 12 | ;; | 12 | ;; |
diff --git a/lisp/org/org-id.el b/lisp/org/org-id.el index 64f139c5f19..8fa5ff15ea5 100644 --- a/lisp/org/org-id.el +++ b/lisp/org/org-id.el | |||
| @@ -4,7 +4,7 @@ | |||
| 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 |
| 6 | ;; Homepage: http://orgmode.org | 6 | ;; Homepage: http://orgmode.org |
| 7 | ;; Version: 6.13 | 7 | ;; Version: 6.13a |
| 8 | ;; | 8 | ;; |
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | ;; | 10 | ;; |
diff --git a/lisp/org/org-info.el b/lisp/org/org-info.el index c040ba6f87f..5891d70b122 100644 --- a/lisp/org/org-info.el +++ b/lisp/org/org-info.el | |||
| @@ -5,7 +5,7 @@ | |||
| 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 |
| 7 | ;; Homepage: http://orgmode.org | 7 | ;; Homepage: http://orgmode.org |
| 8 | ;; Version: 6.13 | 8 | ;; Version: 6.13a |
| 9 | ;; | 9 | ;; |
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | ;; | 11 | ;; |
diff --git a/lisp/org/org-irc.el b/lisp/org/org-irc.el index 4d35ef3dd98..8527d4a0a88 100644 --- a/lisp/org/org-irc.el +++ b/lisp/org/org-irc.el | |||
| @@ -4,7 +4,7 @@ | |||
| 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 |
| 7 | ;; Version: 6.13 | 7 | ;; Version: 6.13a |
| 8 | ;; | 8 | ;; |
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | ;; | 10 | ;; |
diff --git a/lisp/org/org-jsinfo.el b/lisp/org/org-jsinfo.el index f1bb3ef7ed1..e8221f7fed3 100644 --- a/lisp/org/org-jsinfo.el +++ b/lisp/org/org-jsinfo.el | |||
| @@ -5,7 +5,7 @@ | |||
| 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 |
| 7 | ;; Homepage: http://orgmode.org | 7 | ;; Homepage: http://orgmode.org |
| 8 | ;; Version: 6.13 | 8 | ;; Version: 6.13a |
| 9 | ;; | 9 | ;; |
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | ;; | 11 | ;; |
diff --git a/lisp/org/org-list.el b/lisp/org/org-list.el index a2990743a57..d554cb12562 100644 --- a/lisp/org/org-list.el +++ b/lisp/org/org-list.el | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | ;; Bastien Guerry <bzg AT altern DOT org> | 6 | ;; Bastien Guerry <bzg AT altern DOT org> |
| 7 | ;; Keywords: outlines, hypermedia, calendar, wp | 7 | ;; Keywords: outlines, hypermedia, calendar, wp |
| 8 | ;; Homepage: http://orgmode.org | 8 | ;; Homepage: http://orgmode.org |
| 9 | ;; Version: 6.13 | 9 | ;; Version: 6.13a |
| 10 | ;; | 10 | ;; |
| 11 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| 12 | ;; | 12 | ;; |
diff --git a/lisp/org/org-mac-message.el b/lisp/org/org-mac-message.el index 2f9e63bed8a..f0d6229e7bd 100644 --- a/lisp/org/org-mac-message.el +++ b/lisp/org/org-mac-message.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; Copyright (C) 2008 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | ;; Version: 6.13 | 6 | ;; Version: 6.13a |
| 7 | ;; Keywords: outlines, hypermedia, calendar, wp | 7 | ;; Keywords: outlines, hypermedia, calendar, wp |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/org/org-macs.el b/lisp/org/org-macs.el index 563f6c3e33d..0950b6d63a8 100644 --- a/lisp/org/org-macs.el +++ b/lisp/org/org-macs.el | |||
| @@ -5,7 +5,7 @@ | |||
| 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 |
| 7 | ;; Homepage: http://orgmode.org | 7 | ;; Homepage: http://orgmode.org |
| 8 | ;; Version: 6.13 | 8 | ;; Version: 6.13a |
| 9 | ;; | 9 | ;; |
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | ;; | 11 | ;; |
diff --git a/lisp/org/org-mew.el b/lisp/org/org-mew.el index fda6270016d..61bfc2fc5c5 100644 --- a/lisp/org/org-mew.el +++ b/lisp/org/org-mew.el | |||
| @@ -5,7 +5,7 @@ | |||
| 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 |
| 7 | ;; Homepage: http://orgmode.org | 7 | ;; Homepage: http://orgmode.org |
| 8 | ;; Version: 6.13 | 8 | ;; Version: 6.13a |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | 11 | ||
diff --git a/lisp/org/org-mhe.el b/lisp/org/org-mhe.el index ab9f797cb81..c51b60e6a26 100644 --- a/lisp/org/org-mhe.el +++ b/lisp/org/org-mhe.el | |||
| @@ -5,7 +5,7 @@ | |||
| 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 |
| 7 | ;; Homepage: http://orgmode.org | 7 | ;; Homepage: http://orgmode.org |
| 8 | ;; Version: 6.13 | 8 | ;; Version: 6.13a |
| 9 | ;; | 9 | ;; |
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | ;; | 11 | ;; |
diff --git a/lisp/org/org-mouse.el b/lisp/org/org-mouse.el index 0cb65058163..7ec3bbe7afa 100644 --- a/lisp/org/org-mouse.el +++ b/lisp/org/org-mouse.el | |||
| @@ -4,7 +4,7 @@ | |||
| 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> |
| 7 | ;; Version: 6.13 | 7 | ;; Version: 6.13a |
| 8 | ;; | 8 | ;; |
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | ;; | 10 | ;; |
| @@ -144,7 +144,7 @@ | |||
| 144 | (defvar org-agenda-undo-list) | 144 | (defvar org-agenda-undo-list) |
| 145 | (defvar org-agenda-custom-commands) | 145 | (defvar org-agenda-custom-commands) |
| 146 | (declare-function org-agenda-change-all-lines "org-agenda" | 146 | (declare-function org-agenda-change-all-lines "org-agenda" |
| 147 | (newhead hdmarker &optional fixface)) | 147 | (newhead hdmarker &optional fixface just-this)) |
| 148 | (declare-function org-verify-change-for-undo "org-agenda" (l1 l2)) | 148 | (declare-function org-verify-change-for-undo "org-agenda" (l1 l2)) |
| 149 | 149 | ||
| 150 | (defvar org-mouse-plain-list-regexp "\\([ \t]*\\)\\([-+*]\\|[0-9]+[.)]\\) " | 150 | (defvar org-mouse-plain-list-regexp "\\([ \t]*\\)\\([-+*]\\|[0-9]+[.)]\\) " |
diff --git a/lisp/org/org-plot.el b/lisp/org/org-plot.el index b2443ccd7e9..491035b7900 100644 --- a/lisp/org/org-plot.el +++ b/lisp/org/org-plot.el | |||
| @@ -5,7 +5,7 @@ | |||
| 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 |
| 7 | ;; Homepage: http://orgmode.org | 7 | ;; Homepage: http://orgmode.org |
| 8 | ;; Version: 6.13 | 8 | ;; Version: 6.13a |
| 9 | ;; | 9 | ;; |
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | ;; | 11 | ;; |
diff --git a/lisp/org/org-publish.el b/lisp/org/org-publish.el index eafa8faab63..6e3d1af85dc 100644 --- a/lisp/org/org-publish.el +++ b/lisp/org/org-publish.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | ;; Author: David O'Toole <dto@gnu.org> | 4 | ;; Author: David O'Toole <dto@gnu.org> |
| 5 | ;; Maintainer: Bastien Guerry <bzg AT altern DOT org> | 5 | ;; Maintainer: Bastien Guerry <bzg AT altern DOT org> |
| 6 | ;; Keywords: hypermedia, outlines, wp | 6 | ;; Keywords: hypermedia, outlines, wp |
| 7 | ;; Version: 6.13 | 7 | ;; Version: 6.13a |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | ;; | 10 | ;; |
diff --git a/lisp/org/org-remember.el b/lisp/org/org-remember.el index ce3f5479eaa..d9c2dd4cadf 100644 --- a/lisp/org/org-remember.el +++ b/lisp/org/org-remember.el | |||
| @@ -5,7 +5,7 @@ | |||
| 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 |
| 7 | ;; Homepage: http://orgmode.org | 7 | ;; Homepage: http://orgmode.org |
| 8 | ;; Version: 6.13 | 8 | ;; Version: 6.13a |
| 9 | ;; | 9 | ;; |
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | ;; | 11 | ;; |
diff --git a/lisp/org/org-rmail.el b/lisp/org/org-rmail.el index 4782f50eace..f6f9e791c03 100644 --- a/lisp/org/org-rmail.el +++ b/lisp/org/org-rmail.el | |||
| @@ -5,7 +5,7 @@ | |||
| 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 |
| 7 | ;; Homepage: http://orgmode.org | 7 | ;; Homepage: http://orgmode.org |
| 8 | ;; Version: 6.13 | 8 | ;; Version: 6.13a |
| 9 | ;; | 9 | ;; |
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | ;; | 11 | ;; |
diff --git a/lisp/org/org-table.el b/lisp/org/org-table.el index 0797d1b1324..5e8442cc224 100644 --- a/lisp/org/org-table.el +++ b/lisp/org/org-table.el | |||
| @@ -5,7 +5,7 @@ | |||
| 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 |
| 7 | ;; Homepage: http://orgmode.org | 7 | ;; Homepage: http://orgmode.org |
| 8 | ;; Version: 6.13 | 8 | ;; Version: 6.13a |
| 9 | ;; | 9 | ;; |
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | ;; | 11 | ;; |
diff --git a/lisp/org/org-vm.el b/lisp/org/org-vm.el index 2394591ffd0..fb82ee46960 100644 --- a/lisp/org/org-vm.el +++ b/lisp/org/org-vm.el | |||
| @@ -5,7 +5,7 @@ | |||
| 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 |
| 7 | ;; Homepage: http://orgmode.org | 7 | ;; Homepage: http://orgmode.org |
| 8 | ;; Version: 6.13 | 8 | ;; Version: 6.13a |
| 9 | ;; | 9 | ;; |
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | ;; | 11 | ;; |
diff --git a/lisp/org/org-wl.el b/lisp/org/org-wl.el index e07bc82c063..0483e3c0d38 100644 --- a/lisp/org/org-wl.el +++ b/lisp/org/org-wl.el | |||
| @@ -5,7 +5,7 @@ | |||
| 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 |
| 7 | ;; Homepage: http://orgmode.org | 7 | ;; Homepage: http://orgmode.org |
| 8 | ;; Version: 6.13 | 8 | ;; Version: 6.13a |
| 9 | ;; | 9 | ;; |
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | ;; | 11 | ;; |
diff --git a/lisp/org/org.el b/lisp/org/org.el index d25d9c5cf5e..340737be939 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el | |||
| @@ -5,7 +5,7 @@ | |||
| 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 |
| 7 | ;; Homepage: http://orgmode.org | 7 | ;; Homepage: http://orgmode.org |
| 8 | ;; Version: 6.13 | 8 | ;; Version: 6.13a |
| 9 | ;; | 9 | ;; |
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | ;; | 11 | ;; |
| @@ -92,7 +92,7 @@ | |||
| 92 | 92 | ||
| 93 | ;;; Version | 93 | ;;; Version |
| 94 | 94 | ||
| 95 | (defconst org-version "6.13" | 95 | (defconst org-version "6.13a" |
| 96 | "The version number of the file org.el.") | 96 | "The version number of the file org.el.") |
| 97 | 97 | ||
| 98 | (defun org-version (&optional here) | 98 | (defun org-version (&optional here) |
| @@ -1245,7 +1245,7 @@ For more examples, see the system specific constants | |||
| 1245 | 1245 | ||
| 1246 | (defgroup org-refile nil | 1246 | (defgroup org-refile nil |
| 1247 | "Options concerning refiling entries in Org-mode." | 1247 | "Options concerning refiling entries in Org-mode." |
| 1248 | :tag "Org Remember" | 1248 | :tag "Org Refile" |
| 1249 | :group 'org) | 1249 | :group 'org) |
| 1250 | 1250 | ||
| 1251 | (defcustom org-directory "~/org" | 1251 | (defcustom org-directory "~/org" |
| @@ -1275,7 +1275,8 @@ outline The interface shows an outline of the relevant file | |||
| 1275 | and the correct heading is found by moving through | 1275 | and the correct heading is found by moving through |
| 1276 | the outline or by searching with incremental search. | 1276 | the outline or by searching with incremental search. |
| 1277 | outline-path-completion Headlines in the current buffer are offered via | 1277 | outline-path-completion Headlines in the current buffer are offered via |
| 1278 | completion." | 1278 | completion. This is the interface also used by |
| 1279 | the refile command." | ||
| 1279 | :group 'org-refile | 1280 | :group 'org-refile |
| 1280 | :type '(choice | 1281 | :type '(choice |
| 1281 | (const :tag "Outline" outline) | 1282 | (const :tag "Outline" outline) |
| @@ -1287,6 +1288,7 @@ When nil, new notes will be filed to the end of a file or entry. | |||
| 1287 | This can also be a list with cons cells of regular expressions that | 1288 | This can also be a list with cons cells of regular expressions that |
| 1288 | are matched against file names, and values." | 1289 | are matched against file names, and values." |
| 1289 | :group 'org-remember | 1290 | :group 'org-remember |
| 1291 | :group 'org-refile | ||
| 1290 | :type '(choice | 1292 | :type '(choice |
| 1291 | (const :tag "Reverse always" t) | 1293 | (const :tag "Reverse always" t) |
| 1292 | (const :tag "Reverse never" nil) | 1294 | (const :tag "Reverse never" nil) |
| @@ -1314,7 +1316,7 @@ This is list of cons cells. Each cell contains: | |||
| 1314 | 1316 | ||
| 1315 | When this variable is nil, all top-level headlines in the current buffer | 1317 | When this variable is nil, all top-level headlines in the current buffer |
| 1316 | are used, equivalent to the value `((nil . (:level . 1))'." | 1318 | are used, equivalent to the value `((nil . (:level . 1))'." |
| 1317 | :group 'org-remember | 1319 | :group 'org-refile |
| 1318 | :type '(repeat | 1320 | :type '(repeat |
| 1319 | (cons | 1321 | (cons |
| 1320 | (choice :value org-agenda-files | 1322 | (choice :value org-agenda-files |
| @@ -1333,13 +1335,25 @@ are used, equivalent to the value `((nil . (:level . 1))'." | |||
| 1333 | So a level 3 headline will be available as level1/level2/level3. | 1335 | So a level 3 headline will be available as level1/level2/level3. |
| 1334 | When the value is `file', also include the file name (without directory) | 1336 | When the value is `file', also include the file name (without directory) |
| 1335 | into the path. When `full-file-path', include the full file path." | 1337 | into the path. When `full-file-path', include the full file path." |
| 1336 | :group 'org-remember | 1338 | :group 'org-refile |
| 1337 | :type '(choice | 1339 | :type '(choice |
| 1338 | (const :tag "Not" nil) | 1340 | (const :tag "Not" nil) |
| 1339 | (const :tag "Yes" t) | 1341 | (const :tag "Yes" t) |
| 1340 | (const :tag "Start with file name" file) | 1342 | (const :tag "Start with file name" file) |
| 1341 | (const :tag "Start with full file path" full-file-path))) | 1343 | (const :tag "Start with full file path" full-file-path))) |
| 1342 | 1344 | ||
| 1345 | (defcustom org-outline-path-complete-in-steps t | ||
| 1346 | "Non-nil means, complete the outline path in hierarchical steps. | ||
| 1347 | When Org-mode uses the refile interface to select an outline path | ||
| 1348 | \(see variable `org-refile-use-outline-path'), the completion of | ||
| 1349 | the path can be done is a single go, or if can be done in steps down | ||
| 1350 | the headline hierarchy. Going in steps is probably the best if you | ||
| 1351 | do not use a special completion package like `ido' or `icicles'. | ||
| 1352 | However, when using these packages, going in one step can be very | ||
| 1353 | fast, while still showing the whole path to the entry." | ||
| 1354 | :group 'org-refile | ||
| 1355 | :type 'boolean) | ||
| 1356 | |||
| 1343 | (defgroup org-todo nil | 1357 | (defgroup org-todo nil |
| 1344 | "Options concerning TODO items in Org-mode." | 1358 | "Options concerning TODO items in Org-mode." |
| 1345 | :tag "Org TODO" | 1359 | :tag "Org TODO" |
| @@ -2381,7 +2395,7 @@ Normal means, no org-mode-specific context." | |||
| 2381 | (extra txt &optional category tags dotime noprefix remove-re)) | 2395 | (extra txt &optional category tags dotime noprefix remove-re)) |
| 2382 | (declare-function org-agenda-new-marker "org-agenda" (&optional pos)) | 2396 | (declare-function org-agenda-new-marker "org-agenda" (&optional pos)) |
| 2383 | (declare-function org-agenda-change-all-lines "org-agenda" | 2397 | (declare-function org-agenda-change-all-lines "org-agenda" |
| 2384 | (newhead hdmarker &optional fixface)) | 2398 | (newhead hdmarker &optional fixface just-this)) |
| 2385 | (declare-function org-agenda-set-restriction-lock "org-agenda" (&optional type)) | 2399 | (declare-function org-agenda-set-restriction-lock "org-agenda" (&optional type)) |
| 2386 | (declare-function org-agenda-maybe-redo "org-agenda" ()) | 2400 | (declare-function org-agenda-maybe-redo "org-agenda" ()) |
| 2387 | (declare-function org-agenda-save-markers-for-cut-and-paste "org-agenda" | 2401 | (declare-function org-agenda-save-markers-for-cut-and-paste "org-agenda" |
| @@ -6326,7 +6340,7 @@ This is the list that is used for internal purposes.") | |||
| 6326 | This is the list that is used before handing over to the browser.") | 6340 | This is the list that is used before handing over to the browser.") |
| 6327 | 6341 | ||
| 6328 | (defun org-link-escape (text &optional table) | 6342 | (defun org-link-escape (text &optional table) |
| 6329 | "Escape charaters in TEXT that are problematic for links." | 6343 | "Escape characters in TEXT that are problematic for links." |
| 6330 | (setq table (or table org-link-escape-chars)) | 6344 | (setq table (or table org-link-escape-chars)) |
| 6331 | (when text | 6345 | (when text |
| 6332 | (let ((re (mapconcat (lambda (x) (regexp-quote | 6346 | (let ((re (mapconcat (lambda (x) (regexp-quote |
| @@ -7504,7 +7518,8 @@ operation has put the subtree." | |||
| 7504 | (unless org-refile-target-table | 7518 | (unless org-refile-target-table |
| 7505 | (error "No refile targets")) | 7519 | (error "No refile targets")) |
| 7506 | (let* ((cbuf (current-buffer)) | 7520 | (let* ((cbuf (current-buffer)) |
| 7507 | (cfunc (if org-refile-use-outline-path | 7521 | (cfunc (if (and org-refile-use-outline-path |
| 7522 | org-outline-path-complete-in-steps) | ||
| 7508 | 'org-olpath-completing-read | 7523 | 'org-olpath-completing-read |
| 7509 | 'org-ido-completing-read)) | 7524 | 'org-ido-completing-read)) |
| 7510 | (extra (if org-refile-use-outline-path "/" "")) | 7525 | (extra (if org-refile-use-outline-path "/" "")) |
| @@ -9082,10 +9097,10 @@ only lines with a TODO keyword are included in the output." | |||
| 9082 | (defvar todo-only) ;; dynamically scoped | 9097 | (defvar todo-only) ;; dynamically scoped |
| 9083 | 9098 | ||
| 9084 | (defun org-tags-sparse-tree (&optional todo-only match) | 9099 | (defun org-tags-sparse-tree (&optional todo-only match) |
| 9085 | "Create a sparse tree according to tags string MATCH. | 9100 | "Create a sparse tree according to tags string MATCH. |
| 9086 | MATCH can contain positive and negative selection of tags, like | 9101 | MATCH can contain positive and negative selection of tags, like |
| 9087 | \"+WORK+URGENT-WITHBOSS\". | 9102 | \"+WORK+URGENT-WITHBOSS\". |
| 9088 | If optional argument TODO_ONLY is non-nil, only select lines that are | 9103 | If optional argument TODO-ONLY is non-nil, only select lines that are |
| 9089 | also TODO lines." | 9104 | also TODO lines." |
| 9090 | (interactive "P") | 9105 | (interactive "P") |
| 9091 | (org-prepare-agenda-buffers (list (current-buffer))) | 9106 | (org-prepare-agenda-buffers (list (current-buffer))) |
| @@ -11228,7 +11243,7 @@ days in order to avoid rounding problems." | |||
| 11228 | "Convert a time stamp to an absolute day number. | 11243 | "Convert a time stamp to an absolute day number. |
| 11229 | If there is a specifyer for a cyclic time stamp, get the closest date to | 11244 | If there is a specifyer for a cyclic time stamp, get the closest date to |
| 11230 | DAYNR. | 11245 | DAYNR. |
| 11231 | PREFER and SHOW_ALL are passed through to `org-closest-date'." | 11246 | PREFER and SHOW-ALL are passed through to `org-closest-date'." |
| 11232 | (cond | 11247 | (cond |
| 11233 | ((and daynr (string-match "\\`%%\\((.*)\\)" s)) | 11248 | ((and daynr (string-match "\\`%%\\((.*)\\)" s)) |
| 11234 | (if (org-diary-sexp-entry (match-string 1 s) "" date) | 11249 | (if (org-diary-sexp-entry (match-string 1 s) "" date) |
| @@ -11248,8 +11263,8 @@ PREFER and SHOW_ALL are passed through to `org-closest-date'." | |||
| 11248 | (defun org-small-year-to-year (year) | 11263 | (defun org-small-year-to-year (year) |
| 11249 | "Convert 2-digit years into 4-digit years. | 11264 | "Convert 2-digit years into 4-digit years. |
| 11250 | 38-99 are mapped into 1938-1999. 1-37 are mapped into 2001-2007. | 11265 | 38-99 are mapped into 1938-1999. 1-37 are mapped into 2001-2007. |
| 11251 | The year 2000 cannot be abbreviated. Any year lager than 99 | 11266 | The year 2000 cannot be abbreviated. Any year larger than 99 |
| 11252 | is retrned unchanged." | 11267 | is returned unchanged." |
| 11253 | (if (< year 38) | 11268 | (if (< year 38) |
| 11254 | (setq year (+ 2000 year)) | 11269 | (setq year (+ 2000 year)) |
| 11255 | (if (< year 100) | 11270 | (if (< year 100) |