emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Charles Howard <incubando@hotmail.co.uk>
To: emacs-orgmode@gnu.org
Subject: Exporting LaTeX
Date: Thu, 21 Aug 2008 05:17:07 +0000	[thread overview]
Message-ID: <BLU103-W28CD2038B7E2465FC81756E56B0@phx.gbl> (raw)


I am trying to implement a variation on what Russell Adams describes in

http://lists.gnu.org/archive/html/emacs-orgmode/2008-08/msg00044.html 

but I get the message 

>>>

An error has occurred while loading `/home/ogham/.emacs':

Symbol's value as variable is void: org-export-latex-classes

<<<

on starting emacs. The only way I could get C^c C^e l to write my preamble commands to file.tex
was by inserting my block of code

>>>
    ("myarticle"
     "\\documentclass[11pt]{article}
\\usepackage[utf8]{inputenc}
\\usepackage[T1]{fontenc}
\\usepackage{hyperref}
\\setlength{\\textwidth}{16cm}
\\setlength{\\textheight}{23cm}
\\setlength{\\voffset}{-1cm}
\\setlength{\\hoffset}{-1.5cm}
\\setlength{\\parindent}{0cm}
\\addtolength{\\parskip}{2mm}
\\usepackage{titlesec}
\\titleformat{\\section}[block]{\\bfseries}{\\S\\,\\thesection\\enspace}{.5em}{}
\\titleformat{\\subsection}[block]{\\mdseries}{\\thesubsection\\enspace}{.3em}{}
\\titleformat{\\subsubsection}[block]{\\mdseries}{{\\footnotesize\\thesubsubsection\\enspace}}{.1em}{\\footnotesize}"
     ("\\section{%s}" . "\\section*{%s}")
     ("\\subsection{%s}" . "\\subsection*{%s}")
     ("\\subsubsection{%s}" . "\\subsubsection*{%s}")
     ("\\paragraph{%s}" . "\\paragraph*{%s}")
     ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
                                                                      
<<<

directly into /usr/local/share/emacs/site-lisp/org-export-latex.el 

Although this works for me, I'd still like to understand why the corresponding code into ~/.emacs did not work. 
Can someone tell me why this was so?

I'm using Orgmode 6.06b and emacs 22.1.1 on Ubuntu 7.10. 

Many thanks, Chas
_________________________________________________________________
Win a voice over part with Kung Fu Panda & Live Search   and   100’s of Kung Fu Panda prizes to win with Live Search
http://clk.atdmt.com/UKM/go/107571439/direct/01/

             reply	other threads:[~2008-08-21  5:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-21  5:17 Charles Howard [this message]
2008-08-21  6:35 ` Exporting LaTeX Russell Adams
2008-08-22 10:24 ` Charles Howard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BLU103-W28CD2038B7E2465FC81756E56B0@phx.gbl \
    --to=incubando@hotmail.co.uk \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).