Re: [Orgmode] footnote questions

2009-01-31 Thread Samuel Wales
On Sat, Jan 31, 2009 at 09:38, Carsten Dominik wrote: > Can you create an example to illustrate the problem? This test case illustrates some issues with footnotes (apparent bugs, things to watch out for when making future changes, and desirable features that Carsten might or might not want to imp

Re: [Orgmode] footnote questions

2009-01-31 Thread Carsten Dominik
On Jan 31, 2009, at 6:37 AM, Samuel Wales wrote: Hi Carsten, \\ would work OK for me, but perhaps there is a solution even without it. Useful because \\ does not fill correctly, in my filladapt setup, at least. Hi Samuel, maybe you missed this in a different message: The best is to use "\

Re: [Orgmode] footnote questions

2009-01-30 Thread Samuel Wales
Hi Carsten, \\ would work OK for me, but perhaps there is a solution even without it. Useful because \\ does not fill correctly, in my filladapt setup, at least. I am likely to use footnotes in one of 2 ways: the document is the body of a single entry, in which case I want footnotes at the end o

Re: [Orgmode] footnote questions

2009-01-27 Thread Carsten Dominik
For now, \par in a footnote is translated into starting a new line. For me this is good enough, unless people give good reasons why not. I can see that wrapping each footnote into an extra div could make sense, but so far I don't know anybody who wants to make use of this extra structure elemen

Re: [Orgmode] footnote questions

2009-01-26 Thread Scot Becker
> For LaTeX export, you can simply write \par to create > a new paragraph inside a footnote. Super. Scot ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/

Re: [Orgmode] footnote questions

2009-01-25 Thread Mike Newman
I suggest that each footnote is placed in a with class footnote, with all footnotes nested inside a with class footnotes. -- Mike On Sun, 25 Jan 2009 08:46:02 +0100 Carsten Dominik wrote: > > On Jan 24, 2009, at 6:38 AM, Samuel Wales wrote: > > > Minor questions: > > > > Is there a way to

Re: [Orgmode] footnote questions

2009-01-24 Thread Carsten Dominik
On Jan 24, 2009, at 6:38 AM, Samuel Wales wrote: Minor questions: Is there a way to have footnotes that have more than one paragraph? For me, they are not recognized as footnotes. How would I format a multi-paragraph footnote in HTML? Right now we have: (div id="footnotes"> Footnotes: 1

Re: [Orgmode] footnote questions

2009-01-24 Thread Carsten Dominik
On Jan 25, 2009, at 12:55 AM, Scot Becker wrote: I also would make good use of multi-paragraph footnotes. Since I my final work is exported to LaTeX, I could insert a LaTeX footnote when needed if support for multi-paragraph footnotes in org proves too difficult to add. For LaTeX export

Re: [Orgmode] footnote questions

2009-01-24 Thread Scot Becker
I also would make good use of multi-paragraph footnotes. Since I my final work is exported to LaTeX, I could insert a LaTeX footnote when needed if support for multi-paragraph footnotes in org proves too difficult to add. Scot On Sat, Jan 24, 2009 at 11:24 AM, Carsten Dominik wrote: > > On Jan

Re: [Orgmode] footnote questions

2009-01-24 Thread Carsten Dominik
On Jan 24, 2009, at 6:38 AM, Samuel Wales wrote: Minor questions: Is there a way to have footnotes that have more than one paragraph? For me, they are not recognized as footnotes. Yes, Footnotes in Org are single paragraph. Maybe this could be changed, if enough people claim they need this.