From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: persistent default task with org-clock-persist? Date: Sat, 10 Apr 2010 17:17:06 +0200 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v936) 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 1O0cQp-0006xn-Ii for emacs-orgmode@gnu.org; Sat, 10 Apr 2010 11:17:11 -0400 Received: from [140.186.70.92] (port=47083 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O0cQo-0006x8-4Q for emacs-orgmode@gnu.org; Sat, 10 Apr 2010 11:17:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O0cQm-00062Q-U7 for emacs-orgmode@gnu.org; Sat, 10 Apr 2010 11:17:10 -0400 Received: from mail-ew0-f214.google.com ([209.85.219.214]:46170) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0cQm-00062H-Pi for emacs-orgmode@gnu.org; Sat, 10 Apr 2010 11:17:08 -0400 Received: by ewy6 with SMTP id 6so1289868ewy.32 for ; Sat, 10 Apr 2010 08:17:08 -0700 (PDT) In-Reply-To: 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: Aaron Hammitt Cc: emacs-orgmode@gnu.org On Apr 8, 2010, at 1:50 PM, Aaron Hammitt wrote: > I have (setq org-clock-persist 'history) in my .emacs (and of course > (org-clock-persistence-insinuate)), and the most recently-used tasks > are indeed persistent between Emacs sessions. However, I like to use > C-u C-u C-c C-x C-i to set a default task for general planning, etc. > This default task does not seem to persist between sessions. Is > there a way to either make the default task persistent, no > or to increase the number of tasks that are kept in the history? yes: (setq org-clock-history-length 5) This variable should have been easy to find for you yourself. http://orgmode.org/worg/org-tutorials/org-customize.php Cheers - Carsten