tecosaur / org-latex-preview-todos

A tracker for the Org LaTeX Preview effort on https://git.tecosaur.net/tec/org-mode
4 stars 0 forks source link

Precompilation bug with org-startup-with-latex-preview #13

Open karthink opened 6 months ago

karthink commented 6 months ago

Note: This bug might be fixed already because of the new implementation of org-export-with-buffer-copy. Needs to be verified.


Original description of bug: Consider a buffer with #+startup: latexpreview.

yantar92 commented 6 months ago

On the latest main, I am using

(unless (eq major-mode 'org-mode)
            (delay-mode-hooks
              (let ((org-inhibit-startup t)) (org-mode))))

Startup staff should not be trigerred by org-export-with-buffer-copy.

karthink commented 6 months ago

@yantar92 👍🏼 I can't reproduce it anymore either. I'll ask some users to test it, then close this thread.