From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eddward DeVilla" Subject: Re: Org-mode release 4.58 Date: Tue, 5 Dec 2006 14:59:48 -0600 Message-ID: References: <52a846166a54d45fda4e35fb00b089cd@science.uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GrhOK-0004Wn-0U for emacs-orgmode@gnu.org; Tue, 05 Dec 2006 15:59:52 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GrhOJ-0004WR-Jf for emacs-orgmode@gnu.org; Tue, 05 Dec 2006 15:59:51 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GrhOJ-0004WO-D3 for emacs-orgmode@gnu.org; Tue, 05 Dec 2006 15:59:51 -0500 Received: from [66.249.92.174] (helo=ug-out-1314.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GrhOJ-0007ux-1S for emacs-orgmode@gnu.org; Tue, 05 Dec 2006 15:59:51 -0500 Received: by ug-out-1314.google.com with SMTP id j3so3769924ugf for ; Tue, 05 Dec 2006 12:59:49 -0800 (PST) In-Reply-To: <52a846166a54d45fda4e35fb00b089cd@science.uva.nl> 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: Carsten Dominik Cc: emacs-orgmode This is just after a quick test. It looks like there is supposed to be a menu item for open a subtree in an indirect buffer under show/hide. It doesn't do anything for me. C-c C-x b and C-u C-c C-x b both work. I was also wondering if it be reasonable to add a variant to open the subtree in the current window. I already tweaked the example you provided before to do it, but I didn't know if it would be reasonable for org-mode to allow it. I think I would also use it a good deal from agenda. Edd On 12/5/06, Carsten Dominik wrote: > 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 > > > > _______________________________________________ > Emacs-orgmode mailing list > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode >