* persistent default task with org-clock-persist?
@ 2010-04-08 11:50 Aaron Hammitt
2010-04-10 15:17 ` Carsten Dominik
0 siblings, 1 reply; 2+ messages in thread
From: Aaron Hammitt @ 2010-04-08 11:50 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 543 bytes --]
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, or to increase the number of tasks that are kept in
the history?
I apologize if this answer is in the documentation and I have somehow missed
it.
[-- Attachment #1.2: Type: text/html, Size: 586 bytes --]
[-- Attachment #2: Type: text/plain, Size: 201 bytes --]
_______________________________________________
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: persistent default task with org-clock-persist?
2010-04-08 11:50 persistent default task with org-clock-persist? Aaron Hammitt
@ 2010-04-10 15:17 ` Carsten Dominik
0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2010-04-10 15:17 UTC (permalink / raw)
To: Aaron Hammitt; +Cc: emacs-orgmode
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-04-10 15:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-08 11:50 persistent default task with org-clock-persist? Aaron Hammitt
2010-04-10 15:17 ` Carsten Dominik
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).