From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Org-mode version 5.12 Date: Fri, 12 Oct 2007 06:09:14 +0200 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 1IgBq0-0008IJ-7b for emacs-orgmode@gnu.org; Fri, 12 Oct 2007 00:09:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IgBpx-0008FY-DM for emacs-orgmode@gnu.org; Fri, 12 Oct 2007 00:09:23 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IgBpx-0008FP-Ar for emacs-orgmode@gnu.org; Fri, 12 Oct 2007 00:09:21 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IgBpw-0002M5-Sc for emacs-orgmode@gnu.org; Fri, 12 Oct 2007 00:09:21 -0400 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: org-mode list Org-mode 5.12 is up on http://orgmode.org Enjoy! - Carsten Changes in Version 5.12 ----------------------- * Overview - Remember templates can now have a name. - `C-c C-k' will abort taking a note (remember of log) - `C-c C-x C-w' and `C-c C-x M-w' now accept a prefix arg. - Lines in the agenda can be fontified according to priority. - New variable `org-scheduled-past-days'. - New variables `org-agenda-deadline-leaders' and `org-agenda-scheduled-leaders'. - New sparse tree function `org-sparse-tree'. - The variable `org-ellipsis' now defaults to `org-link'. - The #+OPTIONS line has a new option "tags". - New variable `org-use-property-inheritance'. * Incompatible Changes - `C-c /' now calls `org-sparse-tree'. * Details - Remember templates can now have a template name as the first element. The name will be listed along with the selection character when prompting for a template. It is best to have the name start with the selection character, for example if you use ("Note" "n"), you will be prompted like "[n]ote". Thanks to Matiyam for this proposal. - `C-c C-k' will abort taking a note. You can use this in remember buffers and when taking a logging note (e.g. for a state change). Thanks to Bastien. - `C-c C-x C-w' and `C-c C-x M-w' now accept a prefix arg to cut N sequential subtrees. This was a proposal by John. - Lines in the agenda are now bold if they have priority A and italic if they have priority C. You can turn this off using the variable `org-agenda-fontify-priorities'. Thanks to John Wiegley for the idea and code. - New variable `org-scheduled-past-days' to set the number a scheduled item will be listed after its date has passed. Default is 10000, i.e. indefinitely. - New variables `org-agenda-deadline-leaders' and `org-agenda-scheduled-leaders' to adjust the leading text o scheduled items and deadline in the agenda. Thanks to John Wiegley for a patch. - New sparse tree function `org-sparse-tree'. This is now the default binding for `C-c /'. It requires one additional keypress to select a command, but in return is provides a single interface to all the different sparse tree commands, with full completion support. - The variable `org-ellipsis' now defaults to the face `org-link' because the visibility of the dots is really bad and I have found this change very useful indeed. - The #+OPTIONS line has a new option "tags" which can be used to set `org-export-with-tags'. Thanks to Wanrong Lin for this proposal. - New variable `org-use-property-inheritance'. Configure it to `t' if you want that searching for entries with certain properties always should assume inheritance. This is not well tested yet, please check it out. - Bug fixes