Bug: performance issue in org-font-lock-add-priority-faces related to org-priority-regexp [9.4 (9.4-7-g3eccc5-elpaplus @ /home/standard/.emacs.d/elpa/26.3/develop/org-plus-contrib-20200921/)]

2020-09-24 Thread Tim Frana
Hello, After updating from org-plus-contrib-20200810 to org-plus-contrib-20200921, opening org files has become extremely slow for me. As a rough estimate, a 400 KB org file of mine used to take 5 seconds on first load in a session, and after the update needed more than 2 minutes. This is the

Bug: missing autoload org-load-modules-maybe [9.4 (9.4-7-g3eccc5-elpaplus @ /home/standard/.emacs.d/elpa/26.3/develop/org-plus-contrib-20200921/)]

2020-09-28 Thread Tim Frana
Hello, Reproduction: Start emacs without loading org, call org-store-link. Error message is displayed: "Symbol’s function definition is void: org-load-modules-maybe" Expected behaviour: Org link to the current location is stored. I guess an autoload should be added? Manually adding one in m

Bug: performance issue in org-font-lock-add-priority-faces related to org-priority-regexp [9.4 (9.4-7-g3eccc5-elpaplus @ /home/standard/.emacs.d/elpa/26.3/develop/org-plus-contrib-20200921/)]

2020-10-07 Thread Tim Frana
Apologies, the extreme slowdown for the regex in my setup is mostly credited to a very long line in my org file (~100k characters). I inserted a snippet from a log file to a quote block, without realizing that a large base64 string was hiding at the end of one line. The old regex could exclude t

[PATCH] org-agenda.el: Fix clocking issues regex

2021-05-15 Thread Tim Frana
Hi, The method org-agenda-show-clocking-issues has a faulty regex, which leads to false-positive clocking issues: " Clocked: +(-\\|\\([0-9]+:[0-9]+\\))" There is no outer group to limit the OR-expression \\|, so the right half will match timestamps with a closing parenthesis without any "Clo