Merge branch 'maint'

This commit is contained in:
Bastien Guerry 2014-03-20 09:45:09 +01:00
commit 9bb4dd6e0a
1 changed files with 3 additions and 2 deletions

View File

@ -2712,8 +2712,9 @@ TIME: The sum of all time spend in this tree, in minutes. This time
(match-string 2)))
(org-make-org-heading-search-string
(replace-regexp-in-string
org-bracket-link-regexp
"\\3"
org-bracket-link-analytic-regexp
(lambda (m) (or (match-string 3 m)
(match-string 1 m)))
(match-string 2)))))
tsp (when timestamp
(setq props (org-entry-properties (point)))