Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2014-04-21 09:25:22 +02:00
commit 99af267738
1 changed files with 2 additions and 2 deletions

View File

@ -13643,8 +13643,8 @@ D Show deadlines and scheduled items between a date range."
(value (org-icompleting-read
"Value: " (mapcar #'list (org-property-values kwd)))))
(unless (string-match "\\`{.*}\\'" value)
(setq value (concat "\"" value "\""))))
(org-match-sparse-tree arg (concat kwd "=" value)))
(setq value (concat "\"" value "\"")))
(org-match-sparse-tree arg (concat kwd "=" value))))
((?r ?R ?/) (call-interactively #'org-occur))
(otherwise (user-error "No such sparse tree command \"%c\"" answer)))))