[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Bug: Updating clocktable hides other content [9.0.5 (9.0.5-elpa
From: |
Nicolas Goaziou |
Subject: |
Re: [O] Bug: Updating clocktable hides other content [9.0.5 (9.0.5-elpa @ /home/christof/.emacs.d/elpa/org-20170210/)] |
Date: |
Wed, 29 Mar 2017 16:35:00 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
Hello,
Christof Musik <address@hidden> writes:
> I have noticed some problems on updating a clocktable in a dynamic block.
> If you update this table with org-dblock-update, then all content besides
> that table
> is hidden. I have not found a way to show it again without opening the file
> again.
>
> Example:
>
> ----
> * bar
> * baz
> * foo
>
> #+BEGIN: clocktable :maxlevel 2 :scope subtree
> #+CAPTION: Clock summary at [2017-03-25 Sa 23:19]
>
> | Headline | Time | |
> |--------------+--------+------|
> | *Total time* | *2:00* | |
> |--------------+--------+------|
> | foo | 2:00 | |
> | \_ TODO a | | 1:00 |
> | \_ TODO b | | 1:00 |
> #+END:
>
>
> ** TODO a
> CLOCK: [2017-03-25 Sa 21:32]--[2017-03-25 Sa 22:32] => 1:00
> ** TODO b
> CLOCK: [2017-03-24 Fr 21:32]--[2017-03-24 Fr 22:32] => 1:00
> ----
>
> Steps to reproduce:
> Go to the line with "BEGIN" and press C-c C-C (org-dblock-update).
> Now only the header foo is shown and bar, baz are hidden. Saving the file does
> not kill them, but without opening the file again they won't come
> back.
Thank you.
I think I fixed this. Could you update Org and confirm it?
Regards,
--
Nicolas Goaziou