Re: [O] manual: stale bindings for org-clock-report and org-columns-insert-dblock

2019-05-07 Thread Nikolay Kudryavtsev
Thanks, everything's fine now. Sorry for late reply. Icicles is doing it wrong. Packages are supposed to provide only prefixed functions, since there is no namespace in Emacs. As far as I could grasp, those are shorthand alias functions created for easier access. Luckily that behavior can be

Re: [O] manual: stale bindings for org-clock-report and org-columns-insert-dblock

2019-03-10 Thread Nicolas Goaziou
Hello, Nikolay Kudryavtsev writes: > I was able to debug the Icicles interaction bug: > > In org-dblock-write:clocktable there's a check ((pred functionp) > (funcall scope)) which checks whether the scope is a function. Since > the default scope is currently "file", it gets funcalled. Icicles >

Re: [O] manual: stale bindings for org-clock-report and org-columns-insert-dblock

2019-03-09 Thread Nikolay Kudryavtsev
I was able to debug the Icicles interaction bug: In org-dblock-write:clocktable there's a check ((pred functionp) (funcall scope)) which checks whether the scope is a function. Since the default scope is currently "file", it gets funcalled. Icicles provides a function called file. There it

Re: [O] manual: stale bindings for org-clock-report and org-columns-insert-dblock

2019-03-04 Thread Nikolay Kudryavtsev
I don't use Icicles, but I cannot reproduce it. What are the exact steps to do so? Sorry, it's not clear whether you use Icicles. At the moment the recipe is: 1. Install icicles as described here . Enable it by doing icy-mode. 2. Do

Re: [O] manual: stale bindings for org-clock-report and org-columns-insert-dblock

2019-03-04 Thread Nick Dokos
Nikolay Kudryavtsev writes: > ... > Also can someone explain how do I get from org elpa version to the git > commit it's based on? E. g., in org-version.el I have > "9.2.1-33-g029cf6-elpaplus" but g029cf6 does not seem like a real > commit in the git repo. Try it without the 'g': that's just a

Re: [O] manual: stale bindings for org-clock-report and org-columns-insert-dblock

2019-03-04 Thread Nicolas Goaziou
Hello, Nikolay Kudryavtsev writes: > The first is that drop in clock reports now use :scope file by > default, instead of :scope subtree. Indeed. This is because clocktable default properties include :scope property. I removed it. Thank you. > The second is that the clock report function is

Re: [O] manual: stale bindings for org-clock-report and org-columns-insert-dblock

2019-03-04 Thread Nikolay Kudryavtsev
Thanks for the tip. After reading that discussion and a few hours of research, there are actually three different problems I have with org-clock-report. The first is that drop in clock reports now use :scope file by default, instead of :scope subtree. The second is that the clock report

Re: [O] manual: stale bindings for org-clock-report and org-columns-insert-dblock

2019-03-04 Thread stardiviner
Nikolay Kudryavtsev writes: > Am I reading it correctly that C-c C-x C-r is no longer a valid keybinding? Is > this the reason why it now behaves so stupidly, creating a block with :scope > file and asking for that file? Can someone point me to a discussion of that > change? Manual is still

Re: [O] manual: stale bindings for org-clock-report and org-columns-insert-dblock

2019-03-03 Thread Kyle Meyer
Nikolay Kudryavtsev writes: > Am I reading it correctly that C-c C-x C-r is no longer a valid > keybinding? Yes, the binding was removed in 34b71a0ca (Add a dispatcher command for inserting dynamic blocks, 2018-12-23). > Is this the reason why it now behaves so stupidly, creating > a block

Re: [O] manual: stale bindings for org-clock-report and org-columns-insert-dblock

2019-03-03 Thread Nikolay Kudryavtsev
Am I reading it correctly that C-c C-x C-r is no longer a valid keybinding? Is this the reason why it now behaves so stupidly, creating a block with :scope file and asking for that file? Can someone point me to a discussion of that change? Manual is still not updated about it and nothing in

Re: [O] manual: stale bindings for org-clock-report and org-columns-insert-dblock

2019-01-11 Thread stardiviner
Kyle Meyer writes: > Hello, > > 34b71a0ca (Add a dispatcher command for inserting dynamic blocks, > 2018-12-23) removed the key bindings of org-clock-report and > org-columns-insert-dblock, but these bindings are still listed in > org-manual.org. stardiviner, could you please have a look at

[O] manual: stale bindings for org-clock-report and org-columns-insert-dblock

2019-01-10 Thread Kyle Meyer
Hello, 34b71a0ca (Add a dispatcher command for inserting dynamic blocks, 2018-12-23) removed the key bindings of org-clock-report and org-columns-insert-dblock, but these bindings are still listed in org-manual.org. stardiviner, could you please have a look at updating the manual to fully