From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: #+CATEGORY line being archived Date: Sun, 18 Mar 2007 17:09:48 +0100 Message-ID: <87fy82v8hf.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 1HSxya-0002kL-Vq for emacs-orgmode@gnu.org; Sun, 18 Mar 2007 12:11:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HSxyY-0002jw-RA for emacs-orgmode@gnu.org; Sun, 18 Mar 2007 12:11:20 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HSxyY-0002jr-M0 for emacs-orgmode@gnu.org; Sun, 18 Mar 2007 11:11:18 -0500 Received: from ug-out-1314.google.com ([66.249.92.173]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HSxxC-0000oN-7A for emacs-orgmode@gnu.org; Sun, 18 Mar 2007 12:09:54 -0400 Received: by ug-out-1314.google.com with SMTP id j3so1268154ugf for ; Sun, 18 Mar 2007 09:09:53 -0700 (PDT) In-Reply-To: (Leo's message of "Sun\, 18 Mar 2007 14\:21\:23 +0000") 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 Leo writes: > I found that if I do 'C-c C-x C-s' on headline "Done Task", all text > up to the next headline "CR" is archived. This clearly is not the > right behavior. Am I doing something wrong or is this a bug? I had this problem before and I'm now using #+ARCHIVE like this: ,---- | * Head1 | * Done Task | | * CR | #+CATEGORY: CR | #+ARCHIVE: %s_archive::* CR | * anything `---- Regards, -- Bastien