emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* 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  7:56 Shibu N.V
  2020-09-18  3:56 ` Ihor Radchenko
  0 siblings, 1 reply; 14+ messages in thread
From: Shibu N.V @ 2020-09-17  7:56 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 4113 bytes --]

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

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. The
message buffer shows the message "(Shell command succeeded with no
output)" and buffer shows Org-mode enabled. To render the file, either
the file needs to be reloaded in buffer or M-x org-mode has to be issued
.Also tried with latest stable release of org 9.4 Working perfectly in
Emacs 26.3 windows binaries

Emacs  : GNU Emacs 27.1 (build 1, x86_64-w64-mingw32)
 of 2020-08-21
Package: Org mode version 9.3 (release_9.3 @
c:/ProgramFilesh/emacs-27.1-x86_64/share/emacs/27.1/lisp/org/)

current state:
==============
(setq
 org-src-mode-hook '(org-src-babel-configure-edit-buffer
     org-src-mode-configure-edit-buffer)
 org-link-shell-confirm-function 'yes-or-no-p
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
 org-mode-hook '(#[0 "\300\301\302\303\304$\207"
   [add-hook change-major-mode-hook org-show-all append local]
   5]
#[0 "\300\301\302\303\304$\207"
   [add-hook change-major-mode-hook org-babel-show-result-all
    append local]
   5]
org-babel-result-hide-spec org-babel-hide-all-hashes)
 org-archive-hook '(org-attach-archive-delete-maybe)
 org-confirm-elisp-link-function 'yes-or-no-p
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-bibtex-headline-format-function #[257 "\300 \236A\207" [:title] 3
"\n\n(fn ENTRY)"]
 org-babel-pre-tangle-hook '(save-buffer)
 org-tab-first-hook '(org-babel-hide-result-toggle-maybe
      org-babel-header-arg-expand)
 org-occur-hook '(org-first-headline-recenter)
 org-cycle-hook '(org-cycle-hide-archived-subtrees
org-cycle-show-empty-lines
  org-optimize-window-after-visibility-change)
 org-speed-command-hook '(org-speed-command-activate
  org-babel-speed-command-activate)
 org-confirm-shell-link-function 'yes-or-no-p
 org-link-parameters '(("attachment" :follow org-attach-open-link :export
org-attach-export-link :complete
org-attach-complete-link)
       ("id" :follow org-id-open)
       ("eww" :follow eww :store org-eww-store-link)
       ("rmail" :follow org-rmail-open :store
org-rmail-store-link)
       ("mhe" :follow org-mhe-open :store org-mhe-store-link)
       ("irc" :follow org-irc-visit :store org-irc-store-link
:export org-irc-export)
       ("info" :follow org-info-open :export org-info-export
:store org-info-store-link)
       ("gnus" :follow org-gnus-open :store org-gnus-store-link)
       ("docview" :follow org-docview-open :export
org-docview-export :store org-docview-store-link)
       ("bibtex" :follow org-bibtex-open :store
org-bibtex-store-link)
       ("bbdb" :follow org-bbdb-open :export org-bbdb-export
:complete org-bbdb-complete-link :store
org-bbdb-store-link)
       ("w3m" :store org-w3m-store-link) ("file+sys")
       ("file+emacs") ("shell" :follow org-link--open-shell)
       ("news" :follow
#[257 "\301\300\302 Q!\207" ["news" browse-url ":"] 5
  "\n\n(fn URL)"]
)
       ("mailto" :follow
#[257 "\301\300\302 Q!\207" ["mailto" browse-url ":"]
  5 "\n\n(fn URL)"]
)
       ("https" :follow
#[257 "\301\300\302 Q!\207" ["https" browse-url ":"] 5
  "\n\n(fn URL)"]
)
       ("http" :follow
#[257 "\301\300\302 Q!\207" ["http" browse-url ":"] 5
  "\n\n(fn URL)"]
)
       ("ftp" :follow
#[257 "\301\300\302 Q!\207" ["ftp" browse-url ":"] 5
  "\n\n(fn URL)"]
)
       ("help" :follow org-link--open-help)
       ("file" :complete org-link-complete-file)
       ("elisp" :follow org-link--open-elisp)
       ("doi" :follow org-link--open-doi))
 org-link-elisp-confirm-function 'yes-or-no-p

















N.V.Shibu
Assistant Professor Senior Grade
Sri Ramakrishna Institute of Technology
Coimbatore-10.

[-- Attachment #2: Type: text/html, Size: 8451 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* 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  7:56 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/)] Shibu N.V
@ 2020-09-18  3:56 ` Ihor Radchenko
  2020-09-18  4:38   ` Shibu N.V
  0 siblings, 1 reply; 14+ messages in thread
From: Ihor Radchenko @ 2020-09-18  3:56 UTC (permalink / raw)
  To: Shibu N.V, emacs-orgmode

> 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" <nvshibuse@gmail.com> writes:

> 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.
> ------------------------------------------------------------------------
>
> 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. The
> message buffer shows the message "(Shell command succeeded with no
> output)" and buffer shows Org-mode enabled. To render the file, either
> the file needs to be reloaded in buffer or M-x org-mode has to be issued
> .Also tried with latest stable release of org 9.4 Working perfectly in
> Emacs 26.3 windows binaries
>
> Emacs  : GNU Emacs 27.1 (build 1, x86_64-w64-mingw32)
>  of 2020-08-21
> Package: Org mode version 9.3 (release_9.3 @
> c:/ProgramFilesh/emacs-27.1-x86_64/share/emacs/27.1/lisp/org/)
>
> current state:
> ==============
> (setq
>  org-src-mode-hook '(org-src-babel-configure-edit-buffer
>      org-src-mode-configure-edit-buffer)
>  org-link-shell-confirm-function 'yes-or-no-p
>  org-metadown-hook '(org-babel-pop-to-session-maybe)
>  org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
>  org-mode-hook '(#[0 "\300\301\302\303\304$\207"
>    [add-hook change-major-mode-hook org-show-all append local]
>    5]
> #[0 "\300\301\302\303\304$\207"
>    [add-hook change-major-mode-hook org-babel-show-result-all
>     append local]
>    5]
> org-babel-result-hide-spec org-babel-hide-all-hashes)
>  org-archive-hook '(org-attach-archive-delete-maybe)
>  org-confirm-elisp-link-function 'yes-or-no-p
>  org-agenda-before-write-hook '(org-agenda-add-entry-text)
>  org-metaup-hook '(org-babel-load-in-session-maybe)
>  org-bibtex-headline-format-function #[257 "\300 \236A\207" [:title] 3
> "\n\n(fn ENTRY)"]
>  org-babel-pre-tangle-hook '(save-buffer)
>  org-tab-first-hook '(org-babel-hide-result-toggle-maybe
>       org-babel-header-arg-expand)
>  org-occur-hook '(org-first-headline-recenter)
>  org-cycle-hook '(org-cycle-hide-archived-subtrees
> org-cycle-show-empty-lines
>   org-optimize-window-after-visibility-change)
>  org-speed-command-hook '(org-speed-command-activate
>   org-babel-speed-command-activate)
>  org-confirm-shell-link-function 'yes-or-no-p
>  org-link-parameters '(("attachment" :follow org-attach-open-link :export
> org-attach-export-link :complete
> org-attach-complete-link)
>        ("id" :follow org-id-open)
>        ("eww" :follow eww :store org-eww-store-link)
>        ("rmail" :follow org-rmail-open :store
> org-rmail-store-link)
>        ("mhe" :follow org-mhe-open :store org-mhe-store-link)
>        ("irc" :follow org-irc-visit :store org-irc-store-link
> :export org-irc-export)
>        ("info" :follow org-info-open :export org-info-export
> :store org-info-store-link)
>        ("gnus" :follow org-gnus-open :store org-gnus-store-link)
>        ("docview" :follow org-docview-open :export
> org-docview-export :store org-docview-store-link)
>        ("bibtex" :follow org-bibtex-open :store
> org-bibtex-store-link)
>        ("bbdb" :follow org-bbdb-open :export org-bbdb-export
> :complete org-bbdb-complete-link :store
> org-bbdb-store-link)
>        ("w3m" :store org-w3m-store-link) ("file+sys")
>        ("file+emacs") ("shell" :follow org-link--open-shell)
>        ("news" :follow
> #[257 "\301\300\302 Q!\207" ["news" browse-url ":"] 5
>   "\n\n(fn URL)"]
> )
>        ("mailto" :follow
> #[257 "\301\300\302 Q!\207" ["mailto" browse-url ":"]
>   5 "\n\n(fn URL)"]
> )
>        ("https" :follow
> #[257 "\301\300\302 Q!\207" ["https" browse-url ":"] 5
>   "\n\n(fn URL)"]
> )
>        ("http" :follow
> #[257 "\301\300\302 Q!\207" ["http" browse-url ":"] 5
>   "\n\n(fn URL)"]
> )
>        ("ftp" :follow
> #[257 "\301\300\302 Q!\207" ["ftp" browse-url ":"] 5
>   "\n\n(fn URL)"]
> )
>        ("help" :follow org-link--open-help)
>        ("file" :complete org-link-complete-file)
>        ("elisp" :follow org-link--open-elisp)
>        ("doi" :follow org-link--open-doi))
>  org-link-elisp-confirm-function 'yes-or-no-p
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> N.V.Shibu
> Assistant Professor Senior Grade
> Sri Ramakrishna Institute of Technology
> Coimbatore-10.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* 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  3:56 ` Ihor Radchenko
@ 2020-09-18  4:38   ` Shibu N.V
  2020-09-18  6:27     ` Ihor Radchenko
  0 siblings, 1 reply; 14+ messages in thread
