From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: Bug: org-mime-htmlize fails [8.3.1 (8.3.1-103-g366dc4-elpa @ /home/oub/.emacs.d/elpa/org-20150907/)] Date: Mon, 14 Sep 2015 22:12:49 +0200 Message-ID: <87mvwo220u.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42251) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zba8D-0001jg-S7 for emacs-orgmode@gnu.org; Mon, 14 Sep 2015 16:13:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zba8A-0004ln-GG for emacs-orgmode@gnu.org; Mon, 14 Sep 2015 16:13:41 -0400 Received: from mail-wi0-f169.google.com ([209.85.212.169]:33777) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zba8A-0004lb-AQ for emacs-orgmode@gnu.org; Mon, 14 Sep 2015 16:13:38 -0400 Received: by wiclk2 with SMTP id lk2so1267226wic.0 for ; Mon, 14 Sep 2015 13:12:52 -0700 (PDT) Received: from Burrurr (171.pool85-55-19.dynamic.orange.es. [85.55.19.171]) by smtp.gmail.com with ESMTPSA id r4sm16070038wia.19.2015.09.14.13.12.51 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 14 Sep 2015 13:12:51 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hello For the following example, $$w=E2=88=88 {C([0,T];H_{s,\delta} : \|w(0,\cdot )\|_{H_{s,\delta}} \leq M= _0, w(t,x)\leq 0}$$ org-mime-htmlize fails with the following message Failed to create dvi file from /tmp/orgtex2867k_U.tex The above example works for Xemacs 21.5.34 and org 7.8.03!! Emacs : GNU Emacs 25.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.20.1) of 2015-08-28 Package: Org-mode version 8.3.1 (8.3.1-103-g366dc4-elpa @ /home/oub/.emacs.= d/elpa/org-20150907/) current state: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D (setq org-entities-user '(("implies" "\\Rightarrow" t "⇒" "=3D>" "=3D>" "= =E2=87=92") ("iff" "\\iff" t "⇔" "<=3D>" "<=3D>" "=E2=87=94")) outline-mode-hook '(hide-body) org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-= maybe) org-latex-format-headline-function 'org-latex-format-headline-default-func= tion org-pretty-entities t org-html-format-inlinetask-function 'org-html-format-inlinetask-default-fu= nction org-tab-first-hook '(org-hide-block-toggle-maybe org-babel-hide-result-tog= gle-maybe org-babel-header-arg-expand) org-archive-hook '(org-attach-archive-delete-maybe) org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers org-cycle-show-empty-lines org-optimize-window-after-visibility-change) org-agenda-before-write-hook '(org-agenda-add-entry-text) org-speed-command-hook '(org-speed-command-default-hook org-babel-speed-co= mmand-hook) org-ascii-format-inlinetask-function 'org-ascii-format-inlinetask-default org-babel-pre-tangle-hook '(save-buffer) org-return-follows-link t org-occur-hook '(org-first-headline-recenter) org-html-format-headline-function 'org-html-format-headline-default-functi= on org-metaup-hook '(org-babel-load-in-session-maybe) org-confirm-elisp-link-function 'yes-or-no-p org-latex-format-drawer-function '(lambda (name contents) contents) org-load-hook '(my-link-keys) org-highlight-latex-and-related '(latex) org-clock-out-hook '(org-clock-remove-empty-clock-drawer) org-agenda-include-diary t org-html-with-latex 'dvipng org-mode-hook '(turn-on-flyspell turn-on-auto-capitalize-mode my-org-keys #[nil "\300\301\302\303\304$\207" [org-add-hook change-major-mode-hook org-show-block-all append local] 5] #[nil "\300\301\302\303\304$\207" [org-add-hook change-major-mode-hook org-babel-show-result-all append local] 5] org-babel-result-hide-spec org-babel-hide-all-hashes org-eldoc-load) org-ascii-format-drawer-function '(lambda (name contents width) contents) org-odt-format-drawer-function '(lambda (name contents) contents) org-from-is-user-regexp "\\" org-html-format-drawer-function '(lambda (name contents) contents) org-odt-format-headline-function 'org-odt-format-headline-default-function org-metadown-hook '(org-babel-pop-to-session-maybe) org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer) org-after-todo-state-change-hook '(org-clock-out-if-current) org-odt-format-inlinetask-function 'org-odt-format-inlinetask-default-func= tion org-latex-format-inlinetask-function 'org-latex-format-inlinetask-default-= function org-confirm-shell-link-function 'yes-or-no-p )