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
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?
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
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
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))
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
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
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
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
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
(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
11 matches
Mail list logo