Re: [O] Using Book class without 'parts' for Org-mode Export

2017-08-17 Thread lists
On 2017-08-16 18:02, R Jain wrote: Hi Ian, Thanks for the reply. The part which I'm tripping over is: #+latex: \chapterauthor{by Mike Anderson} (add-to-list 'org-latex-classes '("koma-book" "\\documentclass{scrbook}" ("\\chapter{%s}" . "\\chapter{%s}")

Re: [O] Using Book class without 'parts' for Org-mode Export

2017-08-16 Thread Tim Cross
also, if you get frustrated by the number of latex_header option lines you need to add to each file, you can define a new custom entry in org-latex-classes which contains all those lines. I have a custom one which has all the latex stuff to set my work logo and a few other latex 'tweaks' to match

Re: [O] Using Book class without 'parts' for Org-mode Export

2017-08-16 Thread R Jain
Hi Ian,Thanks for the reply. The part which I'm tripping over is:#+latex: \chapterauthor{by Mike Anderson}(add-to-list 'org-latex-classes           '("koma-book"              "\\documentclass{scrbook}"              ("\\chapter{%s}" . "\\chapter{%s}")              ("\\subsection{%s}" .

Re: [O] Using Book class without 'parts' for Org-mode Export

2017-08-16 Thread lists
On 2017-08-16 14:44, R Jain wrote: Hi Everyone, My question is about using Org-mode Export to Latex, but starting with Chapter, then Section, and so on. I found a solution on Stackexchange [1] but when I add that code to my init file, restart emacs, and add "#+LaTeX_CLASS: book_noparts" to my

[O] Using Book class without 'parts' for Org-mode Export

2017-08-16 Thread R Jain
Hi Everyone,My question is about using Org-mode Export to Latex, but starting with Chapter, then Section, and so on.I found a solution on Stackexchange but when I add that code to my init file, restart emacs, and add "#+LaTeX_CLASS: book_noparts" to my org file,  it apparently doesn't get read.