From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?UGVyZSBRdWludGFuYSBTZWd1w60=?= Subject: Re: Tasks with lots of logbook entries are very slow Date: Fri, 28 Mar 2014 10:38:27 +0100 Message-ID: References: <87ior215fc.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42846) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTTGp-0006Gu-Lg for emacs-orgmode@gnu.org; Fri, 28 Mar 2014 05:40:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WTTGe-0005dY-Ky for emacs-orgmode@gnu.org; Fri, 28 Mar 2014 05:40:15 -0400 Received: from plane.gmane.org ([80.91.229.3]:42325) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTTGe-0005bs-FV for emacs-orgmode@gnu.org; Fri, 28 Mar 2014 05:40:04 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WTTGd-0000mA-F8 for emacs-orgmode@gnu.org; Fri, 28 Mar 2014 10:40:03 +0100 Received: from 185.13.76.78 ([185.13.76.78]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 28 Mar 2014 10:40:03 +0100 Received: from pere by 185.13.76.78 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 28 Mar 2014 10:40:03 +0100 In-Reply-To: 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: emacs-orgmode@gnu.org El 26/03/14 09:12, Pere Quintana SeguĂ­ ha escrit: > El 25/03/14 19:47, Achim Gratz ha escrit: >> I've long resorted to using two drawers back-to-back: > > That seems to be the most straightforward solution. I'll do that. > > Maybe org-mode could do this automatically. A variable would determine > when log entries should be archived in the second drawer. > > I would write a patch if I could program in elisp, but I can't. :'( > > Thanks, > > Pere The solution has been configuring org-drawers to create a new drawer called :LOGBOOKARCHIVE" I will put the old logs there, as Achim Gratza suggested. Thanks for your tips, Pere