* [BUG] org-element--cache empty parent [9.7.10 (N/A @ /gnu/store/icgsji9268qh5fxlrw0xh8775nbark3v-emacs-org-9.7.10/share/emacs/site-lisp/org-9.7.10/)]
@ 2024-09-06 23:04 Dr. Arne Babenhauserheide
2024-09-10 18:57 ` Ihor Radchenko
0 siblings, 1 reply; 3+ messages in thread
From: Dr. Arne Babenhauserheide @ 2024-09-06 23:04 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 1778 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.
------------------------------------------------------------------------
While publishing my website via org-publish, I get the error:
Warning (org-element): org-element--cache: Got empty parent while parsing. Please report it to Org mode mailing list (M-x org-submit-bug-report).
Backtrace:
nil
(I see more than ten thousand of these)
The last working file before that is reported as:
Publishing file .../politik/market-fallacies.org using org-html-publish-to-html ■
Requirements to reproduce:
- Emacs with org-mode (naturally ☺)
- Mercurial
- make
- autoconf
- automake
- imagemagick
- pngcrush
- pngquant
- gnuplot
- plantuml
To build the site (and hopefully reproduce the problem):
hg clone https://hg.sr.ht/~arnebab/draketo && \
cd draketo && \
autoreconf -i && ./configure && make && make
This comes with its own Emacs config.
The site is created in site/ (see site/index.html)
(make sure you have 3 GiB of free disk space, I’m tracking a bit too
many binary files in there and cloning will take a while)
I had similar problems now and then, but this is the first time that
they don’t seem to stop again.
Best wishes,
Arne
Emacs : GNU Emacs 30.0.60 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.41, cairo version 1.18.0)
Package: Org mode version 9.7.10 (N/A @ /gnu/store/icgsji9268qh5fxlrw0xh8775nbark3v-emacs-org-9.7.10/share/emacs/site-lisp/org-9.7.10/)
--
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
draketo.de
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 1125 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [BUG] org-element--cache empty parent [9.7.10 (N/A @ /gnu/store/icgsji9268qh5fxlrw0xh8775nbark3v-emacs-org-9.7.10/share/emacs/site-lisp/org-9.7.10/)]
2024-09-06 23:04 [BUG] org-element--cache empty parent [9.7.10 (N/A @ /gnu/store/icgsji9268qh5fxlrw0xh8775nbark3v-emacs-org-9.7.10/share/emacs/site-lisp/org-9.7.10/)] Dr. Arne Babenhauserheide
@ 2024-09-10 18:57 ` Ihor Radchenko
2024-10-13 8:40 ` Ihor Radchenko
0 siblings, 1 reply; 3+ messages in thread
From: Ihor Radchenko @ 2024-09-10 18:57 UTC (permalink / raw)
To: Dr. Arne Babenhauserheide; +Cc: emacs-orgmode
"Dr. Arne Babenhauserheide" <arne_bab@web.de> writes:
> To build the site (and hopefully reproduce the problem):
> hg clone https://hg.sr.ht/~arnebab/draketo && \
> cd draketo && \
> autoreconf -i && ./configure && make && make
>
> This comes with its own Emacs config.
> The site is created in site/ (see site/index.html)
>
> (make sure you have 3 GiB of free disk space, I’m tracking a bit too
> many binary files in there and cloning will take a while)
>
> I had similar problems now and then, but this is the first time that
> they don’t seem to stop again.
Sorry, but I simply cannot use your recipe.
See my previous attempt in
https://list.orgmode.org/orgmode/878qz2tu2o.fsf@localhost/
Nothing changed since that time. I am still getting an error with autoreconf.
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [BUG] org-element--cache empty parent [9.7.10 (N/A @ /gnu/store/icgsji9268qh5fxlrw0xh8775nbark3v-emacs-org-9.7.10/share/emacs/site-lisp/org-9.7.10/)]
2024-09-10 18:57 ` Ihor Radchenko
@ 2024-10-13 8:40 ` Ihor Radchenko
0 siblings, 0 replies; 3+ messages in thread
From: Ihor Radchenko @ 2024-10-13 8:40 UTC (permalink / raw)
To: Dr. Arne Babenhauserheide; +Cc: emacs-orgmode
Ihor Radchenko <yantar92@posteo.net> writes:
>> I had similar problems now and then, but this is the first time that
>> they don’t seem to stop again.
>
> Sorry, but I simply cannot use your recipe.
> See my previous attempt in
> https://list.orgmode.org/orgmode/878qz2tu2o.fsf@localhost/
>
> Nothing changed since that time. I am still getting an error with autoreconf.
It has been over a month.
Unfortunately, I cannot use the suggested reproducer and I thus cannot
do anything about the report problem.
Canceled.
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-10-13 8:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-06 23:04 [BUG] org-element--cache empty parent [9.7.10 (N/A @ /gnu/store/icgsji9268qh5fxlrw0xh8775nbark3v-emacs-org-9.7.10/share/emacs/site-lisp/org-9.7.10/)] Dr. Arne Babenhauserheide
2024-09-10 18:57 ` Ihor Radchenko
2024-10-13 8:40 ` Ihor Radchenko
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.