From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: org-archive-location Date: Wed, 19 Nov 2008 11:30:52 -0600 Message-ID: <87hc63d3n7.fsf@fastmail.fm> References: <878wrf1x7v.fsf@fastmail.fm> <87hc63zlpq.fsf@gollum.intra.norang.ca> 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 1L2qtE-0000a4-UK for emacs-orgmode@gnu.org; Wed, 19 Nov 2008 12:30:56 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L2qtD-0000Zi-EH for emacs-orgmode@gnu.org; Wed, 19 Nov 2008 12:30:56 -0500 Received: from [199.232.76.173] (port=58746 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L2qtD-0000Zf-8Y for emacs-orgmode@gnu.org; Wed, 19 Nov 2008 12:30:55 -0500 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:33950) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L2qtD-00025m-3R for emacs-orgmode@gnu.org; Wed, 19 Nov 2008 12:30:55 -0500 In-Reply-To: <87hc63zlpq.fsf@gollum.intra.norang.ca> (Bernt Hansen's message of "Wed\, 19 Nov 2008 12\:09\:37 -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: Bernt Hansen Cc: emacs-orgmode@gnu.org Thanks Nick and Bernt. Bernt Hansen writes: > Matthew Lundin writes: > >> Here's the relevant configuration line: >> >> (setq org-archive-location "2008.org_archive") > > I think this should be > > (setq org-archive-location "2008.org_archive::") > > -Bernt Works like a charm. Thanks! Now on to the fancier stuff, as in: (setq org-archive-location (concat "~/archive/" (format-time-string "%Y-%m") ".org::")) I thought I had read the documentation carefully, but obviously I hadn't read it carefully enough. My apologies. I believe the "otherwise" in the documentation that Nick mentioned threw me off. I assumed (erroneously) that one could use *either* a simple path *or* a string consisting of path - double colon - headline. - Matt