all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <n.goaziou@gmail.com>
To: Bill Jackson <bill@jacksonhost.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Bug: Exporting table with footnote to LaTeX [7.9.2]
Date: Mon, 12 Nov 2012 21:21:50 +0100	[thread overview]
Message-ID: <87mwym7esh.fsf@gmail.com> (raw)
In-Reply-To: <50A03885.5080408@jacksonhost.com> (Bill Jackson's message of "Sun, 11 Nov 2012 15:45:09 -0800")

Hello,

Bill Jackson <bill@jacksonhost.com> writes:

> When exporting to LaTeX, any footnotes inside a table are missing the
> closing curly brace.
>
> For example, a footnote such as:
>
>        | Field 1[fn:: A footnote.] | Field 2 |
>
> is exported to LaTeX as:
>
>     \begin{center}
>     \begin{tabular}{l}
>      Field 1\footnote{A footnote.  \\
>     \end{tabular}
>     \end{center}
>
> Note that the closing curly brace is missing from the footnote.
>
> The code for generating the LaTeX appears to be in org-latex.el at line
> 2,463, and looks correct to me.  Perhaps the closing brace is removed later?

You should not bother too much about it, footnotes in tables are not
supported directly by LaTeX anyway.


Regards,

-- 
Nicolas Goaziou

      reply	other threads:[~2012-11-12 20:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-11 23:45 Bug: Exporting table with footnote to LaTeX [7.9.2] Bill Jackson
2012-11-12 20:21 ` Nicolas Goaziou [this message]

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=87mwym7esh.fsf@gmail.com \
    --to=n.goaziou@gmail.com \
    --cc=bill@jacksonhost.com \
    --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 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.