From mboxrd@z Thu Jan 1 00:00:00 1970 From: Todd Neal Subject: Re: Lockup in org-get-tags-at (4.32) Date: Wed, 24 May 2006 18:38:17 -0400 Message-ID: <8764jvoxpi.fsf@tolchz.net> References: <87wtccjb9n.fsf@tolchz.net> <1a4c57c55e801f067a43ebe49efecebc@science.uva.nl> 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 1Fj1yJ-000818-O0 for emacs-orgmode@gnu.org; Wed, 24 May 2006 18:36:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fj1yH-00080w-8r for emacs-orgmode@gnu.org; Wed, 24 May 2006 18:36:54 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fj1yH-00080t-2R for emacs-orgmode@gnu.org; Wed, 24 May 2006 18:36:53 -0400 Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Fj22o-0002WY-81 for emacs-orgmode@gnu.org; Wed, 24 May 2006 18:41:34 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Fj1yB-0005j3-LI for emacs-orgmode@gnu.org; Thu, 25 May 2006 00:36:48 +0200 Received: from c-68-53-20-25.hsd1.ky.comcast.net ([68.53.20.25]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 May 2006 00:36:47 +0200 Received: from tolchz by c-68-53-20-25.hsd1.ky.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 May 2006 00:36:47 +0200 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 Carsten Dominik writes: > Hi Todd, > > thanks for the report: > > I can only reproduce the error if I have a level 2 entry in the first > line of the archive file. I am guessing: > > - You had this problem only with 4.32, not before? Correct. > > Normally, when Org-mode creates the archive file, it makes sure that > there are a level-one entry, so I guess you made this file in some > other way? > I cleared the archive file after org created it. This is probably what caused the problem. > 4.32 calls org-get-tags-at during archiving, that is a mistake, will > be fixed in 4.33. > > Let me know if 4.33 does not fix the problem. In that case, can you > make example files of your Org-mode file and the corresponding archive > file to help me reproducing the problem? > I've tried 4.33 and it works fine for me. Thanks, Todd