From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Org-mode release 4.58 Date: Tue, 5 Dec 2006 11:21:34 +0100 Message-ID: <52a846166a54d45fda4e35fb00b089cd@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 1GrXQk-0001ut-KM for emacs-orgmode@gnu.org; Tue, 05 Dec 2006 05:21:43 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GrXQj-0001uR-Lx for emacs-orgmode@gnu.org; Tue, 05 Dec 2006 05:21:42 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GrXQj-0001uG-BG for emacs-orgmode@gnu.org; Tue, 05 Dec 2006 05:21:41 -0500 Received: from [146.50.4.51] (helo=imap.science.uva.nl) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GrXQi-00031J-SF for emacs-orgmode@gnu.org; Tue, 05 Dec 2006 05:21:41 -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, I have released a new version of Org-mode, at http://www.astro.uva.nl/~dominik/Tools/org/ Don't forget to press the refresh button in your browser, to make sure it does not show you a cached version of the page. Enjoy! - Carsten Changes in version 4.58 ----------------------- - Full undo support in the agenda. You can now use UNDO in the agenda. This command will reverse changes to the agenda *and* the linked buffer if this change was make with a remove editing command from the agenda. I am quite, but not 100% sure that this does always the right thing, so serious testing would be very much appreciated. - Finding stuck projects for the weekly GTD review. The idea for this goes back to a mail from Tim O Callaghan: http://thread.gmane.org/gmane.emacs.orgmode/518/focus=523 Projects that are stuck in the GTD sense if they have no NEXT ACTIONS defined. For example, if in your GTD setup you identify projects with a tag PROJ, and if you have a TODO keyword NEXT to indicate next actions, you could do (setq org-stuck-projects '("+PROJ/-DONE" ("NEXT") nil)) and then use `C-c a #' to get a list of stuck projets This feature is still experimental. It does seem to work for me, but it may not yet fit other people's requirements, please give me feedback. This is implemented using a new extension feature that is described in appendix A3 in the manual, so people who know Lisp can hack it. - Visiting projects (subtrees) in an indirect buffer. This uses a dedicated frame to display the tasks. The command is bound to `C-c C-x b' in an Org-mode buffer, and to `b' in the agenda. This is based on a discussion with Eddward DeVilla and Jason F. McBrayer. - auto-filling for comments works now under Emacs, I have not yet have time to fix the filling stuff under XEmacs. Coming soon.? Enjoy! - Carsten