Re: [O] footnotes export verbatim

2013-03-18 Thread Samuel Wales
On 2/26/13, Nicolas Goaziou wrote: > Try the following: I got it to work. Thank you. Samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. ANYBODY can get it. There is NO hope without action. This means YOU.

Re: [O] footnotes export verbatim

2013-02-26 Thread Samuel Wales
That is better and almost usable now. It exports "My section" in addition to "Footnotes". -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. ANYBODY can get it. There is no hope without action.

Re: [O] footnotes export verbatim

2013-02-26 Thread Nicolas Goaziou
Correcting myself: > Try the following: > > #+begin_src emacs-lisp > (defun my-par-in-inline-fn (backend) > (unless (org-export-derived-backend-p backend 'latex) > (let ((org-footnote-section "My section")) > (org-footnote-normalize) > (while (re-search-forward "\\par\\s-*" nil t

Re: [O] footnotes export verbatim

2013-02-26 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > That doesn't seem to work for me. After a great deal of > effort I came up with this: > > (add-hook 'org-export-before-parsing-hook >'alpha-org-export-fix-inline-footnotes) > (defun alpha-org-export-fix-inline-footnotes (_back-end) > "Tr

Re: [O] footnotes export verbatim

2013-02-26 Thread Samuel Wales
On 2/25/13, Nicolas Goaziou wrote: > I think we're not talking about the same thing. The fix allows empty > lines in regular footnote definitions, not inline ones. This thread's subject is inline footnotes, in which paragraphs worked well for me in the old exporter and do not work for me now. So

Re: [O] footnotes export verbatim

2013-02-25 Thread Nicolas Goaziou
Samuel Wales writes: > On 2/24/13, Nicolas Goaziou wrote: >> Samuel Wales writes: >>> On 2/20/13, Nicolas Goaziou wrote: The basic syntax is similar to the one used by `footnote.el', i.e. a footnote is defined in a paragraph that is started by a footnote marker in square b

Re: [O] footnotes export verbatim

2013-02-24 Thread Samuel Wales
On 2/24/13, Nicolas Goaziou wrote: > Samuel Wales writes: >> On 2/20/13, Nicolas Goaziou wrote: >>> The basic syntax is similar to the one used by `footnote.el', i.e. >>> a footnote is defined in a paragraph that is started by a footnote >>> marker in square brackets in column 0, no indent

Re: [O] footnotes export verbatim

2013-02-24 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > On 2/20/13, Nicolas Goaziou wrote: >> The basic syntax is similar to the one used by `footnote.el', i.e. >> a footnote is defined in a paragraph that is started by a footnote >> marker in square brackets in column 0, no indentation allowed. If you >> need a

Re: [O] footnotes export verbatim

2013-02-22 Thread Samuel Wales
On 2/21/13, Eric S Fraga wrote: >> Even \par fails to work now. :( > > This last bit would be disturbing if true. However, on my system at > least, \par in the middle of an inline footnote *does* lead to the start > of a new paragraph within the footnote when exported to latex/pdf. Did you try

Re: [O] footnotes export verbatim

2013-02-21 Thread Eric S Fraga
Samuel Wales writes: > On 2/20/13, Nicolas Goaziou wrote: >> The basic syntax is similar to the one used by `footnote.el', i.e. >> a footnote is defined in a paragraph that is started by a footnote >> marker in square brackets in column 0, no indentation allowed. If you >> need a paragra

Re: [O] footnotes export verbatim

2013-02-20 Thread Samuel Wales
On 2/20/13, Nicolas Goaziou wrote: > The basic syntax is similar to the one used by `footnote.el', i.e. > a footnote is defined in a paragraph that is started by a footnote > marker in square brackets in column 0, no indentation allowed. If you > need a paragraph break inside a footnote, u

Re: [O] footnotes export verbatim

2013-02-20 Thread Nicolas Goaziou
Samuel Wales writes: > Is there some filter I can use to get the old behavior back? No, that's impossible. You see an inline footnote where there are in fact two paragraphs. > It is important to me that inline footnotes be able to do what other > footnotes do. Note that blank lines are also im

Re: [O] footnotes export verbatim

2013-02-20 Thread Samuel Wales
Is there some filter I can use to get the old behavior back? It is important to me that inline footnotes be able to do what other footnotes do. I will have to go back to the old version of Org.

Re: [O] footnotes export verbatim

2013-02-20 Thread Nicolas Goaziou
Samuel Wales writes: > On 2/20/13, Nicolas Goaziou wrote: >> Inline footnotes, like any inline object, cannot contain blank lines. > > I found that they worked fine in the old exporters for HTML and ASCII. > > In my view, this is a regression. But it is not. If you look at Org documentation, y

Re: [O] footnotes export verbatim

2013-02-20 Thread Samuel Wales
On 2/20/13, Nicolas Goaziou wrote: > Inline footnotes, like any inline object, cannot contain blank lines. I found that they worked fine in the old exporters for HTML and ASCII. In my view, this is a regression. Samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease D

Re: [O] footnotes export verbatim

2013-02-20 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > * footnotes fail > asdfasdf.[fn::one > > two.] Inline footnotes, like any inline object, cannot contain blank lines. Regards, -- Nicolas Goaziou