From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Guerry Subject: [Accepted] [O, 2/3] Document max number of stars in headings in manual Date: Tue, 24 Jan 2012 17:10:50 +0100 (CET) Message-ID: <20120124161050.3C3F8A068@myhost.localdomain> References: <20120122131506.GB21012@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]:36587) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpiwG-0000Ga-HH for emacs-orgmode@gnu.org; Tue, 24 Jan 2012 11:09:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RpiwC-0006uo-Lh for emacs-orgmode@gnu.org; Tue, 24 Jan 2012 11:09:40 -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 1RpiwC-0006pq-Gc for emacs-orgmode@gnu.org; Tue, 24 Jan 2012 11:09:36 -0500 Received: by mail-bk0-f41.google.com with SMTP id zx1so3979195bkb.0 for ; Tue, 24 Jan 2012 08:09:36 -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 1123 (http://patchwork.newartisans.com/patch/1123/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C20120122131506.GB21012%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,2/3] Document max number of stars in headings in manual > Date: Sun, 22 Jan 2012 18:15:06 -0000 > From: Gregor Zattler > X-Patchwork-Id: 1123 > Message-Id: <20120122131506.GB21012@shi.workgroup> > To: emacs-orgmode > > Clocking only works with headings indented with less than `30' stars > (hardcoded `lmax' value in `org-clock-sum'). > > --- > doc/org.texi | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/doc/org.texi b/doc/org.texi > index b238210..9e873ea 100644 > --- a/doc/org.texi > +++ b/doc/org.texi > @@ -1164,7 +1164,8 @@ Headlines define the structure of an outline tree. The headlines in Org > start with one or more stars, on the left margin@footnote{See the variables > @code{org-special-ctrl-a/e}, @code{org-special-ctrl-k}, and > @code{org-ctrl-k-protect-subtree} to configure special behavior of @kbd{C-a}, > -@kbd{C-e}, and @kbd{C-k} in headlines.}. For example: > +@kbd{C-e}, and @kbd{C-k} in headlines.} @footnote{Clocking only works with > +headings indented less then 30 stars.}. For example: > > @example > * Top level headline >