From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Org-mode 5.06 Date: Fri, 24 Aug 2007 14:00:05 +0200 Message-ID: <26c2427e99682f3230a7a8f9b0dd1431@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 1IOXpr-0002Rs-Cx for emacs-orgmode@gnu.org; Fri, 24 Aug 2007 08:00:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IOXpk-0002M4-3H for emacs-orgmode@gnu.org; Fri, 24 Aug 2007 08:00:14 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IOXpg-0002LZ-Vu for emacs-orgmode@gnu.org; Fri, 24 Aug 2007 08:00:09 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IOXpf-0007sX-Ks for emacs-orgmode@gnu.org; Fri, 24 Aug 2007 08:00:07 -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 mailing list Here is a quick update, bug fixes plus a few small features. Only on my website, not yet in Emacs - I don't have time right now. http://www.astro.uva.nl/~dominik/Tools/org/ Enjoy! - Carsten Changes in version 5.06 ----------------------- * Overview - Improved export of single (sub)trees. - New possibilities for C-a and C-e. - Command to set a tag in many headlines - Changed default for org-cycle-global-at-bob. - Bug fixes. * Details - When exporting only a region and this region is a single (sub)tree (for example selected with `C-c @'), the title for the exported document is taken to be the heading of the subtree. The sublevels become top-level entries in the export. Furthermore, if the head entry of the tree has or inherits an EXPORT_FILE_NAME property, that file name (with appropriately substituted extension) will be used for the exported tree. Thanks to Patrick Drechsler and Jost Burkart for these ideas. - org-special-ctrl-a/e has a third allowed value, `reversed'. When it is set to this value, the first C-a or C-e command behaves normally, i.e. it goes to the true beginning or end of the line. Only when you press C-a or C-e immediately again, the the "special" position will be found. Additional presses of the same key jump between the two positions. I like this a lot better than the `t' setting, because now the keys behave more predictable and still give easy access to the special locations. - New command to set or remove a tag from all headlines in a region. - When Org-mode visits a file, it will initially hide all drawers. - The default of the variable `org-cycle-global-at-bob' is now nil, meaning that TAB no longer does global visibility cycling at the beginning of the buffer. - Bug fixes, in particular the problems with scheduling and deadlines introduced in 5.05. Please check carefully if this works correctly again, and complain if not.