emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Eric Schulte" <schulte.eric@gmail.com>
To: Org Mode <emacs-orgmode@gnu.org>
Subject: LaTeX export bug (skipping outline levels)
Date: Wed, 30 Sep 2009 08:04:10 -0600	[thread overview]
Message-ID: <m24oqkzfz9.fsf@gmail.com> (raw)

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

Hi,

I've noticed that when exporting to LaTeX Org-mode will skip levels that
are two deeper than their immediate parent level.  See the attached
example where the "*** third level" headline is not exported to LaTeX.


[-- Attachment #2: simple.org --]
[-- Type: application/octet-stream, Size: 258 bytes --]

#+TITLE: LaTeX issue
#+OPTIONS: num:nil ^:nil

* top level

*** third level
There is content here which will not be exported to LaTeX

* another top level

** second level

*** nested third level
because of the second level above I will be exported to LaTeX

[-- Attachment #3: Type: text/plain, Size: 43 bytes --]


I'll also attach the resulting .tex file


[-- Attachment #4: simple.tex --]
[-- Type: application/x-tex, Size: 602 bytes --]

% Created 2009-09-30 Wed 08:03
\documentclass[11pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{longtable}
\usepackage{soul}
\usepackage{hyperref}
\usepackage{color}
\usepackage{listings}

\title{LaTeX issue}
\author{Eric Schulte}
\date{30 September 2009}

\begin{document}

\maketitle


\section*{top level}
\label{sec-1}


\section*{another top level}
\label{sec-2}


\subsection*{second level}
\label{sec-2.1}


\subsubsection*{nested third level}
\label{sec-2.1.1}

because of the second level above I will be exported to \LaTeX{}

\end{document}

[-- Attachment #5: Type: text/plain, Size: 63 bytes --]


This is using the latest version of Org-mode.

Thanks -- Eric

[-- Attachment #6: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

             reply	other threads:[~2009-09-30 14:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-30 14:04 Eric Schulte [this message]
2009-10-02  6:44 ` LaTeX export bug (skipping outline levels) Carsten Dominik
2009-10-02 21:42   ` Bastien

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=m24oqkzfz9.fsf@gmail.com \
    --to=schulte.eric@gmail.com \
    --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).