From mboxrd@z Thu Jan 1 00:00:00 1970 From: Raimund Subject: ox-latex Date: Thu, 3 Dec 2015 10:23:50 +0100 Message-ID: <56600A26.1070908@kohl-fuechsle.de> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------040908000504080801030807" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41659) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4Q7D-0000Ss-Gq for emacs-orgmode@gnu.org; Thu, 03 Dec 2015 04:23:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a4Q79-0002kr-Fw for emacs-orgmode@gnu.org; Thu, 03 Dec 2015 04:23:51 -0500 Received: from mout.kundenserver.de ([217.72.192.74]:55735) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4Q79-0002kK-1T for emacs-orgmode@gnu.org; Thu, 03 Dec 2015 04:23:47 -0500 Received: from [192.168.178.20] ([2.245.138.163]) by mrelayeu.kundenserver.de (mreue104) with ESMTPSA (Nemesis) id 0Ls9b5-1aHa2h3CSF-013zX3 for ; Thu, 03 Dec 2015 10:23:44 +0100 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: Org Mode This is a multi-part message in MIME format. --------------040908000504080801030807 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi, I'm a bloody beginner on org-mode so I still am searching my way through the oceans of informations about getting along with org-mode. At the moment I am struggling with using latex-export and setting up (a) latex-class(es). I found some great instructions on worg: Latex Export vor org-mode < 8.0 and it says to make some changes in .emacs like: > (require 'ox-latex) If I do that and eval-buffer emacs it reads: > eval-buffer: Cannot open load file: ox-latex Now I don't know if it means ox-latex doesn't exist at all ... however, I thought to look out for ox-latex in the web to download and push it in my .emacs.d ... hmmm ... even though there are bunches of ox-whatsoever-files I failed to find ox-latex ... so I think I'm thinking wrong ... :-( Can anyone help me out here? --------------040908000504080801030807 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit Hi,

I'm a bloody beginner on org-mode so I still am searching my way through the oceans of informations about getting along with org-mode.

At the moment I am struggling with using latex-export and setting up (a) latex-class(es).

I found some great instructions on worg: Latex Export vor org-mode < 8.0
 and it says to make some changes in .emacs like:

