Thanks to Alexey Lebedeff for providing the fix.
This commit is contained in:
Bastien Guerry 2014-03-20 09:44:56 +01:00
parent 49da67d351
commit 8bab38bcba
1 changed files with 3 additions and 2 deletions

View File

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