From: Shibu N.V @ 2020-09-18  4:38 UTC (permalink / raw)
  To: Ihor Radchenko; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 5509 bytes --]

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 attaching a simple org file. The rendering issue is seen in this file
too. In this particular case, the hyperlinks are not rendered. Font-lock /
faces also failed to render.

N.V.Shibu
Assistant Professor
Sri Ramakrishna Institute of Technology
Coimbatore-10.


On Fri, Sep 18, 2020 at 9:27 AM Ihor Radchenko <yantar92@gmail.com> wrote:

> > 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" <nvshibuse@gmail.com> writes:
>
> > 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.
> > ------------------------------------------------------------------------
> >
> > 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. The
> > message buffer shows the message "(Shell command succeeded with no
> > output)" and buffer shows Org-mode enabled. To render the file, either
> > the file needs to be reloaded in buffer or M-x org-mode has to be issued
> > .Also tried with latest stable release of org 9.4 Working perfectly in
> > Emacs 26.3 windows binaries
> >
> > Emacs  : GNU Emacs 27.1 (build 1, x86_64-w64-mingw32)
> >  of 2020-08-21
> > Package: Org mode version 9.3 (release_9.3 @
> > c:/ProgramFilesh/emacs-27.1-x86_64/share/emacs/27.1/lisp/org/)
> >
> > current state:
> > ==============
> > (setq
> >  org-src-mode-hook '(org-src-babel-configure-edit-buffer
> >      org-src-mode-configure-edit-buffer)
> >  org-link-shell-confirm-function 'yes-or-no-p
> >  org-metadown-hook '(org-babel-pop-to-session-maybe)
> >  org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
> >  org-mode-hook '(#[0 "\300\301\302\303\304$\207"
> >    [add-hook change-major-mode-hook org-show-all append local]
> >    5]
> > #[0 "\300\301\302\303\304$\207"
> >    [add-hook change-major-mode-hook org-babel-show-result-all
> >     append local]
> >    5]
> > org-babel-result-hide-spec org-babel-hide-all-hashes)
> >  org-archive-hook '(org-attach-archive-delete-maybe)
> >  org-confirm-elisp-link-function 'yes-or-no-p
> >  org-agenda-before-write-hook '(org-agenda-add-entry-text)
> >  org-metaup-hook '(org-babel-load-in-session-maybe)
> >  org-bibtex-headline-format-function #[257 "\300 \236A\207" [:title] 3
> > "\n\n(fn ENTRY)"]
> >  org-babel-pre-tangle-hook '(save-buffer)
> >  org-tab-first-hook '(org-babel-hide-result-toggle-maybe
> >       org-babel-header-arg-expand)
> >  org-occur-hook '(org-first-headline-recenter)
> >  org-cycle-hook '(org-cycle-hide-archived-subtrees
> > org-cycle-show-empty-lines
> >   org-optimize-window-after-visibility-change)
> >  org-speed-command-hook '(org-speed-command-activate
> >   org-babel-speed-command-activate)
> >  org-confirm-shell-link-function 'yes-or-no-p
> >  org-link-parameters '(("attachment" :follow org-attach-open-link :export
> > org-attach-export-link :complete
> > org-attach-complete-link)
> >        ("id" :follow org-id-open)
> >        ("eww" :follow eww :store org-eww-store-link)
> >        ("rmail" :follow org-rmail-open :store
> > org-rmail-store-link)
> >        ("mhe" :follow org-mhe-open :store org-mhe-store-link)
> >        ("irc" :follow org-irc-visit :store org-irc-store-link
> > :export org-irc-export)
> >        ("info" :follow org-info-open :export org-info-export
> > :store org-info-store-link)
> >        ("gnus" :follow org-gnus-open :store org-gnus-store-link)
> >        ("docview" :follow org-docview-open :export
> > org-docview-export :store org-docview-store-link)
> >        ("bibtex" :follow org-bibtex-open :store
> > org-bibtex-store-link)
> >        ("bbdb" :follow org-bbdb-open :export org-bbdb-export
> > :complete org-bbdb-complete-link :store
> > org-bbdb-store-link)
> >        ("w3m" :store org-w3m-store-link) ("file+sys")
> >        ("file+emacs") ("shell" :follow org-link--open-shell)
> >        ("news" :follow
> > #[257 "\301\300\302 Q!\207" ["news" browse-url ":"] 5
> >   "\n\n(fn URL)"]
> > )
> >        ("mailto" :follow
> > #[257 "\301\300\302 Q!\207" ["mailto" browse-url ":"]
> >   5 "\n\n(fn URL)"]
> > )
> >        ("https" :follow
> > #[257 "\301\300\302 Q!\207" ["https" browse-url ":"] 5
> >   "\n\n(fn URL)"]
> > )
> >        ("http" :follow
> > #[257 "\301\300\302 Q!\207" ["http" browse-url ":"] 5
> >   "\n\n(fn URL)"]
> > )
> >        ("ftp" :follow
> > #[257 "\301\300\302 Q!\207" ["ftp" browse-url ":"] 5
> >   "\n\n(fn URL)"]
> > )
> >        ("help" :follow org-link--open-help)
> >        ("file" :complete org-link-complete-file)
> >        ("elisp" :follow org-link--open-elisp)
> >        ("doi" :follow org-link--open-doi))
> >  org-link-elisp-confirm-function 'yes-or-no-p
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > N.V.Shibu
> > Assistant Professor Senior Grade
> > Sri Ramakrishna Institute of Technology
> > Coimbatore-10.
>

