summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Zattler <telegraph@gmx.net>2012-01-22 18:30:50 +0000
committerBastien Guerry <bzg@altern.org>2012-01-24 17:11:08 +0100
commitefc3bdf3f3d916dc4a406ee7147dd43098d77a9d (patch)
treef4110c98278e6eccaecaafdef9ab1bb606e43f86
parent9578537edf111cd15b5e69efc3dc10e723f8d0e0 (diff)
downloadorg-mode-efc3bdf3f3d916dc4a406ee7147dd43098d77a9d.tar.gz
Document max number of stars in clocking section
Clocking only works with all headings indented with less than `30' stars (hardcoded `lmax' value in `org-clock-sum').
-rw-r--r--doc/org.texi14
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 1efea77..5ced02e 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -5918,12 +5918,14 @@ created for this purpose, it is described in @ref{Structure editing}.
@cindex time clocking
Org mode allows you to clock the time you spend on specific tasks in a
-project. When you start working on an item, you can start the clock.
-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
-also computes the total time spent on each subtree of a project. And it
-remembers a history or tasks recently clocked, to that you can jump quickly
-between a number of tasks absorbing your time.
+project. When you start working on an item, you can start the clock. 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 also computes
+the total time spent on each subtree@footnote{Clocking only works if all
+headings are indented with less than 30 stars. This is a hardcoded
+limitation of `lmax' in `org-clock-sum'.} of a project. And it remembers a
+history or tasks recently clocked, to that you can jump quickly between a
+number of tasks absorbing your time.
To save the clock history across Emacs sessions, use
@lisp