emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "numbchild@gmail.com" <numbchild@gmail.com>
To: "numbchild@gmail.com" <numbchild@gmail.com>,
	Org-mode <emacs-orgmode@gnu.org>
Cc: Emacs developers <emacs-devel@gnu.org>
Subject: Re: [PROBLEM] The commit "e1f09607e0" caused org-mode inline image preview try to convert PDF file link
Date: Sat, 22 Aug 2020 08:12:19 +0800	[thread overview]
Message-ID: <CAL1eYuK9htxPYTXi0oaKY6Vt1ePN2j4w1nOqotMKQoz4ndNWCw@mail.gmail.com> (raw)
In-Reply-To: <87sgclol1f.fsf@nicolasgoaziou.fr>


[-- Attachment #1.1: Type: text/plain, Size: 1698 bytes --]

Because this problem involved Emacs, so I Cc Emacs mailing list too.

The problem is the commit "e1f09607e0" auto convert PDF file link in Org
Mode when toggle inline image display. This used 100% of CPU by "gs"
command.

Hi @Nicolas:

I finally figured out the reason.
I'm using the latest "master" branch source code compiled Emacs. And it add
new feature to convert possible image files.
The commit "e1f09607e0" caused this problem. I confirmed by git checkout a
commit before it. And re-eval source code, then the problem is gone. This
is because the commit added ~image-converter-file-name-extensions~ in
image-convert.el library which includes "pdf" file extension. It uses
command "gs" to convert pdf to image which use 100% of CPU.

[image: image.png]

I thinked about this problem, maybe this should modify code in Org Mode
side to exclude new ~image-converter-file-name-extensions~.

Or does anyone have better solution?

[stardiviner]           <Hack this world!>      GPG key ID: 47C32433
IRC(freeenode): stardiviner                     Twitter:  @numbchild
Key fingerprint = 9BAA 92BC CDDD B9EF 3B36  CB99 B8C4 B8E5 47C3 2433
Blog: http://stardiviner.github.io/


On Mon, Aug 17, 2020 at 2:15 PM Nicolas Goaziou <mail@nicolasgoaziou.fr>
wrote:

> Hello,
>
> "numbchild@gmail.com" <numbchild@gmail.com> writes:
>
> > The latest commit "f4687993c53a5339e" added "pdf" file type into inline
> > image rules.
>
> No, it doesn't. "pdf" was already in the list before this commit.
>
> > This caused org-toggle-inline-image try to convert large PDF
> > into png images. Caused very long time suspend.
>
> You can customize the variable and remove "pdf".
>
> Regards,
> --
> Nicolas Goaziou
>

[-- Attachment #1.2: Type: text/html, Size: 3527 bytes --]

[-- Attachment #2: image.png --]
[-- Type: image/png, Size: 879945 bytes --]

  parent reply	other threads:[~2020-08-22  6:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-17  2:19 [BUG] The latest commit "f4687993c53a5339e" caused inline image preview try to convert PDF file link numbchild
2020-08-17  6:15 ` Nicolas Goaziou
2020-08-17 10:05   ` [SOLVED] " numbchild
2020-08-22  0:12   ` numbchild [this message]
2020-08-22 13:03     ` [PROBLEM] The commit "e1f09607e0" caused org-mode " Lars Ingebrigtsen
2020-08-22 13:29       ` [SOLVED] " numbchild
2020-08-22 13:44         ` Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAL1eYuK9htxPYTXi0oaKY6Vt1ePN2j4w1nOqotMKQoz4ndNWCw@mail.gmail.com \
    --to=numbchild@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).