From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Carsten Dominik" Subject: Org-mode version 5.15 Date: Wed, 28 Nov 2007 16:18:48 +0100 Message-ID: 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 1IxOge-0004Kx-C0 for emacs-orgmode@gnu.org; Wed, 28 Nov 2007 10:18:52 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IxOgc-0004JJ-O1 for emacs-orgmode@gnu.org; Wed, 28 Nov 2007 10:18:51 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IxOgc-0004J6-IB for emacs-orgmode@gnu.org; Wed, 28 Nov 2007 10:18:50 -0500 Received: from rv-out-0910.google.com ([209.85.198.184]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IxOgc-0003Fl-MX for emacs-orgmode@gnu.org; Wed, 28 Nov 2007 10:18:50 -0500 Received: by rv-out-0910.google.com with SMTP id c27so1547617rvf for ; Wed, 28 Nov 2007 07:18:48 -0800 (PST) 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: emacs-orgmode@gnu.org Hi, as usually, the latest release contained some stupid bugs. Thanks for the fast reports, 5.15 at http://orgmode.org fixed them and has the following additions: Changes in Version 5.15 ~~~~~~~~~~~~~~~~~~~~~~~ Details ======= - There are new special properties TIMESTAMP and TIMESTAMP_IA. These can be used to access the first keyword-less active and inactive timestamp in an entry, respectively. - New variable `org-clock-heading-function'. It can be set to a function that creates the string shown in the mode line when a clock is running. Thanks to Tom Weissmann for this idea. - Bug fixes.