0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-22 18:10:43 +00:00

Merge branch 'maint'

This commit is contained in:
Bastien Guerry 2012-09-29 13:44:29 +02:00
commit 7e74b77487

View file

@ -4386,7 +4386,10 @@ for a keyword. A numeric prefix directly selects the Nth keyword in
(org-compile-prefix-format 'todo) (org-compile-prefix-format 'todo)
(org-set-sorting-strategy 'todo) (org-set-sorting-strategy 'todo)
(setq org-agenda-redo-command (setq org-agenda-redo-command
`(org-todo-list (or current-prefix-arg (quote ,arg)))) `(org-todo-list (or (and (numberp current-prefix-arg) current-prefix-arg)
;; (and (stringp (quote ,arg)) (quote ,arg))
,org-select-this-todo-keyword
current-prefix-arg ,arg)))
(setq files (org-agenda-files nil 'ifmode) (setq files (org-agenda-files nil 'ifmode)
rtnall nil) rtnall nil)
(while (setq file (pop files)) (while (setq file (pop files))