From: Vikas Rawal <vikaslists@agrarianresearch.org>
To: Nicolas Goaziou <mail@nicolasgoaziou.fr>,
org-mode mailing list <emacs-orgmode@gnu.org>
Subject: Re: org-latex question
Date: Mon, 27 Apr 2015 09:35:55 +0530 [thread overview]
Message-ID: <EA439532-8D09-42C4-85B0-E2A67A433CD5@agrarianresearch.org> (raw)
In-Reply-To: <877fth5i2s.fsf@nicolasgoaziou.fr>
>
>> True. This is because org-latex-headline is written this way:
>>
>> ,----
>> | (if (and numberedp opt-title
>> | ;; ^^^ ^^^^^^^^^ why this? Maybe there's a good reason...
>> | (not (equal opt-title full-text))
>> | (string-match "\\`\\\\\\(.*?[^*]\\){" section-fmt))
>> | (...)
>> | ;; Impossible to add an alternative heading. Fallback to
>> | ;; regular sectioning format string.
>> | (format section-fmt full-text
>> | (concat headline-label pre-blanks contents)))
>> `----
>>
>> However, it need not be this way: LaTeX itself (or more precisely: the
>> default classes) seem to support the alt-title even for starred
>> sectioning commands.
>
> I removed NUMBEREDP, since I cannot remember the reason for its
> presence.
>
Sorry, it took me some time before I could get back to figure this out.
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
\begin{appendices}
Just as a reminder (since these emails are several days old), we are trying to enable ALT_TITLE in all headlines irrespective of whether they appear in TOC or not.
So there is perhaps still a problem somewhere.
Vikas
next prev parent reply other threads:[~2015-04-27 4:06 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-12 1:03 org-latex question Vikas Rawal
2015-04-12 7:02 ` Nicolas Goaziou
2015-04-12 8:59 ` Vikas Rawal
2015-04-12 9:39 ` Marcin Borkowski
2015-04-12 18:15 ` Nicolas Goaziou
2015-04-27 4:05 ` Vikas Rawal [this message]
2015-04-27 6:37 ` Marcin Borkowski
2015-04-27 14:06 ` Vikas Rawal
2015-04-27 15:45 ` Nicolas Goaziou
2015-04-28 5:53 ` Vikas Rawal
2015-04-28 7:46 ` Nicolas Goaziou
2015-04-28 7:47 ` Vikas Rawal
2015-04-28 7:53 ` Vikas Rawal
2015-04-27 15:45 ` Nick Dokos
2015-04-28 5:55 ` Vikas Rawal
2015-04-28 15:18 ` Nick Dokos
2015-04-28 16:36 ` Thomas S. Dye
2015-04-29 13:22 ` Vikas Rawal
2015-04-12 12:15 ` Rasmus
2015-04-12 13:22 ` Vikas Rawal
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=EA439532-8D09-42C4-85B0-E2A67A433CD5@agrarianresearch.org \
--to=vikaslists@agrarianresearch.org \
--cc=emacs-orgmode@gnu.org \
--cc=mail@nicolasgoaziou.fr \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.