emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Autoarchiving done entries


From: John Wiegley
Subject: Re: [Orgmode] Autoarchiving done entries
Date: Sun, 02 Sep 2007 23:12:57 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (darwin)

John Wiegley <address@hidden> wort:

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

This part here should read instead:

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

John




reply via email to

[Prev in Thread] Current Thread [Next in Thread]