From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Org-mode release 4.57 Date: Tue, 28 Nov 2006 08:26:38 +0100 Message-ID: Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GoxMc-0006eE-JF for emacs-orgmode@gnu.org; Tue, 28 Nov 2006 02:26:46 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GoxMb-0006cY-I9 for emacs-orgmode@gnu.org; Tue, 28 Nov 2006 02:26:45 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GoxMa-0006cG-UN for emacs-orgmode@gnu.org; Tue, 28 Nov 2006 02:26:44 -0500 Received: from [146.50.4.51] (helo=imap.science.uva.nl) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GoxMa-0006ww-MN for emacs-orgmode@gnu.org; Tue, 28 Nov 2006 02:26:45 -0500 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 Hi all, Org-mode version 4.57 is at http://www.astro.uva.nl/~dominik/Tools/org/ This is a release with quite a few user-visible changes, so make sure you read through the list below and see if there is something you might want to use. Enjoy! - Carsten Changes in Version 4.57 ======================= Sorting of outline items on same level -------------------------------------- Sorting can be done alphabetically, numerically, or by time stamp. Reverse sorting is also possible. The implementation is reasonably fast, so you can sort trees with 10000 entries without any problem. Thanks to Charles Cave and Bastien Guerry for ideas. Sorting tables has become more comfortable ------------------------------------------ Table sorting uses the same algorithm as entry sorting and therefore can now also use time-stamps for sorting. Sorting now automatically selects the sorting column by using the column where the cursor is in. If the cursor is before the first column, you will be prompted for the sorting column. Sorting also automatically selects the row range to sort, by taking the range between the nearest horizontal lines in the table, or the whole table. For me, this is the right range 99.9% of cases. You can still limit the range to be sorted by creating an active region. In this case, the mark specifies the first sorting line *and* the sorting column. Point gives the last sorting line. Changes in Agenda buffer ------------------------ - `C-c C-o' follows a link in the current line (request from Xiao-Yong Jin) - `C-c $' archives the subtree corresponding to the line (Bastien). (request from Bastien Guerry) - Changing dates with S-left and S-right shows the new date in the agenda line using an overlay. To move the entry to the new date in the agenda buffer you still need to press "r". (request from Pete Phillips) - New option `org-agenda-skip-scheduled-if-done'. When set, scheduled items will not show up in the agenda for the day when they had been scheduled. (reported by Ramon Diaz-Uriarte) Agenda and sparse tree construction using regexps for tags ---------------------------------------------------------- A tags match can now, for example, look like this: +WORK+{^BOSS.*} to match headlines that contain the tag WORK and any other tag starting with BOSS, for example BOSS_URGENT, BOSS_PRIVATE, BOSS_KICKHISASS This was a request from Bastien Guerry. Enhancement for the date/time prompt ------------------------------------ When prompted for a date/time, entering "+7" indicates a date 7 days from now - but only this is the only thing you enter at the prompt. So you cannot enter "+7 13:30", for example. Again, this was a request from Bastien. Custom time formats also apply to exported html and ascii --------------------------------------------------------- Bug fixes --------- I just cannot believe how many little bugs were found again. This includes the persistent bug with linking to gnus, which is now finally fixed. Thanks to everyone who reported and/or helped to analyze bugs.