[-- Attachment #1.2: Type: text/html, Size: 7608 bytes --]

[-- Attachment #2: test.org --]
[-- Type: application/octet-stream, Size: 58 bytes --]

[[https://www.gnu.org/software/emacs/][Emacs Home Page]]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* 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  4:38   ` Shibu N.V
@ 2020-09-18  6:27     ` Ihor Radchenko
  2020-09-18 11:26       ` Shibu N.V
  0 siblings, 1 reply; 14+ messages in thread
From: Ihor Radchenko @ 2020-09-18  6:27 UTC (permalink / raw)
  To: Shibu N.V; +Cc: emacs-orgmode

> 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 reinstalling emacs to make sure that
org-mode files were not accidentally modified. Also, you may try to
install latest org-mode version (not the one shipped together with
Emacs).

Best,
Ihor


"Shibu N.V" <nvshibuse@gmail.com> writes:

> 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 attaching a simple org file. The rendering issue is seen in this file
> too. In this particular case, the hyperlinks are not rendered. Font-lock /
> faces also failed to render.
>
> N.V.Shibu
> Assistant Professor
> Sri Ramakrishna Institute of Technology
> Coimbatore-10.
>
>
> On Fri, Sep 18, 2020 at 9:27 AM Ihor Radchenko <yantar92@gmail.com> wrote:
>
>> > 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" <nvshibuse@gmail.com> writes:
>>
>> > 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.
>> > ------------------------------------------------------------------------
>> >
>> > 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. The
>> > message buffer shows the message "(Shell command succeeded with no
>> > output)" and buffer shows Org-mode enabled. To render the file, either
>> > the file needs to be reloaded in buffer or M-x org-mode has to be issued
>> > .Also tried with latest stable release of org 9.4 Working perfectly in
>> > Emacs 26.3 windows binaries
>> >
>> > Emacs  : GNU Emacs 27.1 (build 1, x86_64-w64-mingw32)
>> >  of 2020-08-21
>> > Package: Org mode version 9.3 (release_9.3 @
>> > c:/ProgramFilesh/emacs-27.1-x86_64/share/emacs/27.1/lisp/org/)
>> >
>> > current state:
>> > ==============
>> > (setq
>> >  org-src-mode-hook '(org-src-babel-configure-edit-buffer
>> >      org-src-mode-configure-edit-buffer)
>> >  org-link-shell-confirm-function 'yes-or-no-p
>> >  org-metadown-hook '(org-babel-pop-to-session-maybe)
>> >  org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
>> >  org-mode-hook '(#[0 "\300\301\302\303\304$\207"
>> >    [add-hook change-major-mode-hook org-show-all append local]
>> >    5]
>> > #[0 "\300\301\302\303\304$\207"
>> >    [add-hook change-major-mode-hook org-babel-show-result-all
>> >     append local]
>> >    5]
>> > org-babel-result-hide-spec org-babel-hide-all-hashes)
>> >  org-archive-hook '(org-attach-archive-delete-maybe)
>> >  org-confirm-elisp-link-function 'yes-or-no-p
>> >  org-agenda-before-write-hook '(org-agenda-add-entry-text)
>> >  org-metaup-hook '(org-babel-load-in-session-maybe)
>> >  org-bibtex-headline-format-function #[257 "\300 \236A\207" [:title] 3
>> > "\n\n(fn ENTRY)"]
>> >  org-babel-pre-tangle-hook '(save-buffer)
>> >  org-tab-first-hook '(org-babel-hide-result-toggle-maybe
>> >       org-babel-header-arg-expand)
>> >  org-occur-hook '(org-first-headline-recenter)
>> >  org-cycle-hook '(org-cycle-hide-archived-subtrees
>> > org-cycle-show-empty-lines
>> >   org-optimize-window-after-visibility-change)
>> >  org-speed-command-hook '(org-speed-command-activate
>> >   org-babel-speed-command-activate)
>> >  org-confirm-shell-link-function 'yes-or-no-p
>> >  org-link-parameters '(("attachment" :follow org-attach-open-link :export
>> > org-attach-export-link :complete
>> > org-attach-complete-link)
>> >        ("id" :follow org-id-open)
>> >        ("eww" :follow eww :store org-eww-store-link)
>> >        ("rmail" :follow org-rmail-open :store
>> > org-rmail-store-link)
>> >        ("mhe" :follow org-mhe-open :store org-mhe-store-link)
>> >        ("irc" :follow org-irc-visit :store org-irc-store-link
>> > :export org-irc-export)
>> >        ("info" :follow org-info-open :export org-info-export
>> > :store org-info-store-link)
>> >        ("gnus" :follow org-gnus-open :store org-gnus-store-link)
>> >        ("docview" :follow org-docview-open :export
>> > org-docview-export :store org-docview-store-link)
>> >        ("bibtex" :follow org-bibtex-open :store
>> > org-bibtex-store-link)
>> >        ("bbdb" :follow org-bbdb-open :export org-bbdb-export
>> > :complete org-bbdb-complete-link :store
>> > org-bbdb-store-link)
>> >        ("w3m" :store org-w3m-store-link) ("file+sys")
>> >        ("file+emacs") ("shell" :follow org-link--open-shell)
>> >        ("news" :follow
>> > #[257 "\301\300\302 Q!\207" ["news" browse-url ":"] 5
>> >   "\n\n(fn URL)"]
>> > )
>> >        ("mailto" :follow
>> > #[257 "\301\300\302 Q!\207" ["mailto" browse-url ":"]
>> >   5 "\n\n(fn URL)"]
>> > )
>> >        ("https" :follow
>> > #[257 "\301\300\302 Q!\207" ["https" browse-url ":"] 5
>> >   "\n\n(fn URL)"]
>> > )
>> >        ("http" :follow
>> > #[257 "\301\300\302 Q!\207" ["http" browse-url ":"] 5
>> >   "\n\n(fn URL)"]
>> > )
>> >        ("ftp" :follow
>> > #[257 "\301\300\302 Q!\207" ["ftp" browse-url ":"] 5
>> >   "\n\n(fn URL)"]
>> > )
>> >        ("help" :follow org-link--open-help)
>> >        ("file" :complete org-link-complete-file)
>> >        ("elisp" :follow org-link--open-elisp)
>> >        ("doi" :follow org-link--open-doi))
>> >  org-link-elisp-confirm-function 'yes-or-no-p
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> > N.V.Shibu
>> > Assistant Professor Senior Grade
>> > Sri Ramakrishna Institute of Technology
>> > Coimbatore-10.
>>


