emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* exporting to subsubsection not completing
@ 2016-04-16 13:21 Sharon Kimble
  0 siblings, 0 replies; 3+ messages in thread
From: Sharon Kimble @ 2016-04-16 13:21 UTC (permalink / raw)
  To: org-mode-email

[-- Attachment #1: Type: text/plain, Size: 2716 bytes --]

I'm using a custom class for my org-mode latex file which is -

--8<---------------cut here---------------start------------->8---
#+begin_src emacs-lisp
(add-to-list 'org-latex-classes
             '("my-memoir"
               "\\documentclass{memoir}"
               ("\\chapter{%s}" . "\\chapter*{%s}")
               ("\\section{%s}" . "\\section*{%s}")
               ("\\subsection{%s}" . "\\subsection*{%s}")
               ("\\subsubsection{%s}" . "\\subsubsection*{%s}")
               ("\\paragraph{%s}" . "\\paragraph*{%s}")
               ("\\subparagraph{%s}" . "\\subparagraph*{%s}")))
#+end_src
[2016-04-16 Sat 08:22]
--8<---------------cut here---------------end--------------->8---

but all my subsubsections are coming out as -

╭────
│\begin{enumerate}
│\item Stop the abuse!
╰────

This is my file header, minus the title which isn't relevant

--8<---------------cut here---------------start------------->8---
#+LaTeX_class: my-memoir
#+LATEX_CLASS_OPTIONS: [a4paper,12pt,oneside,openany]
#+latex_header: \usepackage[mark]{gitinfo2}
#+latex_header: \usepackage{mVersion}
#+latex_header: \increaseBuild
#+latex_header: \date{Build - \version}
# #+LaTeX_HEADER: \usepackage[utf8]{inputenc}
# #+LaTeX_HEADER: \usepackage[T1]{fontenc} 
#+LaTeX_HEADER: \usepackage{mathpazo}
#+LaTeX_HEADER: \usepackage{fixltx2e}
#+latex_header: \usepackage[backend=biber,style=philosophy-modern,doi=true,hyperref=true,backref=true,backrefstyle=two,date=year,maxcitenames=3]{biblatex}
#+LATEX_HEADER: \addbibresource{~/research/hair/hair.bib}
#+LATEX_HEADER: \usepackage{makeidx}
#+latex_header: \makeindex
#+latex_header: \usepackage{glossaries}
#+latex_header: \makeglossaries
#+latex_header: \usepackage[unhide]{todo}
#+latex_header: \usepackage{everypage}
#+latex_header: \usepackage{draftwatermark}
#+latex_header: \usepackage{scrextend}
#+latex_header: \usepackage{hyperref}
#+latex_header: \hypersetup{colorlinks,linkcolor={red},citecolor={magenta},urlcolor={blue}}
#+latex_header: \setlength\parindent{0pt} % sets indent to zero
#+latex_header: \usepackage{chngcntr}
#+latex_header: \counterwithout{footnote}{chapter}
#+latex_header: \footnotesep\baselineskip
#+latex_header: \setlength{\parskip}{7pt}
#+OPTIONS: H:3 toc:t \n:nil ::t |:t ^:t f:t tex:t
#+LaTeX: \setcounter{secnumdepth}{0}
#+OPTIONS: toc:2
--8<---------------cut here---------------end--------------->8---

How can I get my org-mode level 4 subheading to appear as subsubsection
when the file is exported please?

Thanks
Sharon.
-- 
A taste of linux = http://www.sharons.org.uk
TGmeds = http://www.tgmeds.org.uk
Debian 8.4, fluxbox 1.3.7, emacs 25.0.92

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: exporting to subsubsection not completing
       [not found] <d1e9c507aefb405eb7640e066fe64212@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
@ 2016-04-16 13:26 ` Eric S Fraga
  2016-04-16 14:06   ` Sharon Kimble
  0 siblings, 1 reply; 3+ messages in thread
From: Eric S Fraga @ 2016-04-16 13:26 UTC (permalink / raw)
  To: Sharon Kimble; +Cc: org-mode-email

On Saturday, 16 Apr 2016 at 13:21, Sharon Kimble wrote:

[...]

> but all my subsubsections are coming out as -
>
> ╭────
> │\begin{enumerate}
> │\item Stop the abuse!
> ╰────

[...]

> #+OPTIONS: H:3 toc:t \n:nil ::t |:t ^:t f:t tex:t

Change H:3 to H:4 or even H:6.

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.92.1, Org release_8.3.4-705-g716e33

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: exporting to subsubsection not completing
  2016-04-16 13:26 ` exporting to subsubsection not completing Eric S Fraga
@ 2016-04-16 14:06   ` Sharon Kimble
  0 siblings, 0 replies; 3+ messages in thread
From: Sharon Kimble @ 2016-04-16 14:06 UTC (permalink / raw)
  To: org-mode-email

[-- Attachment #1: Type: text/plain, Size: 621 bytes --]

Eric S Fraga <e.fraga@ucl.ac.uk> writes:

> On Saturday, 16 Apr 2016 at 13:21, Sharon Kimble wrote:
>
> [...]
>
>> but all my subsubsections are coming out as -
>>
>> ╭────
>> │\begin{enumerate}
>> │\item Stop the abuse!
>> ╰────
>
> [...]
>
>> #+OPTIONS: H:3 toc:t \n:nil ::t |:t ^:t f:t tex:t
>
> Change H:3 to H:4 or even H:6.

Thanks, that's sorted it with H:6, and it was so simple, most definitely
a 'doh' moment! :)

Thanks again
Sharon.
-- 
A taste of linux = http://www.sharons.org.uk
TGmeds = http://www.tgmeds.org.uk
Debian 8.4, fluxbox 1.3.7, emacs 25.0.92

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-04-16 14:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <d1e9c507aefb405eb7640e066fe64212@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
2016-04-16 13:26 ` exporting to subsubsection not completing Eric S Fraga
2016-04-16 14:06   ` Sharon Kimble
2016-04-16 13:21 Sharon Kimble

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).