You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. . Only zathura was not found
What annoys me is when I want to export org to latex 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
You've tested disabling your config.el using MINEMACS_IGNORE_CONFIG_EL=1 emacs?
To Reproduce
Steps to reproduce the behavior:
Open simple org file
export to latex and open with C-c C-e l o
It takes about 15-20 seconds to export a file with only 10 lines
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.
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.
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. OnlyNixOs
system.zathura
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
The text was updated successfully, but these errors were encountered: