* bug#43196: 27.1; Failed to render org file during first load on buffer
@ 2020-09-04 1:31 Shibu N.V
2020-09-04 7:23 ` Eli Zaretskii
0 siblings, 1 reply; 9+ messages in thread
From: Shibu N.V @ 2020-09-04 1:31 UTC (permalink / raw)
To: 43196
[-- Attachment #1: Type: text/plain, Size: 4069 bytes --]
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
In GNU Emacs 27.1 (build 1, x86_64-w64-mingw32)
of 2020-08-21 built on CIRROCUMULUS
Repository revision: 86d8d76aa36037184db0b2897c434cdaab1a9ae8
Repository branch: HEAD
Windowing system distributor 'Microsoft Corp.', version 10.0.18363
System Description: Microsoft Windows 10 Pro (v10.0.1909.18363.1016)
Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
(Shell command succeeded with no output)
funcall-interactively: End of buffer [2 times]
Configured using:
'configure --without-dbus --host=x86_64-w64-mingw32
--without-compress-install 'CFLAGS=-O2 -static''
Configured features:
XPM JPEG TIFF GIF PNG RSVG SOUND NOTIFY W32NOTIFY ACL GNUTLS LIBXML2
HARFBUZZ ZLIB TOOLKIT_SCROLL_BARS MODULES THREADS JSON PDUMPER LCMS2 GMP
Important settings:
value of $LANG: ENN
locale-coding-system: cp1252
Major mode: Org
Minor modes in effect:
tooltip-mode: t
global-eldoc-mode: t
electric-indent-mode: t
mouse-wheel-mode: t
tool-bar-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
line-number-mode: t
transient-mark-mode: t
Load-path shadows:
None found.
Features:
(shadow sort mail-extr emacsbug sendmail org-element avl-tree generator
ol-eww ol-rmail ol-mhe ol-irc ol-info ol-gnus nnir gnus-sum url
url-proxy url-privacy url-expand url-methods url-history mailcap shr
url-cookie url-domsuf url-util url-parse auth-source cl-seq eieio
eieio-core cl-macs eieio-loaddefs json map url-vars svg xml dom
browse-url gnus-group gnus-undo gnus-start gnus-cloud nnimap nnmail
mail-source utf7 netrc nnoo parse-time iso8601 gnus-spec gnus-int
gnus-range message rmc puny rfc822 mml mml-sec password-cache epa
derived epg epg-config mm-decode mm-bodies mm-encode mail-parse rfc2231
mailabbrev gmm-utils mailheader gnus-win gnus nnheader gnus-util rmail
rmail-loaddefs rfc2047 rfc2045 ietf-drums text-property-search seq
byte-opt gv bytecomp byte-compile cconv mail-utils mm-util mail-prsvr
wid-edit ol-docview doc-view jka-compr image-mode exif dired
dired-loaddefs ol-bibtex bibtex ol-bbdb ol-w3m org ob ob-tangle ob-ref
ob-lob ob-table ob-exp org-macro org-footnote org-src ob-comint
org-pcomplete pcomplete comint ansi-color ring org-list org-faces
org-entities time-date subr-x noutline outline easy-mmode org-version
ob-emacs-lisp ob-core ob-eval org-table ol org-keys org-compat advice
org-macs org-loaddefs format-spec find-func cal-menu easymenu calendar
cal-loaddefs cl-loaddefs cl-lib tooltip eldoc electric uniquify
ediff-hook vc-hooks lisp-float-type mwheel dos-w32 ls-lisp disp-table
term/w32-win w32-win w32-vars term/common-win tool-bar dnd fontset image
regexp-opt fringe tabulated-list replace newcomment text-mode elisp-mode
lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch
timer select scroll-bar mouse jit-lock font-lock syntax facemenu
font-core term/tty-colors frame minibuffer cl-generic cham georgian
utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean
japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european
ethiopic indian cyrillic chinese composite charscript charprop
case-table epa-hook jka-cmpr-hook help simple abbrev obarray
cl-preloaded nadvice loaddefs button faces cus-face macroexp files
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote threads w32notify w32
lcms2 multi-tty make-network-process emacs)
with regards,
N.V.Shibu
Assistant Professor,
Department of Computer Science and Engineering,
Sri Ramakrishna Institute of Technology
Coimbatore-10.
www.srit.org
[-- Attachment #2: Type: text/html, Size: 5289 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#43196: 27.1; Failed to render org file during first load on buffer
2020-09-04 1:31 bug#43196: 27.1; Failed to render org file during first load on buffer Shibu N.V
@ 2020-09-04 7:23 ` Eli Zaretskii
[not found] ` <CANc9prwZE62iZ-oxKD8bKzAQiAfD3yQ1xcajwcMcGT=mDXZMLA@mail.gmail.com>
0 siblings, 1 reply; 9+ messages in thread
From: Eli Zaretskii @ 2020-09-04 7:23 UTC (permalink / raw)
To: Shibu N.V; +Cc: 43196
> From: "Shibu N.V" <nvshibuse@gmail.com>
> Date: Fri, 4 Sep 2020 07:01:04 +0530
>
> 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
Does this happen with any Org file, or just with some? If the latter,
we will need an example of a file to investigate.
I don't understand where does the message about shell command come
from: AFAIK, visiting an Org file generally doesn't run any shell
commands. That's why I think only some Org files will trigger this
problem, and we need to see such a file to understand the problem.
^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#43196: 27.1; Failed to render org file during first load on buffer
[not found] ` <CANc9prwZE62iZ-oxKD8bKzAQiAfD3yQ1xcajwcMcGT=mDXZMLA@mail.gmail.com>
@ 2020-09-04 8:06 ` Eli Zaretskii
2020-09-04 8:57 ` Shibu N.V
0 siblings, 1 reply; 9+ messages in thread
From: Eli Zaretskii @ 2020-09-04 8:06 UTC (permalink / raw)
To: Shibu N.V; +Cc: 43196
[Please use Reply All to copy the bug address on your messages.]
> From: "Shibu N.V" <nvshibuse@gmail.com>
> Date: Fri, 4 Sep 2020 13:18:35 +0530
>
> Platform :windows 10
> Emacs version: 27.1 (Packaged binaries downloaded from GNU FTP Server)
> Emacs invoked without init files using: ./emacs -Q
>
> Even an empty org file generates the message: (Shell command succeeded with no output).
Do you have a movemail.exe program outside the installed Emacs tree?
IOW, how many movemail.exe programs do you have on PATH, and where did
those programs come from?
The only program that I see Org invokes when visiting an Org file is
'movemail', and that isn't supposed to cause the message you see, so I
don't think this issue is related to the problem you see. I think at
this time this should be reported to Org developers, so that they
investigate what could have prevented display of the file on its first
visiting.
^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#43196: 27.1; Failed to render org file during first load on buffer
2020-09-04 8:06 ` Eli Zaretskii
@ 2020-09-04 8:57 ` Shibu N.V
2020-09-04 11:30 ` Eli Zaretskii
0 siblings, 1 reply; 9+ messages in thread
From: Shibu N.V @ 2020-09-04 8:57 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 43196
[-- Attachment #1: Type: text/plain, Size: 1312 bytes --]
No other movemail.exe program is available in the path. The only program is
available within the Emacs tree located at
emacs-27.1-x86_64\libexec\emacs\27.1\x86_64-w64-mingw32\movemail.exe
N.V.Shibu
Assistant Professor / CSE
Sri Ramakrishna Institute of Technology
Coimbatore-10.
On Fri, Sep 4, 2020 at 1:36 PM Eli Zaretskii <eliz@gnu.org> wrote:
> [Please use Reply All to copy the bug address on your messages.]
>
> > From: "Shibu N.V" <nvshibuse@gmail.com>
> > Date: Fri, 4 Sep 2020 13:18:35 +0530
> >
> > Platform :windows 10
> > Emacs version: 27.1 (Packaged binaries downloaded from GNU FTP Server)
> > Emacs invoked without init files using: ./emacs -Q
> >
> > Even an empty org file generates the message: (Shell command succeeded
> with no output).
>
> Do you have a movemail.exe program outside the installed Emacs tree?
> IOW, how many movemail.exe programs do you have on PATH, and where did
> those programs come from?
>
> The only program that I see Org invokes when visiting an Org file is
> 'movemail', and that isn't supposed to cause the message you see, so I
> don't think this issue is related to the problem you see. I think at
> this time this should be reported to Org developers, so that they
> investigate what could have prevented display of the file on its first
> visiting.
>
[-- Attachment #2: Type: text/html, Size: 1961 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#43196: 27.1; Failed to render org file during first load on buffer
2020-09-04 8:57 ` Shibu N.V
@ 2020-09-04 11:30 ` Eli Zaretskii
2020-09-05 3:39 ` Shibu N.V
2020-09-05 3:40 ` Shibu N.V
0 siblings, 2 replies; 9+ messages in thread
From: Eli Zaretskii @ 2020-09-04 11:30 UTC (permalink / raw)
To: Shibu N.V; +Cc: 43196
> From: "Shibu N.V" <nvshibuse@gmail.com>
> Date: Fri, 4 Sep 2020 14:27:05 +0530
> Cc: 43196@debbugs.gnu.org
>
> No other movemail.exe program is available in the path. The only program is available within the Emacs tree
> located at
>
> emacs-27.1-x86_64\libexec\emacs\27.1\x86_64-w64-mingw32\movemail.exe
Then I'm afraid I'm out of ideas.
Once again, this should be sent to Org developers for analysis. They
will redirect here if this is a core Emacs problem.
Thanks.
^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#43196: 27.1; Failed to render org file during first load on buffer
2020-09-04 11:30 ` Eli Zaretskii
@ 2020-09-05 3:39 ` Shibu N.V
2020-09-05 6:35 ` Eli Zaretskii
2020-09-06 6:26 ` Bastien
2020-09-05 3:40 ` Shibu N.V
1 sibling, 2 replies; 9+ messages in thread
From: Shibu N.V @ 2020-09-05 3:39 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 43196
[-- Attachment #1: Type: text/plain, Size: 726 bytes --]
Sorry, an avid Emacs user, this is my first bug reporting instance. Do I
need to act on anything like reporting bug to org team? Thanks for the
support.
On Fri, 4 Sep, 2020, 5:00 PM Eli Zaretskii, <eliz@gnu.org> wrote:
> > From: "Shibu N.V" <nvshibuse@gmail.com>
> > Date: Fri, 4 Sep 2020 14:27:05 +0530
> > Cc: 43196@debbugs.gnu.org
> >
> > No other movemail.exe program is available in the path. The only program
> is available within the Emacs tree
> > located at
> >
> > emacs-27.1-x86_64\libexec\emacs\27.1\x86_64-w64-mingw32\movemail.exe
>
> Then I'm afraid I'm out of ideas.
>
> Once again, this should be sent to Org developers for analysis. They
> will redirect here if this is a core Emacs problem.
>
> Thanks.
>
[-- Attachment #2: Type: text/html, Size: 1225 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#43196: 27.1; Failed to render org file during first load on buffer
2020-09-04 11:30 ` Eli Zaretskii
2020-09-05 3:39 ` Shibu N.V
@ 2020-09-05 3:40 ` Shibu N.V
1 sibling, 0 replies; 9+ messages in thread
From: Shibu N.V @ 2020-09-05 3:40 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 43196
[-- Attachment #1: Type: text/plain, Size: 725 bytes --]
Sorry, an avid Emacs user, this is my first bug reporting instance. Do I
need to act on anything like reporting bug to org team? Thanks for the
support
On Fri, 4 Sep, 2020, 5:00 PM Eli Zaretskii, <eliz@gnu.org> wrote:
> > From: "Shibu N.V" <nvshibuse@gmail.com>
> > Date: Fri, 4 Sep 2020 14:27:05 +0530
> > Cc: 43196@debbugs.gnu.org
> >
> > No other movemail.exe program is available in the path. The only program
> is available within the Emacs tree
> > located at
> >
> > emacs-27.1-x86_64\libexec\emacs\27.1\x86_64-w64-mingw32\movemail.exe
>
> Then I'm afraid I'm out of ideas.
>
> Once again, this should be sent to Org developers for analysis. They
> will redirect here if this is a core Emacs problem.
>
> Thanks.
>
[-- Attachment #2: Type: text/html, Size: 1285 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#43196: 27.1; Failed to render org file during first load on buffer
2020-09-05 3:39 ` Shibu N.V
@ 2020-09-05 6:35 ` Eli Zaretskii
2020-09-06 6:26 ` Bastien
1 sibling, 0 replies; 9+ messages in thread
From: Eli Zaretskii @ 2020-09-05 6:35 UTC (permalink / raw)
To: Shibu N.V; +Cc: 43196
> From: "Shibu N.V" <nvshibuse@gmail.com>
> Date: Sat, 5 Sep 2020 09:09:48 +0530
> Cc: 43196@debbugs.gnu.org
>
> Sorry, an avid Emacs user, this is my first bug reporting instance. Do I need to act on anything like reporting
> bug to org team? Thanks for the support.
Yes, please use "M-x org-submit-bug-report RET" to report this to the
Org developers. In general, the node "Feedback" in the Org manual
tells you how to report problems with Org.
Thanks.
^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#43196: 27.1; Failed to render org file during first load on buffer
2020-09-05 3:39 ` Shibu N.V
2020-09-05 6:35 ` Eli Zaretskii
@ 2020-09-06 6:26 ` Bastien
1 sibling, 0 replies; 9+ messages in thread
From: Bastien @ 2020-09-06 6:26 UTC (permalink / raw)
To: Shibu N.V; +Cc: 43196
Hi,
"Shibu N.V" <nvshibuse@gmail.com> writes:
> Sorry, an avid Emacs user, this is my first bug reporting instance.
> Do I need to act on anything like reporting bug to org team? Thanks
> for the support.
Yes, please M-x org-submit-bug-report RET to share this on the orgmode
list. A similar problem has been recently reported:
https://orgmode.org/list/CADUbQ5gAS=XiG-RowsLcXVH54M4wu6rZzMsXUr-3mxWcu26wmA@mail.gmail.com/
So you may as well consider replying in this thread.
I am not using Windows, so help from others will be needed.
Thanks,
--
Bastien
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2020-09-06 6:26 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-04 1:31 bug#43196: 27.1; Failed to render org file during first load on buffer Shibu N.V
2020-09-04 7:23 ` Eli Zaretskii
[not found] ` <CANc9prwZE62iZ-oxKD8bKzAQiAfD3yQ1xcajwcMcGT=mDXZMLA@mail.gmail.com>
2020-09-04 8:06 ` Eli Zaretskii
2020-09-04 8:57 ` Shibu N.V
2020-09-04 11:30 ` Eli Zaretskii
2020-09-05 3:39 ` Shibu N.V
2020-09-05 6:35 ` Eli Zaretskii
2020-09-06 6:26 ` Bastien
2020-09-05 3:40 ` Shibu N.V
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.