From: Sebastian Hofer <sebastian.hofer@univie.ac.at>
To: emacs-orgmode@gnu.org
Subject: latex export of unnumbered sections
Date: Mon, 04 Mar 2013 18:34:15 +0100 [thread overview]
Message-ID: <87lia3rrvs.wl%sebastian.hofer@univie.ac.at> (raw)
Is there a particular reason why unnumbered sections are exported to
latex including the title in first (optional) argument if there is no
* present? To clarify a bit: A sectioning structure like
("\\section{%s}" . "\\section*{%s}")
gives rise to
\section[title]{title} % numbered section
\section*{title} % unnumbered section
If, on the other hand you have something like
("\\numbered{%s}" . "\\unnumbered{%s}")
you will get
\numbered[title]{title} % numbered section
\unnumbered[title]{title} % unnumbered section
Of course one can easily work around that, but it seems a bit
inconsistent. So I'm wondering if I am missing something...
Best regards
Sebastian
next reply other threads:[~2013-03-04 17:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-04 17:34 Sebastian Hofer [this message]
2013-03-04 20:21 ` latex export of unnumbered sections Nicolas Goaziou
2013-03-05 9:09 ` Sebastian Hofer
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=87lia3rrvs.wl%sebastian.hofer@univie.ac.at \
--to=sebastian.hofer@univie.ac.at \
--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).