emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* clock-table property column empty
@ 2017-05-17  8:20 Roland Everaert
  2017-05-17 12:22 ` Nicolas Goaziou
  0 siblings, 1 reply; 9+ messages in thread
From: Roland Everaert @ 2017-05-17  8:20 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 414 bytes --]

Hi,

In a clocktable I have a column that must show the content of a property I
fill in each of my tasks. Since version 9.0.6, at least, this column is
empty.

Any idea where this comes from?

Emacs and Org-mode versions:
GNU Emacs 25.2.1 (x86_64-unknown-cygwin) of 2017-04-21
Org mode version 9.0.7 (9.0.7-elpaplus @
/cygdrive/c/Users/re/.emacs.d/elpa/org-plus-contrib-20170515/)


Thanks for your help,

Roland.

[-- Attachment #2: Type: text/html, Size: 523 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: clock-table property column empty
  2017-05-17  8:20 clock-table property column empty Roland Everaert
@ 2017-05-17 12:22 ` Nicolas Goaziou
  2017-05-24 19:31   ` Nikolay Kudryavtsev
  0 siblings, 1 reply; 9+ messages in thread
From: Nicolas Goaziou @ 2017-05-17 12:22 UTC (permalink / raw)
  To: Roland Everaert; +Cc: emacs-orgmode

Hello,

Roland Everaert <reveatwork@gmail.com> writes:

> In a clocktable I have a column that must show the content of a property I
> fill in each of my tasks. Since version 9.0.6, at least, this column is
> empty.
>
> Any idea where this comes from?

It was reported a few days ago. The bug doesn't appear in development
branch. Could you use it instead?

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: clock-table property column empty
  2017-05-17 12:22 ` Nicolas Goaziou
@ 2017-05-24 19:31   ` Nikolay Kudryavtsev
  2017-05-24 23:34     ` Nicolas Goaziou
  0 siblings, 1 reply; 9+ messages in thread
From: Nikolay Kudryavtsev @ 2017-05-24 19:31 UTC (permalink / raw)
  To: Nicolas Goaziou, Roland Everaert; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 314 bytes --]

I've just tried the repo at 30ceb5c7942b5804b2bba18ce3e08124add0d278. 
That is master ATM

Clocktables do not seem to work there at all.|
|

||Also it seems that remote |git://orgmode.org/org-mode.git does not 
currently work. http://|||orgmode.org/org-mode.git| works.|
||

-- 
Best Regards,
Nikolay Kudryavtsev


[-- Attachment #2: Type: text/html, Size: 790 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: clock-table property column empty
  2017-05-24 19:31   ` Nikolay Kudryavtsev
@ 2017-05-24 23:34     ` Nicolas Goaziou
  2017-05-25  0:52       ` Nikolay Kudryavtsev
  0 siblings, 1 reply; 9+ messages in thread
From: Nicolas Goaziou @ 2017-05-24 23:34 UTC (permalink / raw)
  To: Nikolay Kudryavtsev; +Cc: Roland Everaert, emacs-orgmode

Hello,

Nikolay Kudryavtsev <nikolay.kudryavtsev@gmail.com> writes:

> I've just tried the repo at 30ceb5c7942b5804b2bba18ce3e08124add0d278.
> That is master ATM
>
> Clocktables do not seem to work there at all.

All the clock table tests pass, according to our build bot, so there is
certainly something that does work.

What did you try? What happened?

Regards,

-- 
Nicolas Goaziou                                                0x80A93738

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: clock-table property column empty
  2017-05-24 23:34     ` Nicolas Goaziou
@ 2017-05-25  0:52       ` Nikolay Kudryavtsev
  2017-05-25  7:52         ` Nicolas Goaziou
  0 siblings, 1 reply; 9+ messages in thread
From: Nikolay Kudryavtsev @ 2017-05-25  0:52 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: Roland Everaert, emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 207 bytes --]

Ok, this was due to me not running make in the repo first.

Still I have another problem - I get two extra columns in the 
clocktable. See the attached test.org file.

-- 
Best Regards,
Nikolay Kudryavtsev


