From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH 0/9] Update my last patchset Date: Sun, 21 Sep 2008 06:48:58 +0200 Message-ID: <4914F4F3-FE59-4C6E-BC50-0F4D06516566@uva.nl> References: <20080920210101.19759.15959.stgit@nyarlathotep.internal.mohorovi.cc> Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KhGsg-0005zV-3J for emacs-orgmode@gnu.org; Sun, 21 Sep 2008 00:49:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KhGse-0005z2-NO for emacs-orgmode@gnu.org; Sun, 21 Sep 2008 00:49:09 -0400 Received: from [199.232.76.173] (port=47908 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KhGse-0005yr-FJ for emacs-orgmode@gnu.org; Sun, 21 Sep 2008 00:49:08 -0400 Received: from postduif.ic.uva.nl ([145.18.40.180]:50972) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KhGsd-0001lO-MQ for emacs-orgmode@gnu.org; Sun, 21 Sep 2008 00:49:08 -0400 In-Reply-To: <20080920210101.19759.15959.stgit@nyarlathotep.internal.mohorovi.cc> 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: James TD Smith Cc: emacs-orgmode@gnu.org Hi James, bummer, I *did* forget about the previous patch series, thanks so much for bringing it up again. I am frusrated with my git skills. I did put all your patches into a separate mailbox and then did git-am, which failed miserably. Any idea what I might be doing wrong? I can apply the patches all one by one, sort-off by hand, but I don't like it. - Carsten On Sep 20, 2008, at 11:08 PM, James TD Smith wrote: > 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 > > -- > |---| > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode