|
@@ -12497,7 +12497,9 @@ things up because then unnecessary parsing is avoided."
|
|
props))
|
|
props))
|
|
(when (or (not specific) (string= specific "TAGS"))
|
|
(when (or (not specific) (string= specific "TAGS"))
|
|
(push (cons "BLOCKED" (if (org-entry-blocked-p) "t" "")) props))
|
|
(push (cons "BLOCKED" (if (org-entry-blocked-p) "t" "")) props))
|
|
- (when (or (not specific) (member specific org-all-time-keywords))
|
|
|
|
|
|
+ (when (or (not specific)
|
|
|
|
+ (member specific org-all-time-keywords)
|
|
|
|
+ (member specific '("TIMESTAMP" "TIMESTAMP_IA")))
|
|
(while (re-search-forward org-maybe-keyword-time-regexp end t)
|
|
(while (re-search-forward org-maybe-keyword-time-regexp end t)
|
|
(setq key (if (match-end 1) (substring (org-match-string-no-properties 1) 0 -1))
|
|
(setq key (if (match-end 1) (substring (org-match-string-no-properties 1) 0 -1))
|
|
string (if (equal key clockstr)
|
|
string (if (equal key clockstr)
|