John Wiegley <[EMAIL PROTECTED]> wort:

>>   (concat "\\* " (regexp-opt org-done-keywords) " ") nil t)

This part here should read instead:

   (concat "\\* \\(" (regexp-opt org-done-keywords) "\\) ") nil t)

John


_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to