about summary refs log tree commit diff
path: root/notagain
diff options
context:
space:
mode:
Diffstat (limited to 'notagain')
-rwxr-xr-xnotagain2
1 files changed, 1 insertions, 1 deletions
diff --git a/notagain b/notagain
index faa40b4..214561b 100755
--- a/notagain
+++ b/notagain
@@ -21,7 +21,7 @@ def parse(io, filename=nil)
       force = "-"  if $always
 
 # - support Rnn/P for limited repetitions?
-      if desc =~ %r{(\d\d\d\d-\d\d-\d\d)(.*)(R/P(\d+Y)?(\d+M)?(\d+W)?(\d+D)?)}
+      if desc =~ %r{\[(\d\d\d\d-\d\d-\d\d)(?: \d\d:\d\d)?\](.*)(R/P(\d+Y)?(\d+M)?(\d+W)?(\d+D)?)}
         date = Date.parse($1)
 
         before, mid, after = $`, $2, $'