(require 'ox-latex)

If I do that and eval-buffer emacs it reads:


eval-buffer: Cannot open load file: ox-latex

Now I don't know if it means ox-latex doesn't exist at all ... however, I thought to look out for ox-latex in the web to download and push it in my .emacs.d ... hmmm ... even though there are bunches of ox-whatsoever-files I failed to find ox-latex ... so I think I'm thinking wrong ... :-(

Can anyone help me out here?


--------------040908000504080801030807-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: ox-latex Date: Thu, 03 Dec 2015 11:59:52 +0100 Message-ID: <87io4fx0ev.fsf@gmx.us> References: <56600A26.1070908@kohl-fuechsle.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38179) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4RcO-00022s-9g for emacs-orgmode@gnu.org; Thu, 03 Dec 2015 06:00:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a4RcI-0008TQ-9a for emacs-orgmode@gnu.org; Thu, 03 Dec 2015 06:00:08 -0500 Received: from plane.gmane.org ([80.91.229.3]:57798) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4RcI-0008Sr-4B for emacs-orgmode@gnu.org; Thu, 03 Dec 2015 06:00:02 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1a4RcE-0000tu-Me for emacs-orgmode@gnu.org; Thu, 03 Dec 2015 11:59:58 +0100 Received: from 62.80.108.12 ([62.80.108.12]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Dec 2015 11:59:58 +0100 Received: from rasmus by 62.80.108.12 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Dec 2015 11:59:58 +0100 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 Raimund writes: > Hi, > > I'm a bloody beginner on org-mode so I still am searching my way > through the oceans of informations about getting along with org-mode. > > At the moment I am struggling with using latex-export and setting up > (a) latex-class(es). > > I found some great instructions on worg: Latex Export vor org-mode < > 8.0 > and it says to make some changes in .emacs like: > >> (require 'ox-latex) > > If I do that and eval-buffer emacs it reads: > > >> eval-buffer: Cannot open load file: ox-latex > > Now I don't know if it means ox-latex doesn't exist at all > ... however, I thought to look out for ox-latex in the web to download > and push it in my .emacs.d ... hmmm ... even though there are bunches > of ox-whatsoever-files I failed to find ox-latex ... so I think I'm > thinking wrong ... :-( > > Can anyone help me out here? It sounds like you don't have a recent version of Org. Please see the installation instructions in the manual, http://orgmode.org/org.html Hope it helps, Rasmus -- To err is human. To screw up 10⁶ times per second, you need a computer From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas S. Dye Subject: Re: ox-latex Date: Thu, 03 Dec 2015 06:36:30 -1000 Message-ID: References: <56600A26.1070908@kohl-fuechsle.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38854) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4WsK-0004s2-7n for emacs-orgmode@gnu.org; Thu, 03 Dec 2015 11:37:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a4WsH-000770-1U for emacs-orgmode@gnu.org; Thu, 03 Dec 2015 11:36:56 -0500 Received: from gproxy8-pub.mail.unifiedlayer.com ([67.222.33.93]:55706) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1a4WsG-000756-RC for emacs-orgmode@gnu.org; Thu, 03 Dec 2015 11:36:52 -0500 In-reply-to: <56600A26.1070908@kohl-fuechsle.de> 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: Raimund Cc: Org Mode Aloha Raimund, Raimund writes: > Hi, > > I'm a bloody beginner on org-mode so I still am searching my way through > the oceans of informations about getting along with org-mode. > > At the moment I am struggling with using latex-export and setting up (a) > latex-class(es). > > I found some great instructions on worg: Latex Export vor org-mode < 8.0 > > and it says to make some changes in .emacs like: These instructions are for the old exporter. The new exporter made many of the old instructions obsolete. I presume you're using Org mode 8? > >> (require 'ox-latex) > > If I do that and eval-buffer emacs it reads: > > >> eval-buffer: Cannot open load file: ox-latex > > Now I don't know if it means ox-latex doesn't exist at all ... however, > I thought to look out for ox-latex in the web to download and push it in > my .emacs.d ... hmmm ... even though there are bunches of > ox-whatsoever-files I failed to find ox-latex ... so I think I'm > thinking wrong ... :-( > > Can anyone help me out here? The manual is a good starting place. There are a couple of LaTeX export templates here: http://orgmode.org/worg/exporters/index.html There is one for annotated bibliographies and another for the Journal PLOS One. They should give examples of how the LaTeX exporter can be customized. hth, Tom -- Thomas S. Dye http://www.tsdye.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: ox-latex Date: Fri, 4 Dec 2015 08:36:31 -0600 Message-ID: References: <56600A26.1070908@kohl-fuechsle.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44961) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4rTN-0002zk-1H for emacs-orgmode@gnu.org; Fri, 04 Dec 2015 09:36:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a4rTL-00083p-PH for emacs-orgmode@gnu.org; Fri, 04 Dec 2015 09:36:32 -0500 Received: from mail-ob0-x22f.google.com ([2607:f8b0:4003:c01::22f]:34517) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4rTL-00083N-Kc for emacs-orgmode@gnu.org; Fri, 04 Dec 2015 09:36:31 -0500 Received: by oba1 with SMTP id 1so32084704oba.1 for ; Fri, 04 Dec 2015 06:36:31 -0800 (PST) In-Reply-To: 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: "Thomas S. Dye" Cc: Org Mode , Raimund On Thu, Dec 3, 2015 at 10:36 AM, Thomas S. Dye wrote: > Aloha Raimund, > > Raimund writes: > >> Hi, >> >> I'm a bloody beginner on org-mode so I still am searching my way through >> the oceans of informations about getting along with org-mode. >> >> At the moment I am struggling with using latex-export and setting up (a) >> latex-class(es). >> >> I found some great instructions on worg: Latex Export vor org-mode < 8.0 >> >> and it says to make some changes in .emacs like: > > These instructions are for the old exporter. The new exporter made many > of the old instructions obsolete. > > I presume you're using Org mode 8? The instructions are for Org < 8... but why would those instructions mention ox-latex? I thought all the ox-* stuff came through only with 8.0? Or was the ox-* convention earlier than I realize? >> >>> (require 'ox-latex) >> >> If I do that and eval-buffer emacs it reads: >> >> >>> eval-buffer: Cannot open load file: ox-latex >> >> Now I don't know if it means ox-latex doesn't exist at all ... however, >> I thought to look out for ox-latex in the web to download and push it in >> my .emacs.d ... hmmm ... even though there are bunches of >> ox-whatsoever-files I failed to find ox-latex ... so I think I'm >> thinking wrong ... :-( >> >> Can anyone help me out here? > > The manual is a good starting place. > > There are a couple of LaTeX export templates here: > http://orgmode.org/worg/exporters/index.html > > There is one for annotated bibliographies and another for the Journal > PLOS One. They should give examples of how the LaTeX exporter can be > customized. > > hth, > Tom > > -- > Thomas S. Dye > http://www.tsdye.com > From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: ox-latex Date: Fri, 4 Dec 2015 08:41:31 -0600 Message-ID: References: <56600A26.1070908@kohl-fuechsle.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46517) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4rYC-0004aO-J6 for emacs-orgmode@gnu.org; Fri, 04 Dec 2015 09:41:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a4rYB-0001QH-Jh for emacs-orgmode@gnu.org; Fri, 04 Dec 2015 09:41:32 -0500 Received: from mail-ob0-x236.google.com ([2607:f8b0:4003:c01::236]:36004) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4rYB-0001QC-FB for emacs-orgmode@gnu.org; Fri, 04 Dec 2015 09:41:31 -0500 Received: by obcse5 with SMTP id se5so71437249obc.3 for ; Fri, 04 Dec 2015 06:41:31 -0800 (PST) In-Reply-To: <56600A26.1070908@kohl-fuechsle.de> 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: Raimund Cc: Org Mode On Thu, Dec 3, 2015 at 3:23 AM, Raimund wrote: > Hi, > > I'm a bloody beginner on org-mode so I still am searching my way through the > oceans of informations about getting along with org-mode. > > At the moment I am struggling with using latex-export and setting up (a) > latex-class(es). > > I found some great instructions on worg: Latex Export vor org-mode < 8.0 > and it says to make some changes in .emacs like: > > (require 'ox-latex) > > > If I do that and eval-buffer emacs it reads: > > > eval-buffer: Cannot open load file: ox-latex > > > Now I don't know if it means ox-latex doesn't exist at all ... however, I > thought to look out for ox-latex in the web to download and push it in my > .emacs.d ... hmmm ... even though there are bunches of ox-whatsoever-files I > failed to find ox-latex ... so I think I'm thinking wrong ... :-( > > Can anyone help me out here? I think we'll need to start from the beginning. Could you let us know: - how dd you install org-mode (Emacs package, git, did you extract a .zip from somewhere, other)? - where is that org-mode directory (e.g. /some/path/to/org-mode)? - what's in your .emacs file related to org-mode basics (load-path, require ox-* statements)? - what do you get with this command in emacs: M-x org-version Perhaps we can get you going with a standard/default LaTeX export, which will let you move on toward custom classes (and I think Thomas' email already has some nice tips along that direction). Thanks, John > >