From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joseph Vidal-Rosset Subject: Re: Needing help on org-gnus + LaTeX export - Date: Tue, 1 Oct 2013 14:19:12 +0200 Message-ID: References: <87a9iuuuu2.fsf@ucl.ac.uk> <87y56dxw8y.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c37ba2125f2d04e7acf70f Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38008) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQyvP-0006AY-Nv for emacs-orgmode@gnu.org; Tue, 01 Oct 2013 08:19:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQyvO-0005FI-3j for emacs-orgmode@gnu.org; Tue, 01 Oct 2013 08:19:35 -0400 Received: from mail-wi0-x233.google.com ([2a00:1450:400c:c05::233]:56143) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQyvN-0005FA-L2 for emacs-orgmode@gnu.org; Tue, 01 Oct 2013 08:19:34 -0400 Received: by mail-wi0-f179.google.com with SMTP id hm2so5435755wib.0 for ; Tue, 01 Oct 2013 05:19:32 -0700 (PDT) In-Reply-To: <87y56dxw8y.fsf@ucl.ac.uk> 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: Joseph Vidal-Rosset , emacs-orgmode list --001a11c37ba2125f2d04e7acf70f Content-Type: text/plain; charset=UTF-8 Dear Eric, Seb, Achim, many thanks, it works now ! Here is my configuration, at the very beginning of my init.el file : (message "* --[ Loading my Emacs init file ]--") (add-to-list 'load-path "~/.emacs.d/org-8.2/lisp") (add-to-list 'load-path "~/.emacs.d/org-8.2/contrib/lisp" t) (require 'org-loaddefs) ;(package-initialize) (global-set-key "\C-cl" 'org-store-link) (global-set-key "\C-cc" 'org-capture) (global-set-key "\C-ca" 'org-agenda) (global-set-key "\C-cb" 'org-iswitchb) (require 'ox-latex) (require 'org-mime) (setq org-mime-library 'mml) I have succeeded to get an email wih png images which correctly appear in Thunderbird and a link on png images in gnus . Wonderful !!! Now, the next ideal step would be to be able to use any latex package to get png images via gnus, for example fitch or bussproofs or qtree... it is not an hurry, I will follow your advice. Hope that my email will help other beginners. Many many thanks to all of you ! Jo. 2013/10/1 Eric S Fraga > Joseph Vidal-Rosset writes: > > [...] > > > I have certainly a problem of installation, because of my test of > > conversion with org-mode fail. > > > > With gnus, here is the message error : > > > > org-mime-htmlize: Cannot open load file: aucun fichier ou dossier de ce > > type, ox-org > > A backtrace might help. Do > > M-x toggle-debug-on-error RET > > and then try again. > > In any case, I have the following in my initialisation files: > > (require 'ox-latex) > (require 'org-mime) > -- > : Eric S Fraga (0xFFFCF67D), Emacs 24.3.50.1, Org release_8.1.1-7-gaecdf5 > > > --001a11c37ba2125f2d04e7acf70f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Dear Eric, Seb, Achim, many thanks, it works now !
Here is my configuration, at the very beginning of my init.el = =C2=A0file :


(message "* = --[ Loading my Emacs init file ]--")
(add-to-list 'load-path "~/.emacs.d/org-8.2/lisp")
=
(add-to-list 'load-path "~/.emacs.d/org-8.2/contrib/lisp"= ; t)
(require 'org-loaddefs)
;(package-initialize)<= /div>
(global-set-key "\C-cl" 'org-store-link)
(glob= al-set-key "\C-cc" 'org-capture)
(global-set-key &q= uot;\C-ca" 'org-agenda)
(global-set-key "\C-cb"= ; 'org-iswitchb)
(require 'ox-latex)
(require 'org-mime)
(s= etq org-mime-library 'mml)

I have succee= ded to get an email wih png images which correctly appear in Thunderbird an= d a link on png images in gnus . Wonderful !!!

Now, the next ideal step would be to be able to use any= latex package to get png images via gnus, for example fitch or bussproofs = or qtree...

it is not an hurry, I will follow your= advice.=C2=A0

Hope that my email will help other beginners.=C2=A0

Many many thanks to all of you !

=
Jo.=C2=A0


2013/10/1 Eric S Fraga <e.fraga@ucl.ac.uk>
Joseph Vidal-Rosset <jo= seph.vidal.rosset@gmail.com> writes:

[...]

> I have certainly a problem of installation, because of my test of
> conversion with org-mode fail.
>
> With gnus, here is the message error :
>
> org-mime-htmlize: Cannot open load file: aucun fichier ou dossier de c= e
> type, ox-org

A backtrace might help. =C2=A0Do

=C2=A0 M-x toggle-debug-on-error RET

and then try again.

In any case, I have the following in my initialisation files:

(require 'ox-latex)
(require 'org-mime)
--
: Eric S Fraga (0xFFFCF67D), Emacs 24.3.50.1, Org release_8.1.1-7-gaecdf5


--001a11c37ba2125f2d04e7acf70f--