mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-14 09:39:21 +00:00
Clock: Document persistence.
David Lord writes: I can see that org-clock-persistence-insinuate appeared in 6.11 but I can't find it in the manual. Does it need to be added? Yes, right.
This commit is contained in:
parent
5e9d37949b
commit
058265c32a
@ -1,3 +1,8 @@
|
|||||||
|
2009-02-05 Carsten Dominik <carsten.dominik@gmail.com>
|
||||||
|
|
||||||
|
* org.texi (Clocking work time): Decoment how to make the clock
|
||||||
|
persist from one Emacs session to the next.
|
||||||
|
|
||||||
2009-01-30 Carsten Dominik <carsten.dominik@gmail.com>
|
2009-01-30 Carsten Dominik <carsten.dominik@gmail.com>
|
||||||
|
|
||||||
* org.texi (TODO dependencies): Document TODO dependencies on
|
* org.texi (TODO dependencies): Document TODO dependencies on
|
||||||
|
@ -4980,6 +4980,14 @@ When you stop working on that task, or when you mark the task done, the
|
|||||||
clock is stopped and the corresponding time interval is recorded. It
|
clock is stopped and the corresponding time interval is recorded. It
|
||||||
also computes the total time spent on each subtree of a project.
|
also computes the total time spent on each subtree of a project.
|
||||||
|
|
||||||
|
Normally, the clock does not survive xiting and re-entereing Emacs, but you
|
||||||
|
can arrange for the clock information to persisst accress Emacs sessions with
|
||||||
|
|
||||||
|
@lisp
|
||||||
|
(setq org-clock-persist t)
|
||||||
|
(org-clock-persistence-insinuate)
|
||||||
|
@end lisp
|
||||||
|
|
||||||
@table @kbd
|
@table @kbd
|
||||||
@kindex C-c C-x C-i
|
@kindex C-c C-x C-i
|
||||||
@item C-c C-x C-i
|
@item C-c C-x C-i
|
||||||
|
Loading…
Reference in New Issue
Block a user