^ permalink raw reply	[flat|nested] 14+ messages in thread

* 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  6:27     ` Ihor Radchenko
@ 2020-09-18 11:26       ` Shibu N.V
  2020-09-23  7:28         ` Bastien
  0 siblings, 1 reply; 14+ messages in thread
From: Shibu N.V @ 2020-09-18 11:26 UTC (permalink / raw)
  To: Ihor Radchenko; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 13226 bytes --]

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 @
c:/Home/expemacsd/.emacs.d/orgdir/lisp/)

current state:
==============
(setq
 org-src-mode-hook '(org-src-babel-configure-edit-buffer
     org-src-mode-configure-edit-buffer)
 org-link-shell-confirm-function 'yes-or-no-p
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
 org-mode-hook '((closure
  (org--rds reftex-docstruct-symbol
   org-element-greater-elements org-clock-history
   org-agenda-current-date org-with-time org-defdecode org-def
   org-read-date-inactive org-ans2 org-ans1
   org-columns-current-fmt-compiled org-clock-current-task
   org-clock-effort org-agenda-skip-function
   org-agenda-skip-comment-trees org-agenda-archives-mode
   org-end-time-was-given org-time-was-given org-log-note-extra
   org-log-note-purpose org-log-post-message
   org-last-inserted-timestamp org-last-changed-timestamp
   org-entry-property-inherited-from org-blocked-by-checkboxes
   org-state org-agenda-headline-snapshot-before-repeat
   org-agenda-start-on-weekday org-agenda-buffer-tmp-name
   org-priority-regexp org-mode-abbrev-table
   org-mode-syntax-table buffer-face-mode-face org-tbl-menu
   org-org-menu org-struct-menu org-entities org-last-state
   org-id-track-globally org-clock-start-time texmathp-why
   remember-data-file org-agenda-tags-todo-honor-ignore-options
   iswitchb-temp-buflist calc-embedded-open-mode
   calc-embedded-open-formula calc-embedded-close-formula
   align-mode-rules-list org-emphasis-alist
   org-emphasis-regexp-components
   org-export-registered-backends org-modules
   org-babel-load-languages org-id-overriding-file-name
   org-indent-indentation-per-level
   org-element-paragraph-separate ffap-url-regexp
   org-inlinetask-min-level t)
  nil
  (add-hook 'change-major-mode-hook 'org-show-all 'append
   'local)
  )
(closure
  (org-src-window-setup *this*
   org-babel-confirm-evaluate-answer-no
   org-babel-tangle-uncomment-comments
   org-src-preserve-indentation org-src-lang-modes
   org-edit-src-content-indentation org-babel-library-of-babel
   t)
  nil
  (add-hook 'change-major-mode-hook 'org-babel-show-result-all
   'append 'local)
  )
org-babel-result-hide-spec org-babel-hide-all-hashes)
 org-archive-hook '(org-attach-archive-delete-maybe)
 org-confirm-elisp-link-function 'yes-or-no-p
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-bibtex-headline-format-function '(closure
       (org-id-locations
org-agenda-search-view-always-boolean
org-agenda-overriding-header t)
       (entry) (cdr (assq :title entry)))
 org-babel-pre-tangle-hook '(save-buffer)
 org-tab-first-hook '(org-babel-hide-result-toggle-maybe
      org-babel-header-arg-expand)
 org-agenda-loop-over-headlines-in-active-region nil
 org-occur-hook '(org-first-headline-recenter)
 org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers
  org-cycle-show-empty-lines
  org-optimize-window-after-visibility-change)
 org-speed-command-hook '(org-speed-command-activate
  org-babel-speed-command-activate)
 org-export-before-parsing-hook '(org-attach-expand-links)
 org-confirm-shell-link-function 'yes-or-no-p
 org-link-parameters '(("attachment" :follow org-attach-follow :complete
org-attach-complete-link)
       ("id" :follow org-id-open)
       ("eww" :follow org-eww-open :store org-eww-store-link)
       ("rmail" :follow org-rmail-open :store
org-rmail-store-link)
       ("mhe" :follow org-mhe-open :store org-mhe-store-link)
       ("irc" :follow org-irc-visit :store org-irc-store-link
:export org-irc-export)
       ("info" :follow org-info-open :export org-info-export
:store org-info-store-link)
       ("gnus" :follow org-gnus-open :store org-gnus-store-link)
       ("docview" :follow org-docview-open :export
org-docview-export :store org-docview-store-link)
       ("bibtex" :follow org-bibtex-open :store
org-bibtex-store-link)
       ("bbdb" :follow org-bbdb-open :export org-bbdb-export
:complete org-bbdb-complete-link :store
org-bbdb-store-link)
       ("w3m" :store org-w3m-store-link) ("file+sys")
       ("file+emacs") ("shell" :follow org-link--open-shell)
       ("news" :follow
(closure
((scheme . "news") (--dolist-tail--) org-ts-regexp
  org-time-stamp-formats org-src-source-file-name
  org-outline-regexp-bol org-inhibit-startup
  org-id-link-to-org-use-id org-highlight-links
  org-comment-string org-agenda-buffer-name
  clean-buffer-list-kill-buffer-names t)
(url arg) (browse-url (concat scheme ":" url) arg))
)
       ("mailto" :follow
(closure
((scheme . "mailto") (--dolist-tail--) org-ts-regexp
  org-time-stamp-formats org-src-source-file-name
  org-outline-regexp-bol org-inhibit-startup
  org-id-link-to-org-use-id org-highlight-links
  org-comment-string org-agenda-buffer-name
  clean-buffer-list-kill-buffer-names t)
(url arg) (browse-url (concat scheme ":" url) arg))
)
       ("https" :follow
(closure
((scheme . "https") (--dolist-tail--) org-ts-regexp
  org-time-stamp-formats org-src-source-file-name
  org-outline-regexp-bol org-inhibit-startup
  org-id-link-to-org-use-id org-highlight-links
  org-comment-string org-agenda-buffer-name
  clean-buffer-list-kill-buffer-names t)
(url arg) (browse-url (concat scheme ":" url) arg))
)
       ("http" :follow
(closure
((scheme . "http") (--dolist-tail--) org-ts-regexp
  org-time-stamp-formats org-src-source-file-name
  org-outline-regexp-bol org-inhibit-startup
  org-id-link-to-org-use-id org-highlight-links
  org-comment-string org-agenda-buffer-name
  clean-buffer-list-kill-buffer-names t)
(url arg) (browse-url (concat scheme ":" url) arg))
)
       ("ftp" :follow
(closure
((scheme . "ftp") (--dolist-tail--) org-ts-regexp
  org-time-stamp-formats org-src-source-file-name
  org-outline-regexp-bol org-inhibit-startup
  org-id-link-to-org-use-id org-highlight-links
  org-comment-string org-agenda-buffer-name
  clean-buffer-list-kill-buffer-names t)
(url arg) (browse-url (concat scheme ":" url) arg))
)
       ("help" :follow org-link--open-help)
       ("file" :complete org-link-complete-file)
       ("elisp" :follow org-link--open-elisp)
       ("doi" :follow org-link--open-doi))
 org-link-elisp-confirm-function 'yes-or-no-p
 )






N.V.Shibu
Assistant Professor
Sri Ramakrishna Institute of Technology
Coimbatore-10.


On Fri, Sep 18, 2020 at 11:58 AM Ihor Radchenko <yantar92@gmail.com> wrote:

> > 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 reinstalling emacs to make sure that
> org-mode files were not accidentally modified. Also, you may try to
> install latest org-mode version (not the one shipped together with
> Emacs).
>
> Best,
> Ihor
>
>
> "Shibu N.V" <nvshibuse@gmail.com> writes:
>
> > 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 attaching a simple org file. The rendering issue is seen in this
> file
> > too. In this particular case, the hyperlinks are not rendered. Font-lock
> /
> > faces also failed to render.
> >
> > N.V.Shibu
> > Assistant Professor
> > Sri Ramakrishna Institute of Technology
> > Coimbatore-10.
> >
> >
> > On Fri, Sep 18, 2020 at 9:27 AM Ihor Radchenko <yantar92@gmail.com>
> wrote:
> >
> >> > 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" <nvshibuse@gmail.com> writes:
> >>
> >> > 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.
> >> >
> ------------------------------------------------------------------------
> >> >
> >> > 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. The
> >> > message buffer shows the message "(Shell command succeeded with no
> >> > output)" and buffer shows Org-mode enabled. To render the file, either
> >> > the file needs to be reloaded in buffer or M-x org-mode has to be
> issued
> >> > .Also tried with latest stable release of org 9.4 Working perfectly in
> >> > Emacs 26.3 windows binaries
> >> >
> >> > Emacs  : GNU Emacs 27.1 (build 1, x86_64-w64-mingw32)
> >> >  of 2020-08-21
> >> > Package: Org mode version 9.3 (release_9.3 @
> >> > c:/ProgramFilesh/emacs-27.1-x86_64/share/emacs/27.1/lisp/org/)
> >> >
> >> > current state:
> >> > ==============
> >> > (setq
> >> >  org-src-mode-hook '(org-src-babel-configure-edit-buffer
> >> >      org-src-mode-configure-edit-buffer)
> >> >  org-link-shell-confirm-function 'yes-or-no-p
> >> >  org-metadown-hook '(org-babel-pop-to-session-maybe)
> >> >  org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
> >> >  org-mode-hook '(#[0 "\300\301\302\303\304$\207"
> >> >    [add-hook change-major-mode-hook org-show-all append local]
> >> >    5]
> >> > #[0 "\300\301\302\303\304$\207"
> >> >    [add-hook change-major-mode-hook org-babel-show-result-all
> >> >     append local]
> >> >    5]
> >> > org-babel-result-hide-spec org-babel-hide-all-hashes)
> >> >  org-archive-hook '(org-attach-archive-delete-maybe)
> >> >  org-confirm-elisp-link-function 'yes-or-no-p
> >> >  org-agenda-before-write-hook '(org-agenda-add-entry-text)
> >> >  org-metaup-hook '(org-babel-load-in-session-maybe)
> >> >  org-bibtex-headline-format-function #[257 "\300 \236A\207" [:title] 3
> >> > "\n\n(fn ENTRY)"]
> >> >  org-babel-pre-tangle-hook '(save-buffer)
> >> >  org-tab-first-hook '(org-babel-hide-result-toggle-maybe
> >> >       org-babel-header-arg-expand)
> >> >  org-occur-hook '(org-first-headline-recenter)
> >> >  org-cycle-hook '(org-cycle-hide-archived-subtrees
> >> > org-cycle-show-empty-lines
> >> >   org-optimize-window-after-visibility-change)
> >> >  org-speed-command-hook '(org-speed-command-activate
> >> >   org-babel-speed-command-activate)
> >> >  org-confirm-shell-link-function 'yes-or-no-p
> >> >  org-link-parameters '(("attachment" :follow org-attach-open-link
> :export
> >> > org-attach-export-link :complete
> >> > org-attach-complete-link)
> >> >        ("id" :follow org-id-open)
> >> >        ("eww" :follow eww :store org-eww-store-link)
> >> >        ("rmail" :follow org-rmail-open :store
> >> > org-rmail-store-link)
> >> >        ("mhe" :follow org-mhe-open :store org-mhe-store-link)
> >> >        ("irc" :follow org-irc-visit :store org-irc-store-link
> >> > :export org-irc-export)
> >> >        ("info" :follow org-info-open :export org-info-export
> >> > :store org-info-store-link)
> >> >        ("gnus" :follow org-gnus-open :store org-gnus-store-link)
> >> >        ("docview" :follow org-docview-open :export
> >> > org-docview-export :store org-docview-store-link)
> >> >        ("bibtex" :follow org-bibtex-open :store
> >> > org-bibtex-store-link)
> >> >        ("bbdb" :follow org-bbdb-open :export org-bbdb-export
> >> > :complete org-bbdb-complete-link :store
> >> > org-bbdb-store-link)
> >> >        ("w3m" :store org-w3m-store-link) ("file+sys")
> >> >        ("file+emacs") ("shell" :follow org-link--open-shell)
> >> >        ("news" :follow
> >> > #[257 "\301\300\302 Q!\207" ["news" browse-url ":"] 5
> >> >   "\n\n(fn URL)"]
> >> > )
> >> >        ("mailto" :follow
> >> > #[257 "\301\300\302 Q!\207" ["mailto" browse-url ":"]
> >> >   5 "\n\n(fn URL)"]
> >> > )
> >> >        ("https" :follow
> >> > #[257 "\301\300\302 Q!\207" ["https" browse-url ":"] 5
> >> >   "\n\n(fn URL)"]
> >> > )
> >> >        ("http" :follow
> >> > #[257 "\301\300\302 Q!\207" ["http" browse-url ":"] 5
> >> >   "\n\n(fn URL)"]
> >> > )
> >> >        ("ftp" :follow
> >> > #[257 "\301\300\302 Q!\207" ["ftp" browse-url ":"] 5
> >> >   "\n\n(fn URL)"]
> >> > )
> >> >        ("help" :follow org-link--open-help)
> >> >        ("file" :complete org-link-complete-file)
> >> >        ("elisp" :follow org-link--open-elisp)
> >> >        ("doi" :follow org-link--open-doi))
> >> >  org-link-elisp-confirm-function 'yes-or-no-p
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >> > N.V.Shibu
> >> > Assistant Professor Senior Grade
> >> > Sri Ramakrishna Institute of Technology
> >> > Coimbatore-10.
> >>
>

[-- Attachment #2: Type: text/html, Size: 23722 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* 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 11:26       ` Shibu N.V
@ 2020-09-23  7:28         ` Bastien
  2020-09-23 12:42           ` Palak Mathur
  0 siblings, 1 reply; 14+ messages in thread
