Re: [O] [PATCH] * org-publish.el (org-publish-find-date): optimization

2011-04-19 Thread Manuel Giraud
Bernt Hansen writes: > Manuel Giraud writes: > >> Hi, >> >> elp reports important speed gain with this patch to find an org file date. > > Hi Manual, > > It would be useful to post the elp results too so we can see the > differences before and after your patch. Right. Here there are: org-publi

Re: [O] [PATCH] * org-publish.el (org-publish-find-date): optimization

2011-04-19 Thread Bernt Hansen
Manuel Giraud writes: > Hi, > > elp reports important speed gain with this patch to find an org file date. Hi Manual, It would be useful to post the elp results too so we can see the differences before and after your patch. Regards, Bernt

[O] [PATCH] * org-publish.el (org-publish-find-date): optimization

2011-04-19 Thread Manuel Giraud
Hi, elp reports important speed gain with this patch to find an org file date. --- lisp/org-publish.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-publish.el b/lisp/org-publish.el index e944eea..7470ee2 100644 --- a/lisp/org-publish.el +++ b/lisp/org-publis