[-- Attachment #2: test.org --]
[-- Type: text/plain, Size: 592 bytes --]

** TODO Test                                                          :test:
:PROPERTIES:
:key:      123
:END:
:LOGBOOK:
CLOCK: [2017-05-24 Ср 21:08]--[2017-05-24 Ср 22:08] =>  1:00
:END:
** Clocktable
#+BEGIN: clocktable :maxlevel 4 :scope file :tags "test" :properties ("key")
#+CAPTION: Clock summary at [2017-05-25 Чт 03:51]
| key | Headline     | Time   |      |   |   |
|-----+--------------+--------+------+---+---|
|     | *Total time* | *1:00* |      |   |   |
|-----+--------------+--------+------+---+---|
| 123 | \_  Test     |        | 1:00 |   |   |
#+END

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: clock-table property column empty
  2017-05-25  0:52       ` Nikolay Kudryavtsev
@ 2017-05-25  7:52         ` Nicolas Goaziou
  2017-05-26 15:03           ` Nikolay Kudryavtsev
  0 siblings, 1 reply; 9+ messages in thread
From: Nicolas Goaziou @ 2017-05-25  7:52 UTC (permalink / raw)
  To: Nikolay Kudryavtsev; +Cc: Roland Everaert, emacs-orgmode

Hello,

Nikolay Kudryavtsev <nikolay.kudryavtsev@gmail.com> writes:

> Ok, this was due to me not running make in the repo first.
>
> Still I have another problem - I get two extra columns in the
> clocktable. See the attached test.org file.

This is expected since you specify ":maxlevel 4".

Regards,

-- 
Nicolas Goaziou                                                0x80A93738

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: clock-table property column empty
  2017-05-25  7:52         ` Nicolas Goaziou
@ 2017-05-26 15:03           ` Nikolay Kudryavtsev
  2017-05-27 16:24             ` Nicolas Goaziou
  0 siblings, 1 reply; 9+ messages in thread
From: Nikolay Kudryavtsev @ 2017-05-26 15:03 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: emacs-orgmode

Is there any way to get the old behavior back? I think it made more sense.

Also, I got to the reason why I was getting those cryptic prompts. It's 
actually a bug in icicles package, that for some reason misfires 
functionality meant for integrating the anything package, which I don't 
even use. Gonna go report that...

-- 
Best Regards,
Nikolay Kudryavtsev

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: clock-table property column empty
  2017-05-26 15:03           ` Nikolay Kudryavtsev
@ 2017-05-27 16:24             ` Nicolas Goaziou
  2017-06-03 15:50               ` Nikolay Kudryavtsev
  0 siblings, 1 reply; 9+ messages in thread
From: Nicolas Goaziou @ 2017-05-27 16:24 UTC (permalink / raw)
  To: Nikolay Kudryavtsev; +Cc: emacs-orgmode

Hello,

Nikolay Kudryavtsev <nikolay.kudryavtsev@gmail.com> writes:

> Is there any way to get the old behavior back? I think it made more sense.

The old behavior was buggy and inconsistent, but I understand what you
mean. I fixed this in maint.

Thank you.

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: clock-table property column empty
  2017-05-27 16:24             ` Nicolas Goaziou
@ 2017-06-03 15:50               ` Nikolay Kudryavtsev
  0 siblings, 0 replies; 9+ messages in thread
From: Nikolay Kudryavtsev @ 2017-06-03 15:50 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: emacs-orgmode

Cool, thanks.

-- 
Best Regards,
Nikolay Kudryavtsev

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-06-03 15:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-17  8:20 clock-table property column empty Roland Everaert
2017-05-17 12:22 ` Nicolas Goaziou
2017-05-24 19:31   ` Nikolay Kudryavtsev
2017-05-24 23:34     ` Nicolas Goaziou
2017-05-25  0:52       ` Nikolay Kudryavtsev
2017-05-25  7:52         ` Nicolas Goaziou
2017-05-26 15:03           ` Nikolay Kudryavtsev
2017-05-27 16:24             ` Nicolas Goaziou
2017-06-03 15:50               ` Nikolay Kudryavtsev

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).