From: Bastien @ 2020-09-23  7:28 UTC (permalink / raw)
  To: Shibu N.V; +Cc: emacs-orgmode, Ihor Radchenko

Hi Shibu,

"Shibu N.V" <nvshibuse@gmail.com> 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


^ permalink raw reply	[flat|nested] 14+ messages in thread

* 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  7:28         ` Bastien
@ 2020-09-23 12:42           ` Palak Mathur
  0 siblings, 0 replies; 14+ messages in thread
From: Palak Mathur @ 2020-09-23 12:42 UTC (permalink / raw)
  To: Bastien; +Cc: Shibu N.V, emacs-orgmode, Ihor Radchenko



> On Sep 23, 2020, at 2:29 AM, Bastien <bzg@gnu.org> wrote:
> 
> Hi Shibu,
> 
> "Shibu N.V" <nvshibuse@gmail.com> 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
> 

I tried it on Windows with org-mode 9.3 with no issues. I will try with 9.4. 

^ permalink raw reply	[flat|nested] 14+ messages in thread

* 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  5:30 Aaron
  2021-05-21 12:35 ` Ihor Radchenko
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Aaron @ 2021-05-21  5:30 UTC (permalink / raw)
  To: palakmathur@gmail.com
  Cc: bzg@gnu.org, nvshibuse@gmail.com, emacs-orgmode@gnu.org,
	yantar92@gmail.com

[-- Attachment #1: Type: text/html, Size: 1636 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* 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  5:30 Aaron
@ 2021-05-21 12:35 ` Ihor Radchenko
  2021-05-21 14:34 ` Jeremie Juste
  2021-05-21 15:08 ` Shibu N.V
  2 siblings, 0 replies; 14+ messages in thread
