From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Maus Subject: [PATCH 0/3] Proper serializing of publishing cache + refactor `org-clone-subtree-with-time-shift' Date: Sat, 22 May 2010 16:10:32 +0200 Message-ID: <1274537435-12497-1-git-send-email-dmaus@ictsoc.de> Return-path: Received: from [140.186.70.92] (port=37559 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFpQG-0005GA-3s for emacs-orgmode@gnu.org; Sat, 22 May 2010 10:11:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFpQE-0001kp-Ik for emacs-orgmode@gnu.org; Sat, 22 May 2010 10:11:27 -0400 Received: from mysql1.xlhost.de ([213.202.242.106]:48227) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFpQE-0001kb-De for emacs-orgmode@gnu.org; Sat, 22 May 2010 10:11:26 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Patches available on git://github.com/dmj/dmj-org-mode.git quickfix - publishing cache is now serialized with `puthash' expressions, not in printed representation - duplicate code in `org-clone-subtree-with-time-shift' removed; preparing a clone of a subtree is done before maybe shifting time stamps - patch 3 is for the ChangeLog file HTH -- David David Maus (3): org.el: Remove duplicate code in `org-clone-subtree-with-time-shift'. Serialize publishing project cache with `puthash' expressions. Update ChangeLog for 37e0fa88c1b0b691e2933808dc6dbcdd886de6af and ba62b4a448ba3f9781c94bed57f60cee50b04c25. lisp/ChangeLog | 9 +++++++++ lisp/org-publish.el | 29 +++++++++++++++++------------ lisp/org.el | 40 ++++++++++++++-------------------------- 3 files changed, 40 insertions(+), 38 deletions(-)