From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Carsten Dominik" Subject: Org-mode Version 5.16 Date: Sat, 1 Dec 2007 12:44:06 +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 1IyQlV-0007L8-DT for emacs-orgmode@gnu.org; Sat, 01 Dec 2007 06:44:09 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IyQlT-0007Kg-N5 for emacs-orgmode@gnu.org; Sat, 01 Dec 2007 06:44:08 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IyQlT-0007Kd-IQ for emacs-orgmode@gnu.org; Sat, 01 Dec 2007 06:44:07 -0500 Received: from wa-out-1112.google.com ([209.85.146.177]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IyQlT-0001Xu-4B for emacs-orgmode@gnu.org; Sat, 01 Dec 2007 06:44:07 -0500 Received: by wa-out-1112.google.com with SMTP id k34so3541751wah for ; Sat, 01 Dec 2007 03:44:06 -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, I am releasing Org-mode verion 5.16 at http://orgmode.org Enjoy! - Carsten Changes in Version 5.16 ~~~~~~~~~~~~~~~~~~~~~ Details ======= Restriction lock on agenda scope -------------------------------- You can now permanently lock the agenda construction to a certain scope, like a file or a subtree. So instead of pressing "<" for each command in the agenda dispatcher, you only once select a restriction scope. All subsequent agenda commands will than respect this restriction. For example, you can use this at work, to limit agendas to your work file or tree, and at home to limit to the home file or tree. Or you can use it during the day in order to focus in on certain projects. You select a scope with the command `C-c C-x <', which restricts to the current subtree. When called with a `C-u' prefix, the restriction is to the current file. You can also make restrictions from the speedbar frame, see below. When making a new restriction and an agenda window is currently visible, it will immediately be updated to reflect the new scope. TO if you like you can display an agenda view and then watch it change in various scopes. To get rid of the restriction, use the command "C-c C-x >". Or press ">" in the agenda dispatcher. Also, and use of "<" in the dispatcher will disable the restriction lock and select a new restriction. Thanks to Rick Moynihan for triggering this development. Imenu and Speedbar support -------------------------- - Org-mode now supports Imenu. For example, with the setting (add-hook 'org-mode-hook (lambda () 'imenu-add-to-menubar "Imenu")) a menu will be created in each Org-mode buffer that provides access to all level 1 and level 2 headings. The depth of the menu can be set with the variable `org-imenu-depth'. - org-mode now supports Speedbar. This means that you can drill into the first and second level headlines of an Org-mode file right from the speedbar frame. - You can set a restriction lock for the Org-mode agenda to a file or a subtree directly from the speedbar frame. Just press "<" with the cursor on an Org-mode file or subtree to set the lock and immediately update the agenda if it is visible. Use ">" to get rid of the lock again.