[BUG] 31.0.50; org-babel-execute-src-block: Wrong type argument: integer-or-marker-p, nil

2025-06-17 Thread Antero Mejr
When exporting this Org buffer with org-html-export-to-html: #+begin_src emacs-lisp :exports results (org-table-convert-region (point) (+ (point) (cadr (insert-file-contents "my-table.csv" #+end_src The export operation fails with a type error: org-babel-execute-src-block: Wrong type

Re: [BUG] Latex exporter should consider export settings [9.6.15 (release_9.6.15 @ /usr/share/emacs/29.3/lisp/org/)]

2025-02-16 Thread Antero Mejr
; and related when :with-author is nil. Fix `\hypersetup{}' accordingly. lisp/ox-latex.el | 32 +++- 1 file changed, 19 insertions(+), 13 deletions(-) Reported-by: "Antero Mejr" Link: https://lists.gnu.org/archive/html/emacs-orgmode/2025-01/msg00313

Re: [BUG] Latex exporter should consider export settings [9.6.15 (release_9.6.15 @ /usr/share/emacs/29.3/lisp/org/)]

2025-01-29 Thread Antero Mejr
Pedro Andres Aranda Gutierrez writes: > Thanks a lot. I would like a couple of days to look at the creator part > specifically and adding this in to ox-Beamer. Or maybe even factoring out. > > FTMB, let’s wait for Ihor’s reaction to this and discuss the pdfcreator part. > > The semantics behind

Re: [BUG] Latex exporter should consider export settings [9.6.15 (release_9.6.15 @ /usr/share/emacs/29.3/lisp/org/)]

2025-01-28 Thread Antero Mejr
lem happens there. >From 81106718ffd0c5341a5de03d0f0a615832d7d504 Mon Sep 17 00:00:00 2001 From: Antero Mejr Date: Tue, 28 Jan 2025 14:13:35 -0500 Subject: [PATCH] lisp/ox-latex.el: Obey :with-creator when exporting * lisp/ox-latex.el (org-latex-template) Do not fill pdfcreator hypersetup fiel

[BUG] Latex exporter should consider export settings [9.6.15 (release_9.6.15 @ /usr/share/emacs/29.3/lisp/org/)]

2025-01-27 Thread Antero Mejr
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.

Re: [PATCH] Move files when using org-babel-tangle-publish

2023-12-08 Thread Antero Mejr
nice to add a brief comment why `rename-file' > to the code as well. `copy-file' looks innocent there from a first > glance. Fixed in attached patch. >From 9cc194dcb9bf6825d68aac3118f18ae96b8642a5 Mon Sep 17 00:00:00 2001 From: Antero Mejr Date: Fri, 17 Nov 2023 16:06:53 +00

[PATCH] Move files when using org-babel-tangle-publish

2023-11-22 Thread Antero Mejr
files, which matches the behavior of the other publishing functions like org-html-publish-to-html. >From c122cef65da00275e2f1a76cf74bbcb3838abea9 Mon Sep 17 00:00:00 2001 From: Antero Mejr Date: Fri, 17 Nov 2023 16:06:53 + Subject: [PATCH] Move files when using org-babel-tangle-publish Fi