From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eduardo Mercovich Subject: Org is exporting to tex an asterisk between "section" and "{" Date: Fri, 04 Mar 2016 16:15:31 -0300 Message-ID: <87d1rarr58.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abvCP-0002Rk-8V for emacs-orgmode@gnu.org; Fri, 04 Mar 2016 14:15:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1abvCL-0001hl-2K for emacs-orgmode@gnu.org; Fri, 04 Mar 2016 14:15:41 -0500 Received: from mail-qk0-x22a.google.com ([2607:f8b0:400d:c09::22a]:34173) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abvCK-0001hU-M6 for emacs-orgmode@gnu.org; Fri, 04 Mar 2016 14:15:36 -0500 Received: by mail-qk0-x22a.google.com with SMTP id x1so24874764qkc.1 for ; Fri, 04 Mar 2016 11:15:36 -0800 (PST) Received: from localhost ([186.19.81.180]) by smtp.gmail.com with ESMTPSA id v5sm2206180qka.46.2016.03.04.11.15.33 for (version=TLS1_2 cipher=AES128-SHA bits=128/128); Fri, 04 Mar 2016 11:15:34 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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.