From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: performance problems with drawers Date: Wed, 8 Jul 2009 07:49:11 +0200 Message-ID: <6277EB99-6D95-4418-B360-E18F183ED923@gmail.com> References: <20524da70907072204m6d8c05b8q7de362a73d1aec90@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MOQ1y-0004u1-RX for emacs-orgmode@gnu.org; Wed, 08 Jul 2009 01:49:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MOQ1t-0004qp-5i for emacs-orgmode@gnu.org; Wed, 08 Jul 2009 01:49:21 -0400 Received: from [199.232.76.173] (port=35937 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOQ1s-0004qc-Vq for emacs-orgmode@gnu.org; Wed, 08 Jul 2009 01:49:17 -0400 Received: from mail-ew0-f208.google.com ([209.85.219.208]:49729) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MOQ1s-0000SW-Bg for emacs-orgmode@gnu.org; Wed, 08 Jul 2009 01:49:16 -0400 Received: by ewy4 with SMTP id 4so6257156ewy.42 for ; Tue, 07 Jul 2009 22:49:14 -0700 (PDT) In-Reply-To: <20524da70907072204m6d8c05b8q7de362a73d1aec90@mail.gmail.com> 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: Samuel Wales Cc: emacs-orgmode@gnu.org, Al On Jul 8, 2009, at 7:04 AM, Samuel Wales wrote: > I wonder if this happens with logbook drawers. Yes it would, > I also wonder if it > affects the speed of meta shift up and down (i.e. moving subtrees up > or down). It might, but I don't think so - Carsten > > On Tue, Jul 7, 2009 at 08:33, Al wrote: >> 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. >> >> >> >> >> _______________________________________________ >> Emacs-orgmode mailing list >> Remember: use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >> > > > > -- > Myalgic encephalomyelitis causes death and severe suffering. > You can get it any time and never recover. Conflicts of > interest are destroying research. Do science and justice > matter to you? http://www.meactionuk.org.uk/ > What_Is_ME_What_Is_CFS.htm > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode