Re: [O] org-mime-htmlize ignores org-mime-export-options

2019-01-17 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Please look at the following > * Lisp :noexport: >(setq org-mime-export-options '(:section-numbers nil >:with-author nil >:with-toc nil)) This is a typo :with-toc t Is w

[O] org-mime-htmlize ignores org-mime-export-options

2019-01-17 Thread Uwe Brauer
Please look at the following * Lisp :noexport: (setq org-mime-export-options '(:section-numbers nil :with-author nil :with-toc nil)) * Test Bblabla When I run org-mime-htmlize then *no* toc is generated, contrary to the

Re: [O] org-mime-htmlize gives JSON readtable error

2018-09-25 Thread Adrian Bradd
Bit of a late response here, but if you are using ob-ipython it now uses 'jupyter' instead of 'ipython' and installing jupyter resolves the issue of random json readtable errors for me. The error would turn up in unrelated locations like org-capture as well. Cheers, -- Adrian Bradd

Re: [O] org-mime-htmlize gives JSON readtable error

2018-08-17 Thread Joseph Vidal-Rosset
Le ven. 17 août 2018 à 12:32:43 , Eric S Fraga a envoyé ce message: > On Thursday, 16 Aug 2018 at 18:16, Joseph Vidal-Rosset wrote: > > [...] > >> I reply to my own email: installing jupyter solve the problem. I do not >> know why, but I already met this. > > I do not have jupyter installed and

Re: [O] org-mime-htmlize gives JSON readtable error

2018-08-17 Thread Eric S Fraga
On Thursday, 16 Aug 2018 at 18:16, Joseph Vidal-Rosset wrote: [...] > I reply to my own email: installing jupyter solve the problem. I do not > know why, but I already met this. I do not have jupyter installed and yet htmlize works for me. -- Eric S Fraga via Emacs 27.0.50, Org release_9.1.13-

Re: [O] org-mime-htmlize gives JSON readtable error

2018-08-17 Thread Eric S Fraga
#+OPTIONS: latex:t toc:nil H:3 On Thursday, 16 Aug 2018 at 15:22, Joseph Vidal-Rosset wrote: > Hello the list, Hello Eric, > > I meet a problem with org-mime-htmlize, it does not work no more. > > Here the error message: > > json-read: JSON readtable error Hello Joseph, some more details would b

Re: [O] org-mime-htmlize gives JSON readtable error

2018-08-16 Thread Joseph Vidal-Rosset
Le jeu. 16 août 2018à 03:22:42 , Joseph Vidal-Rosset a envoyé ce message: > Hello the list, Hello Eric, > > I meet a problem with org-mime-htmlize, it does not work no more. > > Here the error message: > > json-read: JSON readtable error > > I do not find the solution. Your he

[O] org-mime-htmlize gives JSON readtable error

2018-08-16 Thread Joseph Vidal-Rosset
Hello the list, Hello Eric, I meet a problem with org-mime-htmlize, it does not work no more. Here the error message: json-read: JSON readtable error I do not find the solution. Your help is welcome. Best wishes, -- Jo.

Re: [O] org-mime-htmlize transforms ' into ? in gmail_quote

2018-04-26 Thread Bastien
Hi Joseph, org-mime is not living in Org's repository anymore, I suggest to report issues on org-mime's repository, that's where other users will report it I guess: https://github.com/org-mime/org-mime Best, -- Bastien

[O] org-mime-htmlize transforms ' into ? in gmail_quote

2018-04-21 Thread Joseph Vidal-Rosset
Hello, I meet a problem with a transformation of ' into ? with French emails in gnus. I guess that is a bug in org-mime-htmlize. Here is an example: Le ven.20 avril 2018à 09:43:54 ,G. D. a envoyé ce message: > Possibilité d'utiliser son propre matériel ou d'en louer sur

[O] org-mime-htmlize with $\int$ only dvipng

2017-03-15 Thread Uwe Brauer
Hi Is it correct, that org-mime-htmlize only works with dvipn when exporting latex formulas. Mathjax still does not work? Thanks Uwe Brauer

Re: [O] org-mime-htmlize with latex math, no png

2016-04-19 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: > Hi > Is there a similar possibility for org-mime-HTML? To answer my own question, looking into org-mime.el the answer is *no* sorry for the noise. Uwe Brauer

[O] org-mime-htmlize with latex math, no png

2016-04-19 Thread Uwe Brauer
Hi I am very happy with org-mime-htmlize which allows me to send latex equations as png. However I just changed the setting of org-html-with-latex from png to mathjax, since when I export from org to html it is sometimes difficult to use that generated HTML (and the relevant pngs) in other HTML

[O] org-mime-htmlize problem: org-indent-line

2013-07-03 Thread Martin Marier
Hi, I had an issue with org-mime-htmlize lately. Whenever I try to htmlize a Messoage mode buffer (M-x org-mime-htmlize), I get this error message: eval: Symbol's value as variable is void: org-indent-line I am using Org-mode version 8.0.3 (8.0.3-61-g5381eb-elpa @ ~/.emacs.d/elpa/org-20130701/

Re: [O] org-mime-htmlize

2013-01-01 Thread George McNinch
Hi Bastien, >> I waited for a new org-plus-contrib elpa package to try this... >> I installed the new one just now, and >> >> M-x org-mime-htmlize >> >> in a message buffer now gives a "Wrong number of arguments" >> error. Bastien> I fixed this, the first patch a

Re: [O] org-mime-htmlize

2013-01-01 Thread Bastien
Hi George, George McNinch writes: > I "git cloned" just now, compiled, restarted emacs. > > Now when I do M-x org-mime-htmlize in a message buffer, I get > >org-export-as-org: Wrong type argument: listp, string I forgot org-export-as-org -- this should now be fixed. Also for org-export-as-d

Re: [O] org-mime-htmlize

2013-01-01 Thread Bastien
Hi George, George McNinch writes: > I waited for a new org-plus-contrib elpa package to try this... I > installed the new one just now, and > > M-x org-mime-htmlize > > in a message buffer now gives a "Wrong number of arguments" error. > > Maybe I've done something boneheaded, but I can't wo

Re: [O] org-mime-htmlize

2012-12-31 Thread George McNinch
Hi, Concerning: Bastien> Hi George, thanks for reporting this. Bastien> Eric Schulte writes: >> From cf2128fb320f714f78fa54b953405d01fa73bf33 Mon Sep 17 00:00:00 >> 2001 From: Eric Schulte Date: Fri, 28 Dec >> 2012 08:20:56 -0700 Subject: [PATCH] Pass the dir option on

Re: [O] org-mime-htmlize

2012-12-28 Thread Bastien
Hi George, thanks for reporting this. Eric Schulte writes: > From cf2128fb320f714f78fa54b953405d01fa73bf33 Mon Sep 17 00:00:00 2001 > From: Eric Schulte > Date: Fri, 28 Dec 2012 08:20:56 -0700 > Subject: [PATCH] Pass the dir option on through org-export-as-string > > * lisp/org-exp.el (org-exp

Re: [O] org-mime-htmlize

2012-12-28 Thread Eric Schulte
George McNinch writes: > Hi-- > > I did a "clean" install of elpa package > > org-plus-contrib-20121224 > > (i.e. removed old package, restarted emacs with -q flag, installed above > package, restarted emacs again...) > > Then I started gnus, started composing a message, and executed the comman

[O] org-mime-htmlize

2012-12-28 Thread George McNinch
Hi-- I did a "clean" install of elpa package org-plus-contrib-20121224 (i.e. removed old package, restarted emacs with -q flag, installed above package, restarted emacs again...) Then I started gnus, started composing a message, and executed the command M-x org-mime-htmlize The result is

Re: [O] org-mime-htmlize: visual representation (thunderbird)

2012-04-12 Thread Eric Schulte
Uwe Brauer writes: >>> On Wed, 11 Apr 2012 09:38:46 -0400, Eric Schulte >>> wrote: > >> Hi Uwe, >> Uwe Brauer writes: >>> > >> OK, for my own edification I had changed the message body from >> (I'm hoping these are sufficiently quoted to survive mailing) > >> ,[ori

Re: [O] org-mime-htmlize: visual representation (thunderbird)

2012-04-12 Thread Uwe Brauer
>> On Wed, 11 Apr 2012 09:38:46 -0400, Eric Schulte >> wrote: > Hi Uwe, > Uwe Brauer writes: >> > OK, for my own edification I had changed the message body from > (I'm hoping these are sufficiently quoted to survive mailing) > ,[original] > | > | > | text a

Re: [O] org-mime-htmlize: visual representation (thunderbird)

2012-04-11 Thread Eric Schulte
Hi Uwe, Uwe Brauer writes: >>> On Wed, 11 Apr 2012 00:23:54 -0400, Eric Schulte >>> wrote: > >> Uwe Brauer writes: >>> >>> Uwe >>> > >> Hi Uwe, > >> Thanks for sending along this helpful review. I've just pushed two >> changes to org-mime so that it now (1) wra

Re: [O] org-mime-htmlize: visual representation (thunderbird)

2012-04-11 Thread Uwe Brauer
>> On Wed, 11 Apr 2012 00:23:54 -0400, Eric Schulte >> wrote: > Uwe Brauer writes: >> >> Uwe >> > Hi Uwe, > Thanks for sending along this helpful review. I've just pushed two > changes to org-mime so that it now (1) wraps html and images in a > multipart/related mi

Re: [O] org-mime-htmlize: visual representation (thunderbird)

2012-04-10 Thread Eric Schulte
Uwe Brauer writes: >>> On Sun, 01 Apr 2012 12:38:12 -0400, Eric Schulte >>> wrote: >>> > >> I'm not clear on how this differs from the messages produced using >> org-mime-htmlize, and it has been a while since I've looked into email >> mime mechanics. However, since the emails

Re: [O] org-mime-htmlize: visual representation (thunderbird)

2012-04-10 Thread Uwe Brauer
>> On Sun, 01 Apr 2012 12:38:12 -0400, Eric Schulte >> wrote: >> > I'm not clear on how this differs from the messages produced using > org-mime-htmlize, and it has been a while since I've looked into email > mime mechanics. However, since the emails generated using > org-mime-h

Re: [O] org-mime-htmlize: visual representation (thunderbird)

2012-04-01 Thread Eric Schulte
> > yes and no: latexit can do what you describe (and the author admits > that it only makes sense for documents whose size does not exceed one > page. latexit can also embed in html pages latex formulas, however > only $$ are allowed no equations (which makes it inferior to > org-preview-latex-fra

Re: [O] org-mime-htmlize: visual representation (thunderbird)

2012-04-01 Thread Uwe Brauer
Eric Schulte wrote: > >> However thunderbird does not and I apply the resulting eml >> file below (I presume a screenshot is not appropriated) >> > > This sounds like a thunderbird bug -- not properly displaying multi-part > messages. Hm I will try to send them a bug report then > >> >> Now tunde

Re: [O] org-mime-htmlize: visual representation (thunderbird)

2012-03-31 Thread Eric Schulte
Uwe Brauer writes: > Hello > > Now that the bug in org-mime-htmlize is fixed, I would like > to comment on the visual representation. Most likely this > has to do with the mml package. > > When I write the following message > Integral > > > $$\int fdx=0$$ > And > > > \begin{equation} > \sum_{\a

Re: [O] org-mime-htmlize and org-preview-latex-fragment

2012-03-27 Thread Eric Schulte
Bastien writes: > Eric Schulte writes: > >>> I am very confused the code in question contains a line of >>> the sort: >>> (org-export-with-LaTeX-fragments "dvipng") > > Me too. This should be > > (org-export-with-LaTeX-fragments 'dvipng) > > Fixed. > > Please confirm the original issue

[O] org-mime-htmlize: visual representation (thunderbird)

2012-03-27 Thread Uwe Brauer
Hello Now that the bug in org-mime-htmlize is fixed, I would like to comment on the visual representation. Most likely this has to do with the mml package. When I write the following message Integral $$\int fdx=0$$ And \begin{equation} \sum_{\alpha} \end{equation} and apply org-preview-la

Re: [O] org-mime-htmlize and org-preview-latex-fragment

2012-03-27 Thread Uwe Brauer
>> On Tue, 27 Mar 2012 12:22:53 +0200, Bastien wrote: > Eric Schulte writes: >> I am very confused the code in question contains a line of >> the sort: >> (org-export-with-LaTeX-fragments "dvipng") > Me too. This should be > (org-export-with-LaTeX-fragments 'dvipng) > Fi

Re: [O] org-mime-htmlize and org-preview-latex-fragment

2012-03-27 Thread Bastien
Eric Schulte writes: >> I am very confused the code in question contains a line of >> the sort: >> (org-export-with-LaTeX-fragments "dvipng") Me too. This should be (org-export-with-LaTeX-fragments 'dvipng) Fixed. Please confirm the original issue is fixed. Best, -- Bastien

Re: [O] org-mime-htmlize and org-preview-latex-fragment

2012-03-27 Thread Uwe Brauer
>> On Mon, 26 Mar 2012 07:31:19 -0400, Eric Schulte >> wrote: > Uwe Brauer writes: >> > This functionality certainly used to work (and was one of my main > reasons for using org-mime-htmlize). There is a new error in the > `org-export-string' function when `org-export-with-LaTe

Re: [O] org-mime-htmlize and org-preview-latex-fragment

2012-03-26 Thread Eric Schulte
Uwe Brauer writes: >>> On Thu, 22 Mar 2012 23:34:08 +0100, Uwe Brauer wrote: > > >> Now org-mime-htmlize allows me to htmlize a message buffer >> but seems not to work with org-preview-latex-fragment >> either the png is not exported or I obtain an error message >> of the sort: >

Re: [O] org-mime-htmlize and org-preview-latex-fragment

2012-03-22 Thread Uwe Brauer
>> On Thu, 22 Mar 2012 23:34:08 +0100, Uwe Brauer wrote: > Now org-mime-htmlize allows me to htmlize a message buffer > but seems not to work with org-preview-latex-fragment > either the png is not exported or I obtain an error message > of the sort: > Unknown conversion type nil

[O] org-mime-htmlize and org-preview-latex-fragment

2012-03-22 Thread Uwe Brauer
Hello I love org-preview-latex-fragment and I would like to use it for scientific correspondence. There exists a couple of extensions for Thunderbird which insert latex generated png into an (html) email. Now org-mime-htmlize allows me to htmlize a message buffer but seems not to work with org-pr