Markus Grebenstein <p...@mgrebenstein.de> wrote: > Dear List, > > I've been fighting the whole night but I' can't get > it fixed: > > I have a simple and short file (to test why the big > document >70 pages is not exported completely) which > I want to export to latex. But if I do so, a portion > of text is missing (in the tex file! So it doesn't > seem to be related to latex setup?)
Correct - orgmode and emacs setup are the primary suspects. > If I export the same text to html > it works fine. > I tried a minimal .emacs plus your .emacs customizations (after fixing up some unfortunate line breaks that the email suffered) and I get a "good" tex file with no chapters missing (tex file attached). Org-mode version 7.7 (release_7.7.205.gce02a) GNU Emacs 24.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.22.0) of 2011-07-30 You might want to check your version of orgmode and upgrade if necessary, but the primary suspect is still your configuration I think (maybe the rest of your .emacs). Nick
% Created 2011-08-28 Sun 12:30 \documentclass[a4paper,11pt]{book} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{fixltx2e} \usepackage{wrapfig} \usepackage{soul} \usepackage{textcomp} \usepackage{marvosym} \usepackage{wasysym} \usepackage{latexsym} \usepackage{amssymb} \usepackage{hyperref} \usepackage{graphicx} \usepackage{longtable} \usepackage{float} \input{D:/grebenst/My_Info_Local/Daten/Diss/svn_grebi/trunk/DISS/Templates/book_header.tex} \bibliography{Diss-zotero} \providecommand{\alert}[1]{\textbf{#1}} \title{Testfile fuer Orgmode spezifische Dinge zur Diss} \author{Nick Dokos} \date{\today} \begin{document} \maketitle \setcounter{tocdepth}{3} \tableofcontents \vspace*{1cm} \part{Section 1} \label{sec-1} HIer steht ein Bild Hier ein Zitat in Latex syntax Hier steht ein Zitat in orgmode markup Hier eine Fussnote \footnote{Ich bin die Fussnote } \part{Formatierungen} \label{sec-2} Warum fehlen denn hier schon wieder Dinge?? \chapter{Fuer Text} \label{sec-2-1} wumm das wieda nich geht?? \chapter{liegts an dem Markup Zeuch?} \label{sec-2-2} asdf Komisch ist das?? \printbibliography \end{document}
> 8><------------------------------------- > > The orgmode file: > > 8><------------------------------------ > #+STARTUP: hidestars > #+STARTUP: > indent > #+TODO: TODO | DONE > #+TODO: FirstDraft RevisedDraft | Final > #+OPTIONS: toc:4 *:t (only to two levels in TOC) > ##+OPTIONS: toc:nil (no TOC at all) > #+LATEX_CMD: pdflatex > #+LaTeX_CLASS: book > #+LaTeX_CLASS_OPTIONS: [a4paper,11pt] > #+LATEX_HEADER: > \input{D:/grebenst/My_Info_Local/Daten/Diss/svn_grebi/trunk/DISS/Templates/book_header.tex} > #+LaTeX_HEADER: \bibliography{Diss-zotero} > > #+TITLE: Testfile fuer Orgmode spezifische Dinge zur Diss > > * Section 1 > HIer steht ein Bild > > Hier ein Zitat in Latex syntax > > Hier steht ein Zitat in orgmode markup > > Hier eine Fussnote [fn:1_1] > > * Formatierungen > Warum fehlen denn hier schon wieder Dinge?? > > ** Fuer Text > wumm das wieda nich geht?? > > ** liegts an dem Markup Zeuch? > asdf > Komisch ist das?? > > [fn:1_1]Ich bin die Fussnote > > \printbibliography > 8><------------------------------------ >