From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Subject: performance problems with drawers Date: Tue, 7 Jul 2009 15:33:16 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MOCmE-0002iY-JR for emacs-orgmode@gnu.org; Tue, 07 Jul 2009 11:40:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MOCmA-0002ht-JE for emacs-orgmode@gnu.org; Tue, 07 Jul 2009 11:40:14 -0400 Received: from [199.232.76.173] (port=48530 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOCmA-0002hq-9V for emacs-orgmode@gnu.org; Tue, 07 Jul 2009 11:40:10 -0400 Received: from main.gmane.org ([80.91.229.2]:42965 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MOCm9-0007ru-Mv for emacs-orgmode@gnu.org; Tue, 07 Jul 2009 11:40:09 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1MOCm2-0008NJ-LM for emacs-orgmode@gnu.org; Tue, 07 Jul 2009 15:40:03 +0000 Received: from LAubervilliers-151-12-4-94.w193-252.abo.wanadoo.fr ([193.252.51.94]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Jul 2009 15:40:02 +0000 Received: from gmane00 by LAubervilliers-151-12-4-94.w193-252.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Jul 2009 15:40:02 +0000 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 Hello, I'm trying to use emacs org-mode to keep my bookmarks (using the org-annotation-helper.el method). I find this really great, except performance issues. My .org file contains ~5000 entries, organized in a tree like this: #+DRAWERS: MYDATA ** net *** www **** [[http://www.w3.org/][W3C - The World Wide Web Consortium]] :MYDATA: :Entered: [2000-03-06 10:29:04] :LastVisit: [2000-08-31 16:32:15] :END: Some optional text **** [[http://www.xml.com/pub][XML.com - XTech 2000 Conference]] :AEDATA: :Entered: [2000-03-06 10:29:49] :LastVisit: [2001-10-08 15:37:09] :END: The problem is that with the drawers activated, it's *very* slow. Cycling the visibility mode takes more than 10 seconds. If I remove the drawers configuration line (#+DRAWERS: MYDATA), speed comes back to reasonable levels, but obviously I lose the drawer effect. Is there a solution to improve the speed and using the drawers ? Thanks in advance.