From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Mikhail Titov" Subject: broken latex export of footnote from a table cell? Date: Fri, 11 Mar 2011 22:44:10 -0600 Message-ID: <004401cbe070$216817a0$643846e0$@us> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=58951 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PyGga-0007uj-LW for emacs-orgmode@gnu.org; Fri, 11 Mar 2011 23:44:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PyGgZ-00080u-7x for emacs-orgmode@gnu.org; Fri, 11 Mar 2011 23:44:16 -0500 Received: from mailout-us.gmx.com ([74.208.5.67]:36097) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PyGgY-00080j-RO for emacs-orgmode@gnu.org; Fri, 11 Mar 2011 23:44:15 -0500 Content-Language: en-us List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hello! This is my first message. I'm excited about org-mode! Thank you for = developing such a great tool! However, I found out that I can't have a footnote in a table cell. If I = export such document to LaTeX, I get misplaced footnote:( I'm running MS = Windows XP SP3 32 bit. -----cut----- #+Title: orgmode to latex epic fail, footnote in a table cell Works here [fn:: This is a good footnote]. Does it? #+LATEX: \begin{table}[h] | /org-version/ | /emacs-version/ | /Why can't I use bold here with */ | |---------------+-----------------+------------------------------------| | 7.5 | 23.2.1 | some text[fn:: Why am I here?] | #+TBLFM: $1=3D'(message org-version)::$2=3D'(message emacs-version) #+LATEX: \end{table} Some text here. -----cut----- Mikhail