From mboxrd@z Thu Jan 1 00:00:00 1970 From: James TD Smith Subject: [PATCH 0/9] Update my last patchset Date: Sat, 20 Sep 2008 22:08:41 +0100 Message-ID: <20080920210101.19759.15959.stgit@nyarlathotep.internal.mohorovi.cc> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kh9h9-0003zP-Ha for emacs-orgmode@gnu.org; Sat, 20 Sep 2008 17:08:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kh9h7-0003zD-UH for emacs-orgmode@gnu.org; Sat, 20 Sep 2008 17:08:46 -0400 Received: from [199.232.76.173] (port=60154 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kh9h7-0003zA-Qg for emacs-orgmode@gnu.org; Sat, 20 Sep 2008 17:08:45 -0400 Received: from 81-86-40-42.dsl.pipex.com ([81.86.40.42]:51337 helo=yog-sothoth.mohorovi.cc) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kh9h7-0001yc-Cq for emacs-orgmode@gnu.org; Sat, 20 Sep 2008 17:08:45 -0400 Received: from nyarlathotep.internal.mohorovi.cc (Debian-exim@nyarlathotep.internal.mohorovi.cc [10.0.0.5]) by yog-sothoth.mohorovi.cc (8.14.2/8.14.2) with ESMTP id m8KL8f7m017641 for ; Sat, 20 Sep 2008 22:08:41 +0100 (BST) (envelope-from ahktenzero@mohorovi.cc) Received: from [127.0.0.1] (helo=nyarlathotep.internal.mohorovi.cc ident=ahktenzero) by nyarlathotep.internal.mohorovi.cc with esmtp (Exim 4.69) (envelope-from ) id 1Kh9h3-0005my-AN for emacs-orgmode@gnu.org; Sat, 20 Sep 2008 22:08:41 +0100 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 I've updated my last patchset so it applies to the current version, and added a few more patches I have written since then. The following series implements... --- James TD Smith (9): Some bugfixes for org-plot. Add a % expansion for inserting properties in remember buffers. Add some new interaction between remember and clocked tasks Add some functions for handling checklists. Fix note insertion in entries with drawers. Fix link display in imenus and the refile interface Show durations of clocked times in timeline Fix X clipboard handling in emacs21 Some improvements to the modeline clock display contrib/ChangeLog | 5 ++ contrib/lisp/org-checklist.el | 110 +++++++++++++++++++++++++++++++++++++++++ lisp/ChangeLog | 55 ++++++++++++++------- lisp/org-agenda.el | 14 +++-- lisp/org-clock.el | 36 ++++++++++--- lisp/org-compat.el | 13 ++++- lisp/org-plot.el | 13 +++-- lisp/org-remember.el | 67 +++++++++++++++++++++---- lisp/org.el | 51 ++++++++++++------- 9 files changed, 292 insertions(+), 72 deletions(-) create mode 100644 contrib/lisp/org-checklist.el -- |---|