From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Release 6.12 Date: Tue, 11 Nov 2008 11:05:39 +0100 Message-ID: Mime-Version: 1.0 (Apple Message framework v929.2) 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 1Kzq87-0000et-1n for emacs-orgmode@gnu.org; Tue, 11 Nov 2008 05:05:51 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kzq83-0000dr-6e for emacs-orgmode@gnu.org; Tue, 11 Nov 2008 05:05:50 -0500 Received: from [199.232.76.173] (port=36944 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kzq82-0000dg-PS for emacs-orgmode@gnu.org; Tue, 11 Nov 2008 05:05:46 -0500 Received: from hs-out-0708.google.com ([64.233.178.248]:54910) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kzq82-0005uy-8i for emacs-orgmode@gnu.org; Tue, 11 Nov 2008 05:05:46 -0500 Received: by hs-out-0708.google.com with SMTP id 55so1830770hsc.10 for ; Tue, 11 Nov 2008 02:05:44 -0800 (PST) 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 Org-Mode Enjoy! - Carsten Changes in Version 6.12 ======================= Overview ======== - A region of entries can now be refiled with a single command - Fine-tuning the behavior of `org-yank' - Formulas for clocktables - Better implementation of footnotes for HTML export - More languages for HTML export. Details ======= A region of entries can now be refiled with a single command ------------------------------------------------------------ With `transient-make-mode' active (`zmacs-regions' under XEmacs), you can now select a region of entries and refile them all with a single `C-c C-w' command. Thanks to Samuel Wales for this useful proposal. Fine-tuning the behavior of `org-yank' -------------------------------------- The behavior of Org's yanking command has been further fine-tuned in order to avoid some of the small annoyances this command caused. - Calling `org-yank' with a prefix arg will stop any special treatment and directly pass through to the normal `yank' command. Therefore, you can now force a normal yank with `C-u C-y'. - Subtrees will only be folded after a yank if doing so will now swallow any non-white characters after the yanked text. This is, I think a really important change to make the command work more sanely. Formulas for clocktables ------------------------ You can now add formulas to a clock table, either by hand, or with a `:formula' parameter. These formulas can be used to create additional columns with further analysis of the measured times. Thanks to Jurgen Defurne for triggering this addition. Better implementation of footnotes for HTML export -------------------------------------------------- The footnote export in 6.11 really was not good enough. Now it works fine. If you have customized `footnote-section-tag', make sure that your customization is matched by `footnote-section-tag-regexp'. Thanks to Sebastian Rose for pushing this change. More languages for HTML export. ------------------------------- More languages are supported during HTML export. This is only relevant for the few special words Org inserts, like "Table of Contents", or "Footnotes". Also the encoding issues with this feature seem to be solved now. Thanks to Sebastian Rose for pushing me to fix the encoding problems.