emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: why does org-goto call org-latex-preview?
@ 2020-05-27  2:59 Vladimir Nikishkin
  2020-05-27  3:45 ` Kyle Meyer
  0 siblings, 1 reply; 6+ messages in thread
From: Vladimir Nikishkin @ 2020-05-27  2:59 UTC (permalink / raw)
  To: emacs-orgmode

Hello, everyone!

Below is an excerpt of the profiler report after  typing C-c C-j:

- command-execute                                                2385  76%
 - call-interactively                                            2385  76%
  - funcall-interactively                                        1928  61%
   - org-goto                                                    1878  60%
    - org-goto-location                                          1867  59%
     - org-mode                                                  1861  59%
      - org-latex-preview                                        1590  51%
       - org--latex-preview-region                               1590  51%
        - org-format-latex                                       1588  50%

Why is it that org-goto enforces the regeneration of previews in a buffer?

In my case, the buffer has a huge number of latex formulae, and in
total is 65000 lines long, so I can't really wait till the
regeneration finishes, just takes too much time.

-- 
Yours sincerely, Vladimir Nikishkin


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-09-05  7:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-27  2:59 Bug: why does org-goto call org-latex-preview? Vladimir Nikishkin
2020-05-27  3:45 ` Kyle Meyer
2020-05-27  3:49   ` Ihor Radchenko
2020-05-27  4:20     ` Kyle Meyer
2020-05-28  4:26       ` [PATCH] goto: Avoid invoking org-mode for outline navigation Kyle Meyer
2020-09-05  7:42         ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).