Re: refresh not working for org-mode from git

2022-09-26 Thread Ihor Radchenko
Colin Baxter writes: > The solution is to use `make autoloads'. I suppose that should have been > obvious to me at the beginning. After git pull (`+' in vc-dir) the > working recipe is: FYI, the versions checks are less strict now to work around some Emacs limitations. See

Re: refresh not working for org-mode from git

2022-09-24 Thread Colin Baxter
The solution is to use `make autoloads'. I suppose that should have been obvious to me at the beginning. After git pull (`+' in vc-dir) the working recipe is: 1. rm *.elc 2. Update in org-mode buffer using C-c C-x ! 3. make clean 4. make autoloads 5. Check update org-mode via C-c C-x! 6. make

Re: refresh not working for org-mode from git

2022-09-24 Thread Colin Baxter
Dear Ithor, > Ihor Radchenko writes: > Colin Baxter writes: >> Recently, if I use C-c C-x ! to refresh org-mode after a git >> pull, I get an error. I then have to close down emacs and launch >> again. This rather defeats the object of C-c C-x !. This appears >> to

Re: refresh not working for org-mode from git

2022-09-24 Thread Colin Baxter
Thank you for your detailed reply. > Tim Cross writes: > Colin Baxter writes: >> Recently, if I use C-c C-x ! to refresh org-mode after a git >> pull, I get an error. I then have to close down emacs and launch >> again. This rather defeats the object of C-c C-x !. This

Re: refresh not working for org-mode from git

2022-09-23 Thread Ihor Radchenko
Colin Baxter writes: > Recently, if I use C-c C-x ! to refresh org-mode after a git pull, I get an > error. I then have to close down emacs and launch again. This rather > defeats the object of C-c C-x !. This appears to have happened only recently Does it help if you run make after git pull?

Re: refresh not working for org-mode from git

2022-09-23 Thread Tim Cross
Colin Baxter writes: > Recently, if I use C-c C-x ! to refresh org-mode after a git pull, I get an > error. I then have to close down emacs and launch again. This rather > defeats the object of C-c C-x !. This appears to have happened only recently > > The Backtrace is > >

refresh not working for org-mode from git

2022-09-23 Thread Colin Baxter
Recently, if I use C-c C-x ! to refresh org-mode after a git pull, I get an error. I then have to close down emacs and launch again. This rather defeats the object of C-c C-x !. This appears to have happened only recently The Backtrace is --8<---cut