Ihor Radchenko writes: > I downloaded the files, adjusted paths, and tried to export the main org > file to html and latex. It was successfully export using the latest > bugfix and main branches. > > May you please provide more details? Ideally, a recipe starting from > emacs -Q. See https://orgmode.org/manual/Feedback.html#Feedback I run the export from the Makefile via an adjusted HOME: sitemap.org: site/.published site/.published: index.org external-rss.org $(arnebab_DATA) setup.el .emacs.d/init.el ## create and publish the site according to setup.el echo -e Yes\\nYes > $$(tty) ; time HOME="$(realpath @abs_top_builddir@)" timeout 360 emacs --load .emacs.d/init.el --load setup.el "$<" --eval "(setq org-babel-ditaa-java-cmd \"LD_LIBRARY_PATH=$${LD_LIBRARY_PATH}:$$HOME/.guix-profile/lib/ java\" plantuml-executable-path \"plantuml\" org-plantuml-jar-path \"$${GUIX_ENVIRONMENT=/home/$(whoami)/.guix-profile}/share/java/plantuml.jar\" org-plantuml-exec-mode 'plantuml)" --eval '(org-publish-current-project "arnebab-org")' -f kill-emacs && touch "$@" < $$(tty) > build.log && rm -f site/*~ site/*/*~ site/*/*/*~ site/*/*/*/*~ I already tried to find the cause — I can publish it from my regular Emacs, but not from the stripped down version in the repository. I created a backtrace via M-x org-toggle-debug-on-quit Debugger entered--Lisp error: (quit) org-element--parse-to(13994) org-element-at-point() org--collect-keywords-1(("SETUPFILE" "BIND") nil nil ("/home/arne/Schreibtisch/arnebab-org/politik/geschl...") nil) org-collect-keywords(("BIND")) org-export--list-bound-variables() org-export--generate-copy-script(# :copy-unreadable do-not-check :drop-visibility nil :drop-narrowing nil :drop-contents nil :drop-locals nil) org-export-copy-buffer(:to-buffer nil :drop-visibility nil :drop-narrowing nil :drop-contents nil :drop-locals nil) org-export-as(html nil nil nil (:output-file "geschlechtsneutrale-sprache.html")) org-export-to-file(html "geschlechtsneutrale-sprache.html" nil nil nil nil nil) org-html-export-to-html(nil nil nil nil) org-export-dispatch(nil) funcall-interactively(org-export-dispatch nil) command-execute(org-export-dispatch) Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de