From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] Escape slashes in ARCHIVE_OLPATH Date: Fri, 09 Nov 2012 16:27:28 +0100 Message-ID: <87ip9ex0db.fsf@gmail.com> References: <87ip9fjgrj.fsf@gmail.com> <87mwyqj46t.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48036) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWqYe-0005T8-Vl for emacs-orgmode@gnu.org; Fri, 09 Nov 2012 10:31:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TWqYZ-0000Jv-O3 for emacs-orgmode@gnu.org; Fri, 09 Nov 2012 10:31:48 -0500 Received: from mail-wi0-f177.google.com ([209.85.212.177]:33240) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWqYZ-0000Jk-Ey for emacs-orgmode@gnu.org; Fri, 09 Nov 2012 10:31:43 -0500 Received: by mail-wi0-f177.google.com with SMTP id hj13so420889wib.12 for ; Fri, 09 Nov 2012 07:31:42 -0800 (PST) In-Reply-To: (Takafumi Arakaki's message of "Fri, 9 Nov 2012 15:41:32 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Takafumi Arakaki Cc: emacs-orgmode@gnu.org Takafumi Arakaki writes: > I thought it would be convenient if there was a macro or something to > setup temporal main org file and temporal archive file. If there is > nothing like that, then I will just create by my self or use > unwind-protect or something directly. > > I remember there is a way to archive in the same file by specifying a > root tree. This will make test easier, but I guess it is better to > test with a "plain" configuration first. Use something like: (org-test-with-temp-text "#+ARCHIVE: ::..." ...) in order to archive in the same file. Regards,