Closed hmanhng closed 6 months ago
Exporting Org to PDFs via LaTeX backend has always been slow for me!
The export and open is not working in my config also, I will investigate this later.
Thanks for the feedback @hmanhng !
C-c C-e l o
slowness is probably due to running org-latex-export-to-pdf
with async
. I tried running this command in Mx
which gave it significantly faster speed.
Also I tried
(with-eval-after-load 'org
(push '("\\.pdf\\'" . "zathura %s") org-file-apps))
eval: (org-open-file "somefile.pdf")
works.
C-c C-e l o
slowness is probably due to runningorg-latex-export-to-pdf
withasync
. I tried running this command inMx
which gave it significantly faster speed.
Yep, it is a known tradeoff, exporting asynchronously is slower but not blocking, while exporting synchronously is faster but blocks Emacs during the export process.
Describe the bug I know this probably shouldn't be asked here but ~app-launcher did not find many of my applications on the
NixOs
system.~ . Onlyzathura
was not foundWhat annoys me is when I want to export
org
tolatex
and open it. They don't work on my system, Compile to latex is quite slow and doesn't open the.pdf
file after compile.Checkup list
config.el
usingMINEMACS_IGNORE_CONFIG_EL=1 emacs
?To Reproduce Steps to reproduce the behavior:
latex
and open withC-c C-e l o
pdf
fileI just changed this in config.el
Additional context Can you try exporting the org to latex and opening it in your machine? Does the problem lie with NixOs