From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Carsten Dominik" Subject: Re: Org-mode version 5.15 Date: Thu, 29 Nov 2007 06:21:14 +0100 Message-ID: References: <20071129035352.GA16484@yog-sothoth.internal> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ixbpv-0007aQ-7G for emacs-orgmode@gnu.org; Thu, 29 Nov 2007 00:21:19 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ixbps-0007aE-UX for emacs-orgmode@gnu.org; Thu, 29 Nov 2007 00:21:17 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ixbps-0007aB-S6 for emacs-orgmode@gnu.org; Thu, 29 Nov 2007 00:21:16 -0500 Received: from nz-out-0506.google.com ([64.233.162.239]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ixbps-0002Bv-K3 for emacs-orgmode@gnu.org; Thu, 29 Nov 2007 00:21:16 -0500 Received: by nz-out-0506.google.com with SMTP id f1so1299365nzc for ; Wed, 28 Nov 2007 21:21:15 -0800 (PST) In-Reply-To: <20071129035352.GA16484@yog-sothoth.internal> Content-Disposition: inline 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 I applied the patch and fixed the problem with provide.el, thatnk you. - Carsten On 11/29/07, James TD Smith wrote: > Thanks to Carsten for another org-mode release. > > I have found and fixed a few bugs in 5.15: > > The code for the %c escape in org-remember-apply-templates caused remember to > stop working if the kill-ring was empty (current-kill raises an error if the kill > ring is empty). It also didn't check the X selection, so it wouldn't work > properly if x-select-enable-clipboard is nil (some of us like having two > clipboards :). > > org-clock-cancel did not remove the clock information from the modeline. > > org-clock-in was using the third matched group of the org-todo-line regex as the > clock string. This included the tags for the entry, so with the default > org-tags-column setting of -80 the clock string was far too long for any entry > with tags. The patch changes this to use org-complex-heading-regex, which can > extract just the title. > > The patch attatched fixes all three of these. > > Also, 'provide.el' appears to be missing from the tarball. > > James > > _______________________________________________ > 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 > > >