Re: Bug: Failed to render org file during first load on buffer emacs 27.1 windows binaries [9.3 (release_9.3 @ c:/ProgramFilesh/emacs-27.1-x86_64/share/emacs/27.1/lisp/org/)]

2021-05-31 Thread Aaron Rea
Hello everyone, I wanted to thank you guys for your guidance. I was able to trace the issue through the debugger this far (27.2 binaries): * org-mode() * apply(#f(compiled-function () (interactive nil) #) nil) * #f(compiled-function () (interactive nil) #) nil) () *

Re: Bug: Failed to render org file during first load on buffer emacs 27.1 windows binaries [9.3 (release_9.3 @ c:/ProgramFilesh/emacs-27.1-x86_64/share/emacs/27.1/lisp/org/)]

2021-05-22 Thread Ihor Radchenko
Aaron Rea writes: > As for the org version, I hit this issue even when running it out of the > box. I recall exactly same issue reported some time ago on Reddit. It appears to be very rare and hard to debug from our side. > Is there perhaps a different set of windows binaries I should be >

Re: Bug: Failed to render org file during first load on buffer emacs 27.1 windows binaries [9.3 (release_9.3 @ c:/ProgramFilesh/emacs-27.1-x86_64/share/emacs/27.1/lisp/org/)]

2021-05-21 Thread Aaron Rea
Hello everyone, Thanks for your input. I'm using Windows 10 20H2 - OS Build 19042.985. As for the org version, I hit this issue even when running it out of the box. I download the emacs-27.2-x86_64 zip file, extract it, cd to the bin directory and run '.\emacs.exe -Q'. When I C-x C-f test.org (a

Re: Bug: Failed to render org file during first load on buffer emacs 27.1 windows binaries [9.3 (release_9.3 @ c:/ProgramFilesh/emacs-27.1-x86_64/share/emacs/27.1/lisp/org/)]

2021-05-21 Thread Shibu N.V
Hello Aaron, I think, the Issue is specific to the version of Windows. I faced the issue with Windows 10,1903. When I updated to Windows 10 20H1, it resolved itself. N.V.Shibu Assistant Professor Senior Grade Sri Ramakrishna Institute of Technology Coimbatore-10. On Fri, May 21, 2021 at 1:39

Re: Bug: Failed to render org file during first load on buffer emacs 27.1 windows binaries [9.3 (release_9.3 @ c:/ProgramFilesh/emacs-27.1-x86_64/share/emacs/27.1/lisp/org/)]

2021-05-21 Thread Jeremie Juste
Hello Aaron, The org-version that ships with emacs 27.2 is 9.4.4. And, for me this version works well on windows 10 out of the box. Can you confirm this? Then if you want to upgrade orgmode, please let us know how you did it. In general the instructions (Info-goto-node "(org) Installation")

Re: Bug: Failed to render org file during first load on buffer emacs 27.1 windows binaries [9.3 (release_9.3 @ c:/ProgramFilesh/emacs-27.1-x86_64/share/emacs/27.1/lisp/org/)]

2021-05-21 Thread Aaron
Hi folks, I upgraded emacs from 26.3 to 27.2 and am encountering this same issue on Windows 10.I’ve tried using org 9.4.4 and 9.6 as well and also using emacs 27.1 but no dice.This has all been done with a ‘clean’ install – wiped my .emacs file and .emacs.d directory.I get the issue when I open

Re: Bug: Failed to render org file during first load on buffer emacs 27.1 windows binaries [9.3 (release_9.3 @ c:/ProgramFilesh/emacs-27.1-x86_64/share/emacs/27.1/lisp/org/)]

2021-05-21 Thread Ihor Radchenko
Aaron writes: > Any other ideas on how to get it working? This is most likely something on your side. Sounds like some kind of mixed installation. Are you able to run `emacs -Q` from command line? How did you install Org mode? Best, Ihor

Re: Bug: Failed to render org file during first load on buffer emacs 27.1 windows binaries [9.3 (release_9.3 @ c:/ProgramFilesh/emacs-27.1-x86_64/share/emacs/27.1/lisp/org/)]

2020-09-23 Thread Palak Mathur
> On Sep 23, 2020, at 2:29 AM, Bastien wrote: > > Hi Shibu, > > "Shibu N.V" writes: > >> I tried with the latest stable release org 9.4 along with emacs27.1 >> windows binaries on windows platform. The issue persists. > > Thanks for reporting this again. > > Can anyone using Emacs/Org

Re: Bug: Failed to render org file during first load on buffer emacs 27.1 windows binaries [9.3 (release_9.3 @ c:/ProgramFilesh/emacs-27.1-x86_64/share/emacs/27.1/lisp/org/)]

2020-09-23 Thread Bastien
Hi Shibu, "Shibu N.V" writes: > I tried with the latest stable release org 9.4 along with emacs27.1 > windows binaries on windows platform. The issue persists. Thanks for reporting this again. Can anyone using Emacs/Org on Windows help debugging this? -- Bastien

Re: Bug: Failed to render org file during first load on buffer emacs 27.1 windows binaries [9.3 (release_9.3 @ c:/ProgramFilesh/emacs-27.1-x86_64/share/emacs/27.1/lisp/org/)]

2020-09-18 Thread Shibu N.V
I tried with the latest stable release org 9.4 along with emacs27.1 windows binaries on windows platform. The issue persists. i shall copy the generated bug report here Emacs : GNU Emacs 27.1 (build 1, x86_64-w64-mingw32) of 2020-08-21 Package: Org mode version 9.4 (9.4-dist @

Re: Bug: Failed to render org file during first load on buffer emacs 27.1 windows binaries [9.3 (release_9.3 @ c:/ProgramFilesh/emacs-27.1-x86_64/share/emacs/27.1/lisp/org/)]

2020-09-18 Thread Ihor Radchenko
> emacs invoked with "runemacs -Q " and also "emacs -Q" commands. So no > configuration files are loaded. Rendering issue is not specific to any > particular org file. It is general to all org files. I cannot reproduce the issue on my side. Though I am on Linux. A generic suggestion would be

Re: Bug: Failed to render org file during first load on buffer emacs 27.1 windows binaries [9.3 (release_9.3 @ c:/ProgramFilesh/emacs-27.1-x86_64/share/emacs/27.1/lisp/org/)]

2020-09-17 Thread Shibu N.V
emacs invoked with "runemacs -Q " and also "emacs -Q" commands. So no configuration files are loaded. Rendering issue is not specific to any particular org file. It is general to all org files. The following message is shown in the message buffer (Shell command succeeded with no output) I am

Re: Bug: Failed to render org file during first load on buffer emacs 27.1 windows binaries [9.3 (release_9.3 @ c:/ProgramFilesh/emacs-27.1-x86_64/share/emacs/27.1/lisp/org/)]

2020-09-17 Thread Ihor Radchenko
> Emacs is invoked using runemacs.exe -Q. The org file is loaded in buffer > using C-x C-f. But the org file is not rendered in the buffer. Could you provide the problematic file? Or better the part of file causing the issue? Best, Ihor "Shibu N.V" writes: > Remember to cover the basics, that

Bug: Failed to render org file during first load on buffer emacs 27.1 windows binaries [9.3 (release_9.3 @ c:/ProgramFilesh/emacs-27.1-x86_64/share/emacs/27.1/lisp/org/)]

2020-09-17 Thread Shibu N.V
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.