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
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
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
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