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



_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to