[O] [bug] canonical context not work in 8.3

2015-08-06 Thread Samuel Wales
(setq org-show-context-detail '((default . canonical))) not work going from agenda appears to show the first child, and takes 5s or so. my expectation is that canonical visibility shows no entry and no children. first child is non-canonical (i.e. cannot be reproduced with arrows and tab). repro

Re: [O] [bug] canonical context not work in 8.3

2015-08-06 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > (setq org-show-context-detail '((default . canonical))) not work > > going from agenda appears to show the first child, This should be fixed in maint. Thank you. > and takes 5s or so. Could you provide a profiling report for this? > my expectation is that canoni

Re: [O] [bug] canonical context not work in 8.3

2015-08-06 Thread Samuel Wales
thank you for fixing. canonical is always what i want, except for occur-tree. i did profiler-start then went to org file a few times to average out the results. did i use the correct profiler? command-execute 60148 99% - call-interactively

Re: [O] [bug] canonical context not work in 8.3

2015-08-07 Thread Nicolas Goaziou
Samuel Wales writes: > thank you for fixing. > > canonical is always what i want, except for occur-tree. > > i did profiler-start then went to org file a few times to average out > the results. did i use the correct profiler? You did. > > command-execute

Re: [O] [bug] canonical context not work in 8.3

2015-08-07 Thread Samuel Wales
thank you. i compiled it and tried it. it seems improved, to maybe 2.5s. - command-execute 17977 99% - call-interactively 17977 99% - org-agenda-switch-to16144 88

Re: [O] [bug] canonical context not work in 8.3

2015-08-08 Thread Nicolas Goaziou
Samuel Wales writes: > i compiled it and tried it. it seems improved, to maybe 2.5s. I think it is as good as it can get. You probably have an awful lot of children to display. Anyway, could you provide the same report using an un-compiled Org? A report using ELP (elp-instrument-package and el

Re: [O] [bug] canonical context not work in 8.3

2015-08-08 Thread Nicolas Goaziou
Correcting myself, > I think it is as good as it can get. You probably have an awful lot of > children to display. This one may improve the situation: (defun show-children (&optional level) (save-excursion (org-back-to-heading t) (let* ((current-level (funcall outline-level))

Re: [O] [bug] canonical context not work in 8.3

2015-08-09 Thread Samuel Wales
thank you. this version is significantly faster. qualitatively improved. it has a possibly minor bug. evalled as source: - command-execute8072 98% - call-interactively8072 98% - org-agenda-switch-t

Re: [O] [bug] canonical context not work in 8.3

2015-08-10 Thread Nicolas Goaziou
Samuel Wales writes: > thank you. this version is significantly faster. qualitatively > improved. > > it has a possibly minor bug. Yes, this was a draft anyway. I pushed the new function to code base. However, due to the nature of the change, it landed in master. So it will be available in O

Re: [O] [bug] canonical context not work in 8.3

2015-08-10 Thread Samuel Wales
On 8/10/15, Nicolas Goaziou wrote: > I pushed the new function to code base. However, due to the nature of > the change, it landed in master. So it will be available in Org 8.4. thank you. will it work in 8.3 (maint) if i load it after loading org?

Re: [O] [bug] canonical context not work in 8.3

2015-08-10 Thread Nicolas Goaziou
Samuel Wales writes: > On 8/10/15, Nicolas Goaziou wrote: >> I pushed the new function to code base. However, due to the nature of >> the change, it landed in master. So it will be available in Org 8.4. > > thank you. will it work in 8.3 (maint) if i load it after loading > org? If you don't p