From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Guerry Subject: [Accepted] [O, 1/3] Document max number of stars in headings in docstring of org-inlinetask-minlevel Date: Tue, 24 Jan 2012 17:10:31 +0100 (CET) Message-ID: <20120124161031.5A7F4A068@myhost.localdomain> References: <20120122131516.GC21012@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]:36542) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rpiw5-0008SK-Ap for emacs-orgmode@gnu.org; Tue, 24 Jan 2012 11:09:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rpivu-0006qO-IB for emacs-orgmode@gnu.org; Tue, 24 Jan 2012 11:09:29 -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 1Rpivu-0006pq-Ab for emacs-orgmode@gnu.org; Tue, 24 Jan 2012 11:09:18 -0500 Received: by bkbzx1 with SMTP id zx1so3979195bkb.0 for ; Tue, 24 Jan 2012 08:09:17 -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 1124 (http://patchwork.newartisans.com/patch/1124/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C20120122131516.GC21012%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, 1/3] Document max number of stars in headings in docstring of > org-inlinetask-minlevel > Date: Sun, 22 Jan 2012 18:15:16 -0000 > From: Gregor Zattler > X-Patchwork-Id: 1124 > Message-Id: <20120122131516.GC21012@shi.workgroup> > To: emacs-orgmode > > Clocking only works with headings indented with less than `30' stars > (hardcoded `lmax' value in `org-clock-sum'). Since especially inline > tasks may dupe someone into using more stars, document the limit in > the docsring of `org-inlinetask-min-level'. > > --- > lisp/org-inlinetask.el | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/lisp/org-inlinetask.el b/lisp/org-inlinetask.el > index a14e404..b8e8437 100644 > --- a/lisp/org-inlinetask.el > +++ b/lisp/org-inlinetask.el > @@ -90,6 +90,9 @@ > > (defcustom org-inlinetask-min-level 15 > "Minimum level a headline must have before it is treated as an inline task. > +Don't set it to something higher than `29' or clocking will break since this > +is the hardcoded maximum number of stars `org-clock-sum' will work with. > + > It is strongly recommended that you set `org-cycle-max-level' not at all, > or to a number smaller than this one. In fact, when `org-cycle-max-level' is > not set, it will be assumed to be one less than the value of smaller than >