Re: Bug: org-with-wide-buffer is used in org-refile.el without (require 'org-macs) [9.3.6 (release_9.3.6-441-gba6855 @ /home/yantar92/.emacs.d/straight/build/org/)]

2020-05-31 Thread Ihor Radchenko
>> So, there's a lot we need to fix here :/ Everything is back to normal regarding my bug report on master. I guess the patch moving org-get-outline-path did the trick. This should be closed. Best, Ihor Kyle Meyer writes: > Kyle Meyer writes: > >> There's also a 'make single' target that

Re: Bug: org-with-wide-buffer is used in org-refile.el without (require 'org-macs) [9.3.6 (release_9.3.6-441-gba6855 @ /home/yantar92/.emacs.d/straight/build/org/)]

2020-04-15 Thread Kyle Meyer
Kyle Meyer writes: > There's also a 'make single' target that compiles files separately. My > understanding is that ideally its output should be free of warnings. > Running that right before the commit above (f636cf91b^), there are a > couple of warnings (at least one now resolved). There are

Re: Bug: org-with-wide-buffer is used in org-refile.el without (require 'org-macs) [9.3.6 (release_9.3.6-441-gba6855 @ /home/yantar92/.emacs.d/straight/build/org/)]

2020-04-09 Thread Kyle Meyer
Ihor Radchenko writes: > Recently, I ran into a problem compiling org-mode asynchronously with > each .el file being compiled in a separate process (via > native-compile-async). > When I tried to compile org-refile.el in a separate Emacs process > (without compiling all other .el files), there

Bug: org-with-wide-buffer is used in org-refile.el without (require 'org-macs) [9.3.6 (release_9.3.6-441-gba6855 @ /home/yantar92/.emacs.d/straight/build/org/)]

2020-04-07 Thread Ihor Radchenko
Recently, I ran into a problem compiling org-mode asynchronously with each .el file being compiled in a separate process (via native-compile-async). When I tried to compile org-refile.el in a separate Emacs process (without compiling all other .el files), there was no way for the byte-compiler