From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: More clocktable breakage Date: Sun, 07 May 2017 12:15:22 +0200 Message-ID: <87vapd6khx.fsf@nicolasgoaziou.fr> References: <877f39nr05.fsf@Rainer.invalid> <87d1d0p2qx.fsf@nicolasgoaziou.fr> <87tw5bumck.fsf@Rainer.invalid> <87shkt4tuf.fsf@Rainer.invalid> <8737ct1xyr.fsf@nicolasgoaziou.fr> <87fugt4npu.fsf@Rainer.invalid> <87pofxzctf.fsf@nicolasgoaziou.fr> <87wpa4fjio.fsf@Rainer.invalid> <878tmixsvo.fsf@nicolasgoaziou.fr> <87tw556kxo.fsf@Rainer.invalid> <87vapjgq93.fsf@nicolasgoaziou.fr> <87r307tb9k.fsf@Rainer.invalid> <87pofmflt1.fsf@nicolasgoaziou.fr> <87inle8g5s.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45679) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d7JDs-0007i3-Cv for emacs-orgmode@gnu.org; Sun, 07 May 2017 06:15:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d7JDo-0002Jy-O9 for emacs-orgmode@gnu.org; Sun, 07 May 2017 06:15:28 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:50537) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d7JDo-0002Jk-Hd for emacs-orgmode@gnu.org; Sun, 07 May 2017 06:15:24 -0400 In-Reply-To: <87inle8g5s.fsf@Rainer.invalid> (Achim Gratz's message of "Sat, 06 May 2017 11:53:51 +0200") 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: Achim Gratz Cc: emacs-orgmode@gnu.org Hello, Achim Gratz writes: > I've told you from the beginning that it was a file at work and that it > would take some time to dig down to the problem since it did work at > home when I tried to create said ECM. I know, but I was hoping a few weeks would be enough, since the resolution of the issue was stalled. > After a few false starts (thinking that it was Windows vs. Linux and > the local configurations on each side) I've finally converged to this > (just insert a new clocktable, then replace the default parameters > with tstart/tend): > > #+BEGIN: clocktable :tstart "<2017-03-24 Fri 00:00>" :tend "<2017-04-23 Sat 23:45>" > #+CAPTION: Clock summary at [2017-05-06 Sat 11:09] > | L | Headline | Time | | > |---+--------------+--------+---| > | | *Total time* | *0:00* | | > #+END: OK. I inserted it in a fresh Org buffer. Is there any command to call on it now? > Sometimes org-element-context recognizes the clocktable as a paragraph > instead of dynamic-block FWIW, I get `dynamic-block'. > (I've not yet figured out why and it isn't vary reproducible, but it > must have something to do with the cache since it goes away when > I reload the file) It is possible, indeed. You can also use M-x org-element-cache-reload to check this. However, cache is disabled by default, so the problem shouldn't appear in normal usage. I start to think that there is no bug in clock tables (but certainly in the cache mechanism, probably related to some `before-change-functions' and `after-change-functions' misuse there). WDYT? Regards, -- Nicolas Goaziou