From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Archive tag Date: Fri, 02 Nov 2007 18:43:54 +0000 Message-ID: <87lk9gjxn9.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Io0Z4-0007Xy-Bg for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 13:44:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Io0Z2-0007XJ-F1 for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 13:44:13 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Io0Z2-0007X0-7v for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 13:44:12 -0400 Received: from fk-out-0910.google.com ([209.85.128.191]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Io0Z1-0001PR-G6 for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 13:44:11 -0400 Received: by fk-out-0910.google.com with SMTP id 19so1116447fkr for ; Fri, 02 Nov 2007 10:44:10 -0700 (PDT) In-Reply-To: (Uwe Jochum's message of "Fri, 02 Nov 2007 15:02:33 +0100") 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 Uwe, "Uwe Jochum" writes: > when I change (using customize menue for "Org Archive") the archive > tag from "Archive" (English) to "Archiv" (German) I have to set the > faces for "Archiv" anew, and the "Archiv" tag doesn't do what the > "Archive" tag does, i.e. "Archiv" doesn't work. Is this intentionally > so? (Problem seen in Emacs 22.1.1 with org 5.13.) I don't have a solution, but just to remind you that Using the ARCHIVE tag is the "old" way of handling archives - Org now prefers to use the ARCHIVE property: ,---- | * A headline | :PROPERTIES: | :ARCHIVE: archives/patres_archive:: | :END: | | ** This headline will be archived in archives/patres_archive `---- Unlike the ARCHIVE tag, the property name ARCHIVE is fixed and cannot be changed. HTH, -- Bastien