From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Org-mode 4.61 Date: Mon, 8 Jan 2007 10:34:28 +0100 Message-ID: <084fe15fc0ae50226452003489eb9ea8@science.uva.nl> 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 1H3qtp-000217-Sl for emacs-orgmode@gnu.org; Mon, 08 Jan 2007 04:34:37 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H3qto-0001ye-19 for emacs-orgmode@gnu.org; Mon, 08 Jan 2007 04:34:37 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H3qtn-0001yU-M6 for emacs-orgmode@gnu.org; Mon, 08 Jan 2007 04:34:35 -0500 Received: from [146.50.4.51] (helo=imap.science.uva.nl) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H3qtn-0006jx-5a for emacs-orgmode@gnu.org; Mon, 08 Jan 2007 04:34:35 -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, happy new year to everyone. May your wishes for better organization become true :-) I have released Org-mode 4.61, at http://www.astro.uva.nl/~dominik/Tools/org Enjoy! - Carsten Changes in Version 4.61 ----------------------- - Colon is considered part of number, to align times in clock tables. Request from David Boyd - Avoiding keybinding clashes with flyspell - Archiving is now on `C-C C-x C-s' (was `C-c $') - Cycling through agenda files is now also on "C-'" (was just "C-,") This was reported by Leo. - Repeating deadlines If an item that is scheduled or has a deadline, if such an item also has a REPEAT cookie like REPEAT(+1w) or REPEAT(+1y), it will auto-repeat. That is, if you mark such an entry DONE, it will switch back to TODO and shift the deadline by the given amount of time. See manual section 6.4 for details. Thanks to Norman Lin for triggering this. - Fixed bug for list of stuck projects. This was a severe bug reported by Scott Jaderholm. - Block agendas can contain the list of stuck projects. - Fixed several bugs/problems concerning linking to gnus. Thanks to Leo and Bastien for patches. - #+ARCHIVE may now appear several times in the buffer. Request from Bastien - More bug fixes.