Mercurial > emacs
comparison lisp/org/org-exp.el @ 101607:59ea090317cd
2009-01-28 Carsten Dominik <carsten.dominik@gmail.com>
* org-agenda.el (org-agenda-get-todos): Start search from correct
position.
* org.el (org-fast-todo-selection): Make sure TODO selection does
not change buffer position.
* org-list.el (org-toggle-checkbox): Implement adding or removing
checkboxes from line or region when called with a prefix
argument.
* org-rmail.el (org-rmail-store-link): Protect the call to
`rmail-narrow-to-non-pruned-header'.
* org-clock.el (org-clock-special-range): Fix week display in
clock tables.
* org-exp.el (org-get-current-options): Fix bug when in indirect
buffer.
* org-agenda.el (org-agenda-dim-blocked-tasks): New option.
(org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
(org-agenda-dim-blocked-tasks): New function.
* org.el (org-enforce-todo-dependencies): New option.
(org-block-todo-from-children-or-siblings): New function.
* org-faces.el (org-agenda-dimmed-todo-face): New face.
author | Carsten Dominik <dominik@science.uva.nl> |
---|---|
date | Wed, 28 Jan 2009 14:31:59 +0000 |
parents | f5aedb5cbd80 |
children | a15c11f894f1 |
comparison
equal
deleted
inserted
replaced
101606:7e8c2c1eb8b8 | 101607:59ea090317cd |
---|---|
4 ;; Free Software Foundation, Inc. | 4 ;; 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 ;; Keywords: outlines, hypermedia, calendar, wp | 7 ;; Keywords: outlines, hypermedia, calendar, wp |
8 ;; Homepage: http://orgmode.org | 8 ;; Homepage: http://orgmode.org |
9 ;; Version: 6.19e | 9 ;; Version: 6.20c |
10 ;; | 10 ;; |
11 ;; This file is part of GNU Emacs. | 11 ;; This file is part of GNU Emacs. |
12 ;; | 12 ;; |
13 ;; GNU Emacs is free software: you can redistribute it and/or modify | 13 ;; GNU Emacs is free software: you can redistribute it and/or modify |
14 ;; it under the terms of the GNU General Public License as published by | 14 ;; it under the terms of the GNU General Public License as published by |
3029 (if (featurep 'org-jsinfo) (org-infojs-options-inbuffer-template) "") | 3029 (if (featurep 'org-jsinfo) (org-infojs-options-inbuffer-template) "") |
3030 (mapconcat 'identity org-export-select-tags " ") | 3030 (mapconcat 'identity org-export-select-tags " ") |
3031 (mapconcat 'identity org-export-exclude-tags " ") | 3031 (mapconcat 'identity org-export-exclude-tags " ") |
3032 org-export-html-link-up | 3032 org-export-html-link-up |
3033 org-export-html-link-home | 3033 org-export-html-link-home |
3034 (file-name-nondirectory buffer-file-name) | 3034 (or (ignore-errors |
3035 (file-name-sans-extension | |
3036 (file-name-nondirectory (buffer-file-name (buffer-base-buffer))))) | |
3037 "NOFILENAME") | |
3035 "TODO FEEDBACK VERIFY DONE" | 3038 "TODO FEEDBACK VERIFY DONE" |
3036 "Me Jason Marie DONE" | 3039 "Me Jason Marie DONE" |
3037 org-highest-priority org-lowest-priority org-default-priority | 3040 org-highest-priority org-lowest-priority org-default-priority |
3038 (mapconcat 'identity org-drawers " ") | 3041 (mapconcat 'identity org-drawers " ") |
3039 (cdr (assoc org-startup-folded | 3042 (cdr (assoc org-startup-folded |