From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sanjib Sikder Subject: Re: #+LATEX_CLASS: IEEEtran Date: Wed, 17 Oct 2012 16:37:40 +0530 Message-ID: References: <9619.1350380316@alphaville> <11122.1350382868@alphaville> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=14dae93411b3d5ca5c04cc3f499e Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44977) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TORU9-0001uY-VW for emacs-orgmode@gnu.org; Wed, 17 Oct 2012 07:08:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TORU5-00082E-P5 for emacs-orgmode@gnu.org; Wed, 17 Oct 2012 07:08:25 -0400 Received: from mail-ie0-f169.google.com ([209.85.223.169]:43034) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TORU5-000828-Ii for emacs-orgmode@gnu.org; Wed, 17 Oct 2012 07:08:21 -0400 Received: by mail-ie0-f169.google.com with SMTP id 10so14373897ied.0 for ; Wed, 17 Oct 2012 04:08:20 -0700 (PDT) In-Reply-To: <11122.1350382868@alphaville> 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: nicholas.dokos@hp.com Cc: emacs-orgmode@gnu.org --14dae93411b3d5ca5c04cc3f499e Content-Type: text/plain; charset=ISO-8859-1 Dear Dokos, It is working perfectly. Thank you very much for your incessant helps. ----------------------------- *Sanjib Sikder *Ph.D. Fellow Chemical Engineering IIT Bombay* * On Tue, Oct 16, 2012 at 3:51 PM, Nick Dokos wrote: > Sanjib Sikder wrote: > > > Hi, Dokos, > > > > Thanks again. > > > > After incorporating those lines, I am getting following error. > > > > File error: Cannot open load file, org-e-latex > > > > If it is complex (as I am new in orgmode), then I will go for normal > latex instead of orgmode for > > this particular task as I have a template for IEEEtran but I would love > to do the job in orgmode. > > > > Eagerly waiting for your comments > > > > Two options: > > o if you are not going to use the new exporter, just delete the two lines: > > (require 'org-e-latex) > (add-to-list 'org-e-latex-classes ieeetran-class t) > > o alternatively, teach emacs where to find org-e-latex by augmenting the > load-path: > > (add-to-list 'load-path "/path/to/org/mode/contrib/lisp") > > This needs to be done before the (require 'org-e-latex) and of course, > the path needs to be modified for your particular setup. > > Nick > --14dae93411b3d5ca5c04cc3f499e Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Dear Dokos,

It is working perfectly.

Thank you very much for = your incessant helps.

-----------------------------
Sanjib Sikder Ph.D. Fellow
Chemical Enginee= ring
IIT Bombay






On Tue, Oct 16, 2012 at 3:51 PM, Nick Do= kos <nicholas.dokos@hp.com> wrote:
Sanjib Sikder <sanjibju2002@gmail.com> wrote:

> Hi, Dokos,
>
> Thanks again.
>
> After incorporating those lines, I am getting following error.
>
> =A0 =A0 File error: Cannot open load file, org-e-latex
>
> If it is complex (as I am new in orgmode), then I will go for normal l= atex instead of orgmode for
> this particular task as I have a template for IEEEtran but I would lov= e to do the job in orgmode.
>
> Eagerly waiting for your comments
>

Two options:

o if you are not going to use the new exporter, just delete the two lines:<= br>

=A0 =A0 (require 'org-e-latex)
=A0 =A0 (add-to-list 'org-e-latex-classes ieeetran-class t)

o alternatively, teach emacs where to find org-e-latex by augmenting = the
=A0 load-path:

=A0 (add-to-list 'load-path "/path/to/org/mode/contrib/lisp")=

=A0 This needs to be done before the (require 'org-e-latex) and of cour= se,
=A0 the path needs to be modified for your particular setup.

Nick

--14dae93411b3d5ca5c04cc3f499e--