From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Org-mode version 4.79 Date: Thu, 21 Jun 2007 12:31:30 +0200 Message-ID: <6947ca5eb6e634c8c7af2ca29b08d579@gmail.com> 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 1I1Jwz-0005eb-8O for emacs-orgmode@gnu.org; Thu, 21 Jun 2007 06:31:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I1Jwy-0005eJ-Ly for emacs-orgmode@gnu.org; Thu, 21 Jun 2007 06:31:40 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I1Jwy-0005eF-CM for emacs-orgmode@gnu.org; Thu, 21 Jun 2007 06:31:40 -0400 Received: from ug-out-1314.google.com ([66.249.92.169]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I1Jwy-0002Qi-0b for emacs-orgmode@gnu.org; Thu, 21 Jun 2007 06:31:40 -0400 Received: by ug-out-1314.google.com with SMTP id 34so607719ugf for ; Thu, 21 Jun 2007 03:31:39 -0700 (PDT) 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 Thanks for all the fast reports, seems like the last release was quite messed up. Therefore, 4.79 is only a quick bug-fix release, with a few small features: Changes in version 4.79 ----------------------- * Details - We are back to a single file org.el that works both on Emacs and on XEmacs. Merging comes at a speed penalty for you as an XEmacs user, but *only if you do not compile* org.el. Compilation completely removes the penalty. - New L flag for literal interpolation in Lisp formulas. See manual section 3.5.3. - New options for turning off footnotes. This was a request from Ignotus. See the option `org-export-with-footnotes'. - Default length for Agenda entries, but this is off by default. This was a request from Micheal. See the option `org-agenda-default-appointment-duration'. - Bug fixes: + org-agenda-date-later (Juraj Kubelka) + letters off margin in orgcard.ps (Charles Cave) + TODO export problems on XEmacs (ignotus@freemail.hu) + args-out-of-range with table formulas (Cecil Westerhof) + problem with org-file without a heading (Tim O'Callaghan)