Bug: using :wrap src interferes with :cache yes with :var [9.3 (release_9.3 @ /usr/share/emacs/27.1/lisp/org/)]

2023-06-06 Thread Emin Martinian
I think there is a bug with the `:cache' header and how results of evaluation are wrapped: Using `:cache yes' and wrapping the results prevents later blocks using the cached results. To reproduce, start with an example like the one at the bottom of the documentation in

Question about contribution to improve svg handling in latex export

2025-05-02 Thread Emin Martinian
I recently suggested a pull request to el-easydraw to improve latex export of SVG files since the current SVG handling seems clunky. The maintainer of that project suggested I contact someone at Org-mode to see if it makes more sense to make that co

Re: Question about contribution to improve svg handling in latex export

2025-05-11 Thread Emin Martinian
e org-latex-svg-to-pdf-command and org-latex-svg-to-pdf-command-options variables to control the conversion program. Thanks, -Emin On Sun, May 11, 2025 at 6:28 AM Ihor Radchenko wrote: > Emin Martinian writes: > > > If latex experts and/or maintainers of org-mode are broadly in a

Re: Question about contribution to improve svg handling in latex export

2025-05-20 Thread Emin Martinian
:00 2001 From: Emin Martinian Date: Tue, 20 May 2025 11:24:27 -0400 Subject: [PATCH] Convert SVG to PDF on latex export * ox-latex.el (org-export-latex-link-svg, org-latex--inline-image): Convert SVG to PDF on latex export. (org-latex--inline-image): Call new org-export-latex-link-svg to convert

Re: Question about contribution to improve svg handling in latex export

2025-06-09 Thread Emin Martinian
Ihor Radchenko writes: Thanks! Any reason you did not just call `org-compile-file' directly? I was not familiar with =org-compile-file= and did not understand that you wanted me to call that but instead thought you wanted me to do something similar to the usage of that. Feel free to repla

Re: Question about contribution to improve svg handling in latex export

2025-07-03 Thread Emin Martinian
favor of waiting for something more ideal. I will not be working on this patch any further. Best wishes and thanks for all of your work on org-mode, -Emin On Mon, Jun 9, 2025 at 11:44 AM Ihor Radchenko wrote: > Emin Martinian writes: > > > Ihor Radchenko writes: > > > >