Fix `org-planning-or-clock-line-re' regexp
commit7f2e22339cc928eaf594025e82a159cce6b9d550
authorNicolas Goaziou <n.goaziou@gmail.com>
Sat, 28 Apr 2012 20:34:36 +0000 (28 22:34 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Sat, 28 Apr 2012 20:34:36 +0000 (28 22:34 +0200)
tree71fd8f6bd473468670c4d928b474583621bc422b
parent0945fea562ac499b7bce9da119f89bb13c5003af
Fix `org-planning-or-clock-line-re' regexp

* lisp/org.el (org-set-regexps-and-options): Fix
  `org-planning-or-clock-line-re' regexp.  Indeed "\\>" will never
  match since time keywords must end with colons, which are not word
  constituent.
lisp/org.el