From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Guerry Subject: [Accepted] [O, 3/3] Document max number of stars in clocking section Date: Tue, 24 Jan 2012 17:11:13 +0100 (CET) Message-ID: <20120124161113.C58C3A068@myhost.localdomain> References: <20120122133050.GD21012@shi.workgroup> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:36663) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rpiwg-00017f-Rv for emacs-orgmode@gnu.org; Tue, 24 Jan 2012 11:10:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rpiwa-0006yS-NE for emacs-orgmode@gnu.org; Tue, 24 Jan 2012 11:10:06 -0500 Received: from mail-bk0-f41.google.com ([209.85.214.41]:50779) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rpiwa-0006pq-FR for emacs-orgmode@gnu.org; Tue, 24 Jan 2012 11:10:00 -0500 Received: by mail-bk0-f41.google.com with SMTP id zx1so3979195bkb.0 for ; Tue, 24 Jan 2012 08:10:00 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Patch 1125 (http://patchwork.newartisans.com/patch/1125/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C20120122133050.GD21012%40shi.workgroup%3E Here is the original message containing the patch: > Content-Type: text/plain; charset="utf-8" > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > Subject: [O,3/3] Document max number of stars in clocking section > Date: Sun, 22 Jan 2012 18:30:50 -0000 > From: Gregor Zattler > X-Patchwork-Id: 1125 > Message-Id: <20120122133050.GD21012@shi.workgroup> > To: emacs-orgmode > > Clocking only works with all headings indented with less than `30' > stars (hardcoded `lmax' value in `org-clock-sum'). > > --- > doc/org.texi | 14 ++++++++------ > 1 files changed, 8 insertions(+), 6 deletions(-) > > diff --git a/doc/org.texi b/doc/org.texi > index 9e873ea..46aa1e2 100644 > --- a/doc/org.texi > +++ b/doc/org.texi > @@ -5917,12 +5917,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 >