* org-latex-classes removed?
@ 2015-05-23 13:40 David Dynerman
2015-05-23 14:12 ` David Dynerman
0 siblings, 1 reply; 2+ messages in thread
From: David Dynerman @ 2015-05-23 13:40 UTC (permalink / raw)
To: Org-mode
[-- Attachment #1: Type: text/plain, Size: 1152 bytes --]
Hello,
In the master I'm currently seeing that org-latex-classes is
undefined. Is this intended? Has this functionality been replaced by
something else? I didn't see anything in a quick search of the mailing
list archives.
Running emacs -q, in *scratch* I evaluate:
(add-to-list 'load-path "/usr/share/site-lisp/org")
(load-library "org")
(require 'org)
(add-to-list 'org-latex-classes '("book-no-parts" "\\documentclass[11pt]{book}"
("\\chapter{%s}" . "\\chapter*{%s}")
("\\section{%s}" . "\\section*{%s}")
("\\subsection{%s}" . "\\subsection*{%s}")
("\\subsubsection{%s}" . "\\subsubsection*{%s}")))
Result:
if: Symbol's value as variable is void: org-latex-classes
This is on OS X using a emacsformacosx.com build:
GNU Emacs 24.5.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21) of 2015-04-10 on builder10-9.porkrind.org
Org-mode version 8.3beta (release_8.3beta-1159-g71641b @ /usr/share/site-lisp/org/)
ProductName: Mac OS X
ProductVersion: 10.10.3
BuildVersion: 14D136
Thank you,
David
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 841 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: org-latex-classes removed?
2015-05-23 13:40 org-latex-classes removed? David Dynerman
@ 2015-05-23 14:12 ` David Dynerman
0 siblings, 0 replies; 2+ messages in thread
From: David Dynerman @ 2015-05-23 14:12 UTC (permalink / raw)
To: Org-mode
Please disregard - just a silly mistake on my end: forgot (require
'ox-latex).
Thank you,
David
David Dynerman writes:
> Hello,
>
> In the master I'm currently seeing that org-latex-classes is
> undefined. Is this intended? Has this functionality been replaced by
> something else? I didn't see anything in a quick search of the mailing
> list archives.
>
> Running emacs -q, in *scratch* I evaluate:
>
> (add-to-list 'load-path "/usr/share/site-lisp/org")
> (load-library "org")
> (require 'org)
> (add-to-list 'org-latex-classes '("book-no-parts" "\\documentclass[11pt]{book}"
> ("\\chapter{%s}" . "\\chapter*{%s}")
> ("\\section{%s}" . "\\section*{%s}")
> ("\\subsection{%s}" . "\\subsection*{%s}")
> ("\\subsubsection{%s}" . "\\subsubsection*{%s}")))
>
> Result:
>
> if: Symbol's value as variable is void: org-latex-classes
>
> This is on OS X using a emacsformacosx.com build:
>
> GNU Emacs 24.5.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21) of 2015-04-10 on builder10-9.porkrind.org
>
> Org-mode version 8.3beta (release_8.3beta-1159-g71641b @ /usr/share/site-lisp/org/)
>
> ProductName: Mac OS X
> ProductVersion: 10.10.3
> BuildVersion: 14D136
>
> Thank you,
> David
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-05-23 14:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-23 13:40 org-latex-classes removed? David Dynerman
2015-05-23 14:12 ` David Dynerman
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.