From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: org-dblock-update regression in case of :maxlevel 0 [9.0.5 (9.0.5-elpaplus @ c:/Users/clange/.emacs.d/elpa/org-plus-contrib-20170210/)] Date: Mon, 13 Feb 2017 21:34:51 +0100 Message-ID: <878tp9lthw.fsf@nicolasgoaziou.fr> References: <871sv2m6v0.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53548) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cdNKq-0002su-O1 for emacs-orgmode@gnu.org; Mon, 13 Feb 2017 15:34:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cdNKp-0006WZ-8G for emacs-orgmode@gnu.org; Mon, 13 Feb 2017 15:34:56 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:55283) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cdNKp-0006WU-3N for emacs-orgmode@gnu.org; Mon, 13 Feb 2017 15:34:55 -0500 In-Reply-To: (Christoph LANGE's message of "Mon, 13 Feb 2017 17:28:58 +0100") 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" To: Christoph LANGE Cc: "emacs-orgmode@gnu.org" Hello, Christoph LANGE writes: > I have a clocktable that looks as follows. (Once more, I'll be happy to > work this out as a minimum working example =E2=80=93 later, don't have ti= me > right now.) > > #+BEGIN: clocktable :block 2017-W01 :maxlevel 0 :scope ("filename.org") > :indent > > The output I got for this from an older Org version (9.0.something, > definitely < 9.0.4) was: > > | File | Headline | Time | > |--------------+------------------+--------| > | | ALL *Total time* | *1:00* | > |--------------+------------------+--------| > | filename.org | *File time* | *1:00* | > > :maxlevel 1 would include level-1 headings _in_ this file, like this: > > | File | Headline | Time | > |--------------+------------------+--------| > | | ALL *Total time* | *1:00* | > |--------------+------------------+--------| > | filename.org | *File time* | *1:00* | > | | Task 1 | 0:05 | > | | Task 2 | 0:55 | > > where filename.org looks like > > * Task 1 > * Task 2 > ... > >> It sounds like a user error to me. > > Maybe the truth is that the handling of :maxlevel 0 was an undocumented > feature? I see. It makes sense. I just couldn't find it. Thanks for the explanation. This is now fixed. Regards, --=20 Nicolas Goaziou