From mboxrd@z Thu Jan 1 00:00:00 1970 From: CS Fuu Subject: Cannot insert a footnote after certain verbatim text? Date: Fri, 14 Oct 2011 14:48:54 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001485f9f3dc7de96f04af46b5c7 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:57793) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REmoT-0002B9-62 for emacs-orgmode@gnu.org; Fri, 14 Oct 2011 14:48:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REmoS-0002uD-7A for emacs-orgmode@gnu.org; Fri, 14 Oct 2011 14:48:57 -0400 Received: from mail-qy0-f176.google.com ([209.85.216.176]:63488) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REmoS-0002u4-4t for emacs-orgmode@gnu.org; Fri, 14 Oct 2011 14:48:56 -0400 Received: by qyk30 with SMTP id 30so497211qyk.0 for ; Fri, 14 Oct 2011 11:48:54 -0700 (PDT) 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: emacs-orgmode@gnu.org --001485f9f3dc7de96f04af46b5c7 Content-Type: text/plain; charset=ISO-8859-1 I am using org to write a document correcting some of my students' more common LaTeX blunders, and I keep running into places where I am not able to insert a footnote ("Cannot insert a footnote here."). Some of these problems I am unable to reproduce consistently, but I think it usually occurs when a paragraph (or list item) contains verbatim or code text with a backslash (\), and only after the verbatim text. Here is one such example. Create an .org file with the following three "paragraphs" (including the two blank likes): Blah, blah, blah. Woof, woof, =\begin{document}=, woof. Cry, cry, cry. If you're me, then you can insert a footnote after any word or punctuation in the first and third paragraphs, and after the first two words and the first comma in the second paragraph, but nowhere past the second comma in the second paragraph. I'm running the latest org (7.7) from the git repository in GNU emacs 23.1.1. As long as I'm here, I'll mention one more buglet, or maybe it's a question: how can I get something like =\LaTeX\ = to be formatted correctly? I'd like the second backslash (and maybe the space as well) to be visible as verbatim text. --001485f9f3dc7de96f04af46b5c7 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I am using org to write a document correcting some of my students' more= common LaTeX blunders, and I keep running into places where I am not able = to insert a footnote ("Cannot insert a footnote here."). Some of = these problems I am unable to reproduce consistently, but I think it usual= ly occurs when a paragraph (or list item) contains verbatim or code text wi= th a backslash (\), and only after the verbatim text. Here is one such exam= ple.=A0 Create an .org file with the following three "paragraphs"= (including the two blank likes):


Blah, blah, blah.

Woof, woof, =3D\begin{document}=3D, woof.<= br>
Cry, cry, cry.


If you're me, then you can insert a fo= otnote after any word or punctuation in the first and third paragraphs, and= after the first two words and the first comma in the second paragraph, but= nowhere past the second comma in the second paragraph.

I'm running the latest org (7.7) from the git repository in GNU ema= cs 23.1.1.

As long as I'm here, I'll mention one more buglet= , or maybe it's a question:=A0 how can I get something like =3D\LaTeX\ = =3D to be formatted correctly?=A0 I'd like the second backslash (and ma= ybe the space as well) to be visible as verbatim text.
--001485f9f3dc7de96f04af46b5c7--