From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Peter Neilson" Subject: Re: Tasks with lots of logbook entries are very slow Date: Wed, 26 Mar 2014 04:31:51 -0400 Message-ID: References: <20140325192714.212d2bcc@aga-netbook> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: Quoted-Printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSjOu-0006xh-8A for emacs-orgmode@gnu.org; Wed, 26 Mar 2014 04:41:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WSjOo-0004w6-N8 for emacs-orgmode@gnu.org; Wed, 26 Mar 2014 04:41:32 -0400 Received: from pacmmta56.windstream.net ([162.39.147.222]:54779) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSjFd-0002GX-P5 for emacs-orgmode@gnu.org; Wed, 26 Mar 2014 04:31:57 -0400 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 On Wed, 26 Mar 2014 04:10:02 -0400, Pere Quintana Segu=C3=AD = wrote: > El 25/03/14 19:27, Marcin Borkowski ha escrit: >> Dnia 2014-03-25, o godz. 16:00:01 >> Pere Quintana Segu=C3=AD napisa=C5=82(a): >> >>> I log most of my work with org-mode. Some of my tasks are repetitive= , >>> this is, I do them weekly or daily (i.e. empty mail inbox). After ma= ny >>> years, the logs are very long. As a consequence, marking these tasks= >>> as done is *very* slow. >>> >>> Is there a workaround that does not involver deleting the logs? >> >> Archiving? >> > > No, archiving would'nt work, as I need the task every day. > > Thanks for the tip. > > Pere Perhaps this will help: Standard method for log maintenance outside of org is to rotate logs int= o = archive. The current log is only for the current day (or month, week, or= = year). Other criteria, such as log size, can be used to trigger rotation= . = Rotation cuts off the current log, archives it, possibly deletes truly = ancient logs, and starts a new current log. Look up the Linux logrotate = = command for further info. Here's one description: = http://www.thegeekstuff.com/2010/07/logrotate-examples/