From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: file level categories Date: Thu, 06 Mar 2008 22:14:52 +0000 Message-ID: <87ablbsdnn.fsf@bzg.ath.cx> References: <35422FE0-00C4-46B6-9793-B70F72EB8CCC@science.uva.nl> <87d4q7r1xv.fsf@W0053328.mgh.harvard.edu> 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 1JXOMc-0000mi-Ic for emacs-orgmode@gnu.org; Thu, 06 Mar 2008 17:14:58 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JXOMa-0000kU-RN for emacs-orgmode@gnu.org; Thu, 06 Mar 2008 17:14:58 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JXOMa-0000kB-Lz for emacs-orgmode@gnu.org; Thu, 06 Mar 2008 17:14:56 -0500 Received: from hu-out-0506.google.com ([72.14.214.235]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JXOMa-00050G-91 for emacs-orgmode@gnu.org; Thu, 06 Mar 2008 17:14:56 -0500 Received: by hu-out-0506.google.com with SMTP id 23so24358huc.1 for ; Thu, 06 Mar 2008 14:14:54 -0800 (PST) In-Reply-To: <87d4q7r1xv.fsf@W0053328.mgh.harvard.edu> (Joel J. Adamson's message of "Thu, 06 Mar 2008 16:13:16 -0500") 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: "Joel J. Adamson" Cc: Eddward DeVilla , org-mode mailing list jadamson@partners.org (Joel J. Adamson) writes: > I'm a little confused. Forgetting for the moment what the OP wants to > accomplish, if I have multiple > > #+CATEGORY > > lines in a buffer, each one shows up in my agenda indexed by the > category immediately preceding it. Is there some other way *I should* > do this? Yes. The manual explicitely discourages having multiple #+ARCHIVE in the same buffer: (info "(org)Moving subtrees") This has been preserved for backward compatibility, but is not the right way to set several archive locations. Better use properties. HTH, -- Bastien