From: Ihor Radchenko <yantar92@posteo.net>
To: Daniel Guimaraes <dcguim@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Bug: DPI error when HTML publish latex block images [9.4.4 (release_9.4.4 @ /Applications/emacs/lisp/org/)]
Date: Sun, 16 Oct 2022 12:51:12 +0000 [thread overview]
Message-ID: <878rlg0w5b.fsf@localhost> (raw)
In-Reply-To: <e22e7cac-03c1-ddee-1b1d-09981a384bfc@gmail.com>
Daniel Guimaraes <dcguim@gmail.com> writes:
> I am trying to export a latex tikzpicture, like the following to html:
> ```
> #+begin_src latex :exports results :results raw file :file ex.png
> :output-dir ../img/
> \begin{tikzpicture}
> \draw node[circle, draw] (a) {$a$}
> node[circle, draw, right of = a] (b) {$b$}
> node[circle, draw, below of = a] (c) {$c$}
> node[circle, draw, below of = b] (d) {$d$};
> \end{tikzpicture}
> #+end_src
> ```
> If I export with `org-export-dispatch` to HTML file, I flawlessly obtain
> the desired html. If I however, `org-html-publish-to-html` with:
>
> ```
> emacs -Q --script build-site.el
> ```
> Then I obtain the following error:
> ```
> Debugger entered--Lisp error: (error "Attempt to calculate the dpi of a
> non-graphic disp...")
Thanks for reporting!
Fixed on main.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=d972cfac89ccb9003a91636701625bb142f1b6cf
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
prev parent reply other threads:[~2022-10-16 13:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-24 7:46 Bug: DPI error when HTML publish latex block images [9.4.4 (release_9.4.4 @ /Applications/emacs/lisp/org/)] Daniel Guimaraes
2022-10-16 12:51 ` Ihor Radchenko [this message]
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=878rlg0w5b.fsf@localhost \
--to=yantar92@posteo.net \
--cc=dcguim@gmail.com \
--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).