From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: [Orgmode] Org-mode version 4.48 Date: Fri, 8 Sep 2006 14:59:46 +0200 Message-ID: <33b51795c4ed6874ba652b5ff2014689@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 1GLfxf-0004oo-S0 for emacs-orgmode@gnu.org; Fri, 08 Sep 2006 08:59:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GLfxe-0004oW-BS for emacs-orgmode@gnu.org; Fri, 08 Sep 2006 08:59:59 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GLfxe-0004oT-76 for emacs-orgmode@gnu.org; Fri, 08 Sep 2006 08:59:58 -0400 Received: from [146.50.4.51] (helo=imap.science.uva.nl) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GLfyE-0006jP-VD for emacs-orgmode@gnu.org; Fri, 08 Sep 2006 09:00:35 -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 am releasing Org-mode 4.48, as usually at the address http://www.astro.uva.nl/~dominik/Tools/org/ The emacs CVS version continues to lag behind because of the pre-release feature freeze. Changes in Version 4.48 ----------------------- - Agenda views can be made in batch mode from the command line. Thanks to Pete Phillips for the idea. The following example sends the TODO agenda view directly to the printer: emacs -batch -l ~/.emacs -eval '(org-batch-agenda "t")' | lpr - `org-store-link' does the right thing in dired-mode. Thanks to Xiao-Yong Yin for pushing this. C-c l will now store a link to the file in the current line in a dired-mode buffer. If the line is in the "." line indicating a directory, the link points to the directory. If there are several files selected, org-mode will ignore this selection, because I don't want to store links to many files at the same time - File links can contain environment variables Thanks to Ed Hirgelt for this fix Example: [[file:$projects/italian_job.org]] - Full Emacs 21 compatibility has been restored with David's recent release of org-publish 1.76. - Bug fixes, thanks to all who sent reports. Enjoy - Carsten