From: Ihor Radchenko @ 2021-05-21 12:35 UTC (permalink / raw)
  To: Aaron
  Cc: bzg@gnu.org, nvshibuse@gmail.com, emacs-orgmode@gnu.org,
	palakmathur@gmail.com

Aaron <area@alumni.nd.edu> 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


^ permalink raw reply	[flat|nested] 14+ messages in thread

* 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  5:30 Aaron
  2021-05-21 12:35 ` Ihor Radchenko
@ 2021-05-21 14:34 ` Jeremie Juste
  2021-05-21 15:08 ` Shibu N.V
  2 siblings, 0 replies; 14+ messages in thread
From: Jeremie Juste @ 2021-05-21 14:34 UTC (permalink / raw)
  To: Aaron
  Cc: bzg@gnu.org, nvshibuse@gmail.com, emacs-orgmode@gnu.org,
	yantar92@gmail.com, palakmathur@gmail.com

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") works
for me.

Hope this helps,
Jeremie




^ permalink raw reply	[flat|nested] 14+ messages in thread

* 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  5:30 Aaron
  2021-05-21 12:35 ` Ihor Radchenko
  2021-05-21 14:34 ` Jeremie Juste
@ 2021-05-21 15:08 ` Shibu N.V
  2021-05-21 18:54   ` Aaron Rea
  2 siblings, 1 reply; 14+ messages in thread
From: Shibu N.V @ 2021-05-21 15:08 UTC (permalink / raw)
  To: Aaron
  Cc: bzg@gnu.org, emacs-orgmode@gnu.org, yantar92@gmail.com,
	palakmathur@gmail.com

[-- Attachment #1: Type: text/plain, Size: 850 bytes --]

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 PM Aaron <area@alumni.nd.edu> wrote:

> 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 any org file or even if I create a new file
> ending in .org.
>
> Any other ideas on how to get it working?
>
>
>
> All good things,
> Aaron
>

[-- Attachment #2: Type: text/html, Size: 1580 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* 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 15:08 ` Shibu N.V
@ 2021-05-21 18:54   ` Aaron Rea
  2021-05-22 13:33     ` Ihor Radchenko
  0 siblings, 1 reply; 14+ messages in thread
