emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug: clocktable :inherit-props does not respect global property sett


From: Ihor Radchenko
Subject: Re: Bug: clocktable :inherit-props does not respect global property setting [9.4.6 (9.4.6-12-gdcc3a8-elpa @ /home/jet/.config/emacs/elpa/org-20210823/)]
Date: Tue, 18 Oct 2022 04:48:32 +0000

Jeff Trull <edaskel@att.net> writes:

> I just confirmed that it is still doing this (Emacs 28.2, org 9.5.5). The
> result looks the same as before:
>
> #+BEGIN: clocktable :scope file :maxlevel 2 :properties ("HOURLY_RATE")
> :inherit-props t
> #+CAPTION: Clock summary at [2022-10-17 Mon 16:50]
> ...
> Note that the first column next to "Sub 1A" is empty.

Do note that :inherit-props t must be on the same line with #+BEGIN

> Can you send the result of evaluating the clocktable in your config?

#+BEGIN: clocktable :scope file :maxlevel 2 :properties ("HOURLY_RATE") 
:inherit-props t
#+CAPTION: Clock summary at [2022-10-18 Tue 12:47]
| HOURLY_RATE | Headline   | Time     |          |
|-------------+------------+----------+----------|
|             | *Total time* | *2h 30min* |          |
|-------------+------------+----------+----------|
|         150 | Top 1      | 1h 0min  |          |
|         150 | \_  Sub 1A |          | 1h 0min  |
|         110 | Top 2      | 1h 30min |          |
|         110 | \_  Sub 2A |          | 1h 0min  |
|          90 | \_  Sub 2B |          | 0h 30min |
#+END:


-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]