Uwe Brauer

Results 105 comments of Uwe Brauer

method of last resort `\let\clearpage\relax` before all the `subfileinclude` calls but it would be nice if `subfile` would behave like `subfileinclude` concerning the `\eqref` problem with `mathtools`

I found two solutions to the problem described and posed it in the hyperref github repository, issue system https://github.com/latex3/hyperref/issues/373#issuecomment-2568826055

Hm, I tried out this snippet which you also posted (saved in temp2.el) ``` emacs-lisp (require 'find-func) (add-to-list 'after-load-functions (lambda (file-name) (message "\nLoading %s because %s" (file-name-nondirectory file-name) load-file-name) ;;...

`Ok` I have two clones, 1. one with git 2. one with hg I switched now back to the git repository, am on commit `3f86a7c543aaf945a` I run 1. make clean...

Sorry I had only time now to check, you first proposal: 1. `emacs -Q --init-debug` 2. `M-x load-file` 3. the following backtrace pops up ```Debugger entered: nil (lambda nil (message...

the second **paranoid** method 😉 resulted in a backtrace of the form ``` Debugger entered: nil (lambda nil (message "\nLoaded `%s': %s" 'org-macs (find-library-name (symbol-name 'org-macs))) (debug))() eval-after-load-helper("/home/oub/ALLES/src/org-mode-ox-odt/lisp/org-macs....") run-hook-with-args(eval-after-load-helper "/home/oub/ALLES/src/org-mode-ox-odt/lisp/org-macs....")...

>Just press `c` to continue. Look at the snipppet I added. There is an intentional `debug` statement whenever a library of interest is mentioned in `debug-on-load` call is loaded. I...

After changing the relevant path I run 1) emacs -Q 2) and load that file I again obtain a bunch of backtrace, I continue with `c` and then nothing. Here...

> > Now: I can export to ods. So I conclude I have to somehow merge this setting into my init file, and we can close the issue. > >...

Something interesting: ``` emacs-lisp Warning (package): Unnecessary call to ‘package-initialize’ in init file ⛔ Warning (emacs): Org version mismatch. This warning usually appears when a built-in Org version is loaded...