Re: [Orgmode] [PATCH 2/3] Serialize publishing project cache with `puthash' expressions.

2010-05-25 Thread Carsten Dominik
On May 23, 2010, at 4:22 PM, Sebastian Rose wrote: Carsten Dominik carsten.domi...@gmail.com writes: On May 22, 2010, at 4:10 PM, David Maus wrote: --- lisp/org-publish.el | 29 + 1 files changed, 17 insertions(+), 12 deletions(-) diff --git

Re: [Orgmode] [PATCH 2/3] Serialize publishing project cache with `puthash' expressions.

2010-05-23 Thread Sebastian Rose
Carsten Dominik carsten.domi...@gmail.com writes: On May 22, 2010, at 4:10 PM, David Maus wrote: --- lisp/org-publish.el | 29 + 1 files changed, 17 insertions(+), 12 deletions(-) diff --git a/lisp/org-publish.el b/lisp/org-publish.el index fefd50d..dc94f7d

[Orgmode] [PATCH 2/3] Serialize publishing project cache with `puthash' expressions.

2010-05-22 Thread David Maus
--- lisp/org-publish.el | 29 + 1 files changed, 17 insertions(+), 12 deletions(-) diff --git a/lisp/org-publish.el b/lisp/org-publish.el index fefd50d..dc94f7d 100644 --- a/lisp/org-publish.el +++ b/lisp/org-publish.el @@ -902,15 +902,18 @@ If FREE-CACHE, empty the

Re: [Orgmode] [PATCH 2/3] Serialize publishing project cache with `puthash' expressions.

2010-05-22 Thread Carsten Dominik
On May 22, 2010, at 4:10 PM, David Maus wrote: --- lisp/org-publish.el | 29 + 1 files changed, 17 insertions(+), 12 deletions(-) diff --git a/lisp/org-publish.el b/lisp/org-publish.el index fefd50d..dc94f7d 100644 --- a/lisp/org-publish.el +++