summaryrefslogtreecommitdiff
path: root/rt-liberation.el
diff options
context:
space:
mode:
Diffstat (limited to 'rt-liberation.el')
-rw-r--r--rt-liberation.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt-liberation.el b/rt-liberation.el
index 90b7929..2dbc0f8 100644
--- a/rt-liberation.el
+++ b/rt-liberation.el
@@ -396,7 +396,7 @@ AFTER date after predicate."
"Parser function for ticket list."
(let (ticketbase-list ticketbase (continue t))
(while (save-excursion
- (re-search-forward "[A-Za-z]" (point-max) t)) ; really?
+ (re-search-forward "^id:" (point-max) t))
(while (and continue
(re-search-forward
"^\\(\\([\.{} #[:alpha:]]+\\): \\(.*\\)\\)$\\|^--$"