[O] How to make agenda generation faster

2018-10-06 Thread Marcin Borkowski
Hi Orgers, my agenda takes almost 10 seconds to show up. Are there any ideas for profiling that? I suspect that archiving a lot of old entries I don't use anymore might help, but is there any way to e.g. display some stats on which file/headline took how much time? TIA, -- Marcin Borkowski ht

[O] Bug: manual still mentions orgstruct minor mode [9.1.14 (release_9.1.14-968-gfdb36d @ /home/grfz/src/org-mode/lisp/)]

2018-10-06 Thread Gregor Zattler
Dear org mode developers, orgstruct minor mode is still mentioned as an usage example for in-place conversion in org manuals chapter "12.18 Export in Foreign Buffers". I know and use package "orgalist" but I'm not sure if it makes sense to mention a package at this point of the org manual. Furthe

[O] [RFC] htmlize and htmlfontify comparison

2018-10-06 Thread Nicolas Goaziou
Hello, I'm in the process of moving Org from htmlize to htmlfontify. I'm starting out with a low hanging fruit, which is the call to `htmlize-buffer' in `org-org-publish-to-org'. I created a simple Org file and published it once using htmlfontify and another time with htmlize. I'm attaching the

[O] Automatically save the archive file after org-archive-subtree

2018-10-06 Thread Kodi Arfer
As of https://code.orgmode.org/bzg/org-mode/commit/b186d1d7236c0dc397eadeb004c9a17eaffd3aab archiving a subtree no longer automatically saves the archive file. How can I get this behavior back? A Debian bug was also opened for this issue: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887

Re: [O] [RFC] Replace lambda functions added to org-mode-hook with named funcs

2018-10-06 Thread Kaushal Modi
On Fri, Oct 5, 2018, 6:42 AM Nicolas Goaziou wrote: > > If that's a function added to `org-mode-hook', it is not useful to add > "on major mode change". > Yes, I'll remove that one hook addition. > If there is no objection to this, I can fix this everywhere in maint, > > and then merge that int

Re: [O] Skipping the SUBTREE visibility state

2018-10-06 Thread Nicolas Goaziou
Matthew Palermo writes: > Hi Org mode list, > > I find it really distracting when a large SUBTREE is expanded while > browsing through an Org document. Does anyone else find this > problematic or am I doing something wrong? I'm not sure to understand the problem you want to solve. Could you expo