From: Aaron Rea @ 2021-05-21 18:54 UTC (permalink / raw)
  To: Shibu N.V
  Cc: bzg@gnu.org, emacs-orgmode@gnu.org, yantar92@gmail.com,
	palakmathur@gmail.com

[-- Attachment #1: Type: text/plain, Size: 1880 bytes --]

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 new file) it hangs briefly and outputs 'shell
command succeeded with no output' and the issue persists.
Running M-x org-version it outputs 'Org mode version 9.4.4 (release_9.4.4 @
c:/Users/<user>/OneDrive/Desktop/emacs-27.2-x86_64/share/emacs/27.lisp/org/'.
If I run M-x org-mode or open a new org file after the first one it works
just fine.

Is there perhaps a different set of windows binaries I should be using?
Or is there a way to run a stack trace on the entire emacs session?
It's not running into any actual error so debug isn't yielding anything.

All good things,
Aaron


On Fri, May 21, 2021 at 10:08 AM Shibu N.V <nvshibuse@gmail.com> wrote:

> 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 PM Aaron <area@alumni.nd.edu> wrote:
>
>> 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 any org file or even if I create a new file
>> ending in .org.
>>
>> Any other ideas on how to get it working?
>>
>>
>>
>> All good things,
>> Aaron
>>
>

[-- Attachment #2: Type: text/html, Size: 2965 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* 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 18:54   ` Aaron Rea
@ 2021-05-22 13:33     ` Ihor Radchenko
  2021-06-01  5:27       ` Aaron Rea
  0 siblings, 1 reply; 14+ messages in thread
From: Ihor Radchenko @ 2021-05-22 13:33 UTC (permalink / raw)
  To: Aaron Rea
  Cc: bzg@gnu.org, Shibu N.V, emacs-orgmode@gnu.org,
	palakmathur@gmail.com

Aaron Rea <area@alumni.nd.edu> 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
> using?

I believe that you should have no problem if you use Linux subsystem and
install Linux version of Emacs there.

> Or is there a way to run a stack trace on the entire emacs session?
> It's not running into any actual error so debug isn't yielding anything.

If you are willing to debug it, I suggest running
1. M-x debug-on-entry <RET> org-mode <RET>
2. Opening the file (first time)
3. Stepping through debugger to figure out what part of the org-mode
   startup is triggering the problem. See 19.1.8 Debugger Commands
   section of the Emacs manual for guide how to use the debugger.

Hope it helps.

Best,
Ihor


^ permalink raw reply	[flat|nested] 14+ messages in thread

* 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 13:33     ` Ihor Radchenko
@ 2021-06-01  5:27       ` Aaron Rea
  0 siblings, 0 replies; 14+ messages in thread
From: Aaron Rea @ 2021-06-01  5:27 UTC (permalink / raw)
  To: Ihor Radchenko
  Cc: bzg@gnu.org, Shibu N.V, emacs-orgmode@gnu.org,
	palakmathur@gmail.com

[-- Attachment #1: Type: text/plain, Size: 3667 bytes --]

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) #<bytecode
0x24511a1>) nil)
     * #f(compiled-function () (interactive nil) #<bytecode 0x24511a1>)
nil) ()
     * org-load-modules-maybe()
     * require(ol-docview)
     *
byte-code("\300\301!\210\300\302!\210\303\304\305\306\307\310\311\312&\7\207"
[require doc-view ol org-link-set-parameters "docview" :follow
org-docview-open :export org-docview-export :store org-docview-store-link]
8)
     * require(doc-view)
     *
byte-code("\300\301!\210\300\302!\210\300\303!\210\300\304!\210\305\306\307\310\311\312\313\314\315\316\315\317\315\320\321\322&\17\210\323\324\325\326\327DD\330\331\332\313\333&\7\210..."
[require cl-lib dired image-mode jka-compr custom-declare-group doc-view
nil "In-buffer viewer for PDF, PostScript, DVI, and DJV..." :link
(function-link doc-view) :version "22.2" :group applications data
multimedia :prefix "doc-view-" custom-declare-variable
doc-view-ghostscript-program funcall function #f(compiled-function ()
#<bytecode 0x27ff6cd>) "Program to convert PS and PDF files to PNG." :type
file "27.1" doc-view-pdfdraw-program #f(compiled-function () #<bytecode
0x27ff6e5>) "Name of MuPDF's program to convert PDF files to PN..." "24.4"
doc-view-pdftotext-program-args #f(compiled-function () #<bytecode
0x27ff6f1>) "Parameters to give to the pdftotext command." (repeat string)
doc-view-pdf->png-converter-function #f(compiled-function () #<bytecode
0x27ff709>) "Function to call to convert a PDF file into a PNG ..." (radio
(function-item doc-view-pdf->png-converter-ghostscript :doc "Use
ghostscript") (function-item doc-view-pdf->png-converter-mupdf :doc "Use
mupdf") function) doc-view-ghostscript-options #f(compiled-function ()
#<bytecode 0x27ff719>) "A list of options to give to ghostscript." (repeat
string) doc-view-ghostscript-device #f(compiled-function () #<bytecode
0x27ff729>) "Output device to give to ghostscript." string
doc-view-resolution #f(compiled-function () #<bytecode 0x27ff739>) ...] 16)

Once I got that far, it started evaluating too quickly for me to catch the
"shell command succeeded with no output".

I was able to create a workaround by adding (require 'ol-docview) to my
.emacs though so everything is at least functional again.
I'll probably try to learn more about debugging to see if I can pinpoint
the exact spot that's acting up but if anyone sees this again I think the
workaround should do fine.

All good things,
Aaron

On Sat, May 22, 2021 at 8:29 AM Ihor Radchenko <yantar92@gmail.com> wrote:

> Aaron Rea <area@alumni.nd.edu> 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
> > using?
>
> I believe that you should have no problem if you use Linux subsystem and
> install Linux version of Emacs there.
>
> > Or is there a way to run a stack trace on the entire emacs session?
> > It's not running into any actual error so debug isn't yielding anything.
>
> If you are willing to debug it, I suggest running
> 1. M-x debug-on-entry <RET> org-mode <RET>
> 2. Opening the file (first time)
> 3. Stepping through debugger to figure out what part of the org-mode
>    startup is triggering the problem. See 19.1.8 Debugger Commands
>    section of the Emacs manual for guide how to use the debugger.
>
> Hope it helps.
>
> Best,
> Ihor
>

[-- Attachment #2: Type: text/html, Size: 4581 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2021-06-01  5:28 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-17  7:56 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/)] Shibu N.V
2020-09-18  3:56 ` Ihor Radchenko
2020-09-18  4:38   ` Shibu N.V
2020-09-18  6:27     ` Ihor Radchenko
2020-09-18 11:26       ` Shibu N.V
2020-09-23  7:28         ` Bastien
2020-09-23 12:42           ` Palak Mathur
  -- strict thread matches above, loose matches on Subject: below --
2021-05-21  5:30 Aaron
2021-05-21 12:35 ` Ihor Radchenko
2021-05-21 14:34 ` Jeremie Juste
2021-05-21 15:08 ` Shibu N.V
2021-05-21 18:54   ` Aaron Rea
2021-05-22 13:33     ` Ihor Radchenko
2021-06-01  5:27       ` Aaron Rea

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).