From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wanrong Lin Subject: Archiving broken in 6.02b Date: Wed, 07 May 2008 14:32:51 -0400 Message-ID: <4821F5D3.80503@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jtot9-0005rC-2Q for emacs-orgmode@gnu.org; Wed, 07 May 2008 15:01:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jtot8-0005r0-Jv for emacs-orgmode@gnu.org; Wed, 07 May 2008 15:01:14 -0400 Received: from [199.232.76.173] (port=46079 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jtot8-0005qx-FY for emacs-orgmode@gnu.org; Wed, 07 May 2008 15:01:14 -0400 Received: from yw-out-1718.google.com ([74.125.46.152]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jtot8-0001eX-BF for emacs-orgmode@gnu.org; Wed, 07 May 2008 15:01:14 -0400 Received: by yw-out-1718.google.com with SMTP id 9so288485ywk.66 for ; Wed, 07 May 2008 12:00:49 -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@gnu.org Hi, Carsten, It seems archiving is broken in 6.02b, as described below: I have org-archive-location set to the following: "archived/%s::* Archived" It worked before 6.02b, that is to archive items to files with the same name under the "archived" directory. However, 6.02b broke that because it substitute "%s" with the *full* file path, instead of just the plain file name without the directory part. Thanks a lot if you can take a look of it. Wanrong