From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Org-mode version 4.74 Date: Sun, 13 May 2007 09:35:15 +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 1Hn8jg-0008GK-CH for emacs-orgmode@gnu.org; Sun, 13 May 2007 03:43:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hn8je-0008DT-Sd for emacs-orgmode@gnu.org; Sun, 13 May 2007 03:43:20 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hn8je-0008D1-MH for emacs-orgmode@gnu.org; Sun, 13 May 2007 03:43:18 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hn8c0-0005gZ-D4 for emacs-orgmode@gnu.org; Sun, 13 May 2007 03:35:24 -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: emacs-orgmode Hi, I have released version 4.74 of Org-mode at http://www.astro.uva.nl/~dominik/Tools/org/ Enjoy! - Carsten Changes in Version 4.74 ----------------------- * Overview This release is about exporting agenda views, to HTML, to postscript for printing, and to a special format (CSV) for further processing in scripts. * Incompatible Changes - The variable `org-agenda-remove-tags-when-in-prefix' has been renamed to `org-agenda-remove-tags'. * Details - Agenda views can be exported as plain text, as HTML, and as Postscript(R). This can simply be done from the agenda buffer with `C-x C-w' and then specifying a filename like `myagenda.html' or `myagenda.ps'. See section 8.6.4 of the manual. - Each custom agenda view can specify a list of associated files names. The command `C-c a e' then creates all views that have associated file names and exports the views to these files. This is great for producing paper versions of your views, to take with you when you don't have your computer. The manual has an example on how to do this, and in particular on how to customize the format of the printed version. See section 8.6.4 of the manual. - You can produce a CSV format of agenda information with an Emacs batch command. This is greate for further processing in scipts. Thanks to Jason F. McBrayer for this idea. See section 8.6.5 of the manual. - New variable `org-agenda-skip-deadline-if-done'. When set, a deadline associated with a DONE item will not be shown in the agenda. This is based upon a report by Denis Bueno. - Quite a few bug fixes.