emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Eduardo Mercovich <eduardo@mercovich.net>
To: emacs-orgmode@gnu.org
Subject: Org is exporting to tex an asterisk between "section" and "{"
Date: Fri, 04 Mar 2016 16:15:31 -0300	[thread overview]
Message-ID: <87d1rarr58.fsf@gmail.com> (raw)

Hello evoryone.

Troubleshooting a lack of ToC content in a exported PDF from org, I
found this issue.

Please forgive me if it's inaccurate. But I tried searching the web,
some org and latex lists and my local .emacs configuration and didn't
found anything related, so it must be a local issue or it would have
been reported before. 

Starting with a simple org file like this:

--8<---------------cut here---------------start------------->8---
* Section A, level 1
** Section AA, level 2
Some AA text. 
** Section AB, level 2
Some AB text. 
* Section B, level 1
** Section BA, level 2
Some BA text. 
** Section BB, level 2
Some BB text. 
--8<---------------cut here---------------end--------------->8---

and exporting to latex as latex file (C-c C-e l l), gives me:

--8<---------------cut here---------------start------------->8---
\begin{document}

\maketitle
\tableofcontents

\section*{Section A, level 1}
\label{sec:orgheadline3}
\subsection*{Section AA, level 2}
\label{sec:orgheadline1}
Some AA text. 
\subsection*{Section AB, level 2}
\label{sec:orgheadline2}
Some AB text. 
\section*{Section B, level 1}
\label{sec:orgheadline6}
\subsection*{Section BA, level 2}
\label{sec:orgheadline4}
Some BA text. 
\subsection*{Section BB, level 2}
\label{sec:orgheadline5}
Some BB text. 
\end{document}
--8<---------------cut here---------------end--------------->8---

Please note the asterisks between section and it's next {.

In short, Org exports this:
\section*{

instead of this:
\section{

Of course, it breaks the syntax (as I understood it, I'm new to latex)
and messes up the latex to pdf transformation, at least with the 2
classes I tried (standard article and tufte-handout).

I'm running
+ GNU Emacs 24.5.1 compiled on 2015-11-09
+ Org-mode version 8.3.1 (8.3.1-95-g1dbb25-elpaplus @
~/.emacs.d/elpa/org-plus-contrib-20150831/)

I have nothing in my .emacs that sounds related to latex or latex export
except the tufte-latex classes declarations. 

The packages I have enabled are:
+ org-bullets-20140918.1137
+ helm-mu-20151019.944
+ helm-core-20150831.933
+ helm-20151117.2303
+ org-caldav-20150131.152
+ google-maps-20130412.230
+ calfw-20150831.1847
+ calfw-gcal-20120111.200
+ async-20150818.1154
+ table-20140721.2215
+ pdf-tools-20150716.643
+ let-alist-1.0.4
+ mu4e

Does anyone suffered something similar? Is there more information I can
provide to troubleshoot the root of this export issue? 

In every case, thank you very much. :)

Best...


-- 
eduardo mercovich 

 Donde se cruzan tus talentos 
 con las necesidades del mundo, 
 ahí está tu vocación.

             reply	other threads:[~2016-03-04 19:15 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-04 19:15 Eduardo Mercovich [this message]
2016-03-04 19:45 ` Org is exporting to tex an asterisk between "section" and "{" Eric S Fraga
2016-03-04 21:26   ` Eduardo Mercovich
2016-03-05 10:10     ` Eric S Fraga
2016-03-08 12:30       ` Eduardo Mercovich
2016-03-10  8:56         ` Eric S Fraga
2016-03-15 16:07           ` Eduardo Mercovich
2016-03-15 17:11             ` Eric S Fraga
2016-03-10  9:57         ` Nicolas Goaziou
2016-03-15 16:02           ` Eduardo Mercovich

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=87d1rarr58.fsf@gmail.com \
    --to=eduardo@mercovich.net \
    --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).