[O] latex export settings in init files

2011-03-28 Thread Chris Beard
Hello, I've tried to modify some default latex export settings based on info from here http://www.mail-archive.com/emacs-orgmode@gnu.org/msg07645.html I basically add to the org-mode-hook to do: (setq org-export-latex-classes (cons '(myarticle % BEGIN My

Re: [O] latex export settings in init files

2011-03-28 Thread Eric S Fraga
Chris Beard wcbear...@wabash.edu writes: Hello, I've tried to modify some default latex export settings based on info from here http://www.mail-archive.com/emacs-orgmode@gnu.org/msg07645.html I basically add to the org-mode-hook to do: (setq org-export-latex-classes (cons '(myarticle

Re: [O] latex export settings in init files

2011-03-28 Thread Chris Malone
Hi Chris, I would try Eric's suggestion of making sure you have all the correct require statements in your .emacs file. If that doesn't work, make sure you have a recent version of =org-mode= --- I've run into this problem in the past, even with the appropriate requires, but with an old version

Re: [O] latex export settings in init files

2011-03-28 Thread Aankhen
Hi Chris, On Mon, Mar 28, 2011 at 17:25, Chris Beard wcbear...@wabash.edu wrote: Hello, I've tried to modify some default latex export settings based on info from here http://www.mail-archive.com/emacs-orgmode@gnu.org/msg07645.html I basically add to the org-mode-hook to do: [snip]