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
; 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
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
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
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.
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
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