From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takafumi Arakaki Subject: Re: [PATCH] Escape slashes in ARCHIVE_OLPATH Date: Fri, 9 Nov 2012 15:41:32 +0100 Message-ID: References: <87ip9fjgrj.fsf@gmail.com> <87mwyqj46t.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36414) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWpmP-0004VT-L0 for emacs-orgmode@gnu.org; Fri, 09 Nov 2012 09:42:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TWpmL-0000ma-JC for emacs-orgmode@gnu.org; Fri, 09 Nov 2012 09:41:57 -0500 Received: from mail-qc0-f169.google.com ([209.85.216.169]:41097) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWpmL-0000mT-CW for emacs-orgmode@gnu.org; Fri, 09 Nov 2012 09:41:53 -0500 Received: by mail-qc0-f169.google.com with SMTP id t2so3108558qcq.0 for ; Fri, 09 Nov 2012 06:41:52 -0800 (PST) In-Reply-To: <87mwyqj46t.fsf@gmail.com> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org 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. Takafumi On Fri, Nov 9, 2012 at 2:28 PM, Nicolas Goaziou wrote: > Takafumi Arakaki writes: > >> I am not familiar with org-mode test suite but I can try. Could you >> tell me where I can find similar test cases which creates archive >> entries? > > We use ERT. > > There is no test case related to archive entries yet. Though, if you > write a recipe to reproduce a problem, I can make a test out of it. You > can also try to implement the test directly. It should go to > testing/lisp/test-org-archive.el (to be created). Your call. > > > Regards,