Re: [Orgmode] [PATCH] org-agenda: fix regexp in progress for state logging

2011-01-26 Thread Julien Danjou
On Wed, Jan 26 2011, Giovanni Ridolfi wrote: > Julien Danjou writes: > > Hi, Julien >> * org-agenda.el (org-agenda-get-progress): Fix regexp for statep: >> it must has \\ at the end of the line. This avoid matching the following > it must have ? Yes, sorry, that's not a catz. :) -- Julien D

Re: [Orgmode] [PATCH] org-agenda: fix regexp in progress for state logging

2011-01-26 Thread Giovanni Ridolfi
Julien Danjou writes: Hi, Julien > * org-agenda.el (org-agenda-get-progress): Fix regexp for statep: > it must has \\ at the end of the line. This avoid matching the following it must have ? cheers Giovanni ___ Emacs-orgmode mailing list Please use

[Orgmode] [PATCH] org-agenda: fix regexp in progress for state logging

2011-01-26 Thread Julien Danjou
* org-agenda.el (org-agenda-get-progress): Fix regexp for statep: it must has \\ at the end of the line. This avoid matching the following heading when there's no newline between the logged state and the next heading. Signed-off-by: Julien Danjou --- lisp/org-agenda.el | 18 +-