From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Re: org-latex question Date: Mon, 27 Apr 2015 19:36:01 +0530 Message-ID: <5BC703CB-0E49-48C4-A9D4-7ECCF033E939@agrarianresearch.org> References: <3A6F6CD4-C7F2-4796-8D16-007AFC0BEC91@agrarianresearch.org> <87bnitde2a.fsf@nicolasgoaziou.fr> <87fv85fzxp.fsf@wmi.amu.edu.pl> <877fth5i2s.fsf@nicolasgoaziou.fr> <877fsyaxg7.fsf@mbork.pl> Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Content-Type: multipart/mixed; boundary="Apple-Mail=_3DF38B1A-459C-413E-AF69-C11FFBD329E9" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45808) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ymjfq-00037U-Ot for emacs-orgmode@gnu.org; Mon, 27 Apr 2015 10:06:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ymjfk-0008M6-Uf for emacs-orgmode@gnu.org; Mon, 27 Apr 2015 10:06:14 -0400 Received: from mail-pd0-f173.google.com ([209.85.192.173]:35011) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ymjfk-0008M1-PE for emacs-orgmode@gnu.org; Mon, 27 Apr 2015 10:06:08 -0400 Received: by pdbqd1 with SMTP id qd1so129703823pdb.2 for ; Mon, 27 Apr 2015 07:06:08 -0700 (PDT) In-Reply-To: <877fsyaxg7.fsf@mbork.pl> 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: Marcin Borkowski Cc: org-mode mailing list , Nicolas Goaziou --Apple-Mail=_3DF38B1A-459C-413E-AF69-C11FFBD329E9 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii >=20 >> In the document (manuscript of a book) that I am working, ALT_TITLE = now works in most cases. However, ALT_TITLE does not work for headlines = in Appendices, which come after=20 >>=20 >> \begin{appendices}=20 >=20 > Are you sure the problem isn't on the LaTeX side? Where does the > appendices environment come from? It appears not to be defined in > LaTeX2e nor in the standard classes. >=20 I am sorry, it has nothing to do with appendices. Although I am not able = to exactly figure out where the problem is, I have an example file where = ALT_TITLE gets exported only for one headline and not for the others. = Please see the attached org and and latex files. Vikas --Apple-Mail=_3DF38B1A-459C-413E-AF69-C11FFBD329E9 Content-Disposition: attachment; filename=temp.org Content-Type: application/octet-stream; name="temp.org" Content-Transfer-Encoding: 7bit #+STARTUP: hidestars #+TITLE: Test title #+AUTHOR: Draft: Do not Cite #+OPTIONS: toc:nil num:2 H:4 #+LATEX_CLASS: article * Chap 1 ** Heading 1[fn:1] :PROPERTIES: :ALT_TITLE: Heading 1 :END: * Chapter 2 ** Heading 1 *** Heading 2[fn:2] :PROPERTIES: :ALT_TITLE: Heading 2 :END: * Chapter 3 *** Heading 3[fn:3] :PROPERTIES: :ALT_TITLE: Heading 3 :END: * Footnotes [fn:1] a,skdj akjd aksjd [fn:2] aksjdlkjaslkjd [fn:3] aksjd kajshd kahsd --Apple-Mail=_3DF38B1A-459C-413E-AF69-C11FFBD329E9 Content-Disposition: attachment; filename=temp.tex Content-Type: application/octet-stream; name="temp.tex" Content-Transfer-Encoding: 7bit % Created 2015-04-27 Mon 19:25 \documentclass[12pt,a4paper,twoside,openright,showtrims]{article} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{fixltx2e} \usepackage{graphicx} \usepackage{longtable} \usepackage{float} \usepackage{wrapfig} \usepackage{rotating} \usepackage[normalem]{ulem} \usepackage{amsmath} \usepackage{textcomp} \usepackage{marvosym} \usepackage{wasysym} \usepackage{amssymb} \usepackage{capt-of} \usepackage{hyperref} \tolerance=1000 \linespread{1.2} \setcounter{secnumdepth}{2} \author{Draft: Do not Cite} \date{\today} \title{Ending Malnutrition: What Needs To Be Done?} \hypersetup{ pdfauthor={Draft: Do not Cite}, pdftitle={Ending Malnutrition: What Needs To Be Done?}, pdfkeywords={}, pdfsubject={}, pdfcreator={Emacs 24.4.1 (Org mode 8.3beta)}, pdflang={English}} \begin{document} \maketitle \section{Chap 1} \label{sec-1} \subsection[Heading 1]{Heading 1\footnote{a,skdj akjd aksjd}} \label{sec-1-1} \section{Chapter 2} \label{sec-2} \subsection{Heading 1} \label{sec-2-1} \subsubsection*{Heading 2\footnote{aksjdlkjaslkjd}} \label{unnumbered-1} \section{Chapter 3} \label{sec-3} \paragraph*{Heading 3\footnote{aksjd kajshd kahsd}} \label{unnumbered-2} \end{document} --Apple-Mail=_3DF38B1A-459C-413E-AF69-C11FFBD329E9 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii --Apple-Mail=_3DF38B1A-459C-413E-AF69-C11FFBD329E9--