From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: Fixing footnote HTML Date: Sat, 9 Mar 2013 18:00:00 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37066) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEUcN-0008Rb-6i for emacs-orgmode@gnu.org; Sat, 09 Mar 2013 20:00:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UEUcM-0007oR-5J for emacs-orgmode@gnu.org; Sat, 09 Mar 2013 20:00:03 -0500 Received: from mail-wi0-x234.google.com ([2a00:1450:400c:c05::234]:35001) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEUcL-0007jK-VK for emacs-orgmode@gnu.org; Sat, 09 Mar 2013 20:00:02 -0500 Received: by mail-wi0-f180.google.com with SMTP id hi8so336374wib.13 for ; Sat, 09 Mar 2013 17:00:00 -0800 (PST) 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org On 2/27/13, Samuel Wales wrote: > On 2/13/13, Nicolas Goaziou wrote: >> Anyway, if you send the correct HTML that should be generated, I will >> fix it. > > Probably all that needs to be done is to not use a table. I tested this by > manually removing and their closing tags. I am referring to these: (defun org-html-format-footnote-definition (fn) (defun org-html-footnote-section (info) They output a table, which looks IMO very confusing in both w3m and Firefox. The old exporter worked fine. The solution IMO is to remove the table tags. > I tested it in Firefox and w3m. Samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. Just like AIDS, it attacks MANY body systems. ANYBODY can get it. There is NO hope without activist action. This means YOU. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Fixing footnote HTML Date: Sun, 10 Mar 2013 09:26:25 +0530 Message-ID: <871ubngb6e.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60118) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEXN6-0002Vz-T2 for emacs-orgmode@gnu.org; Sat, 09 Mar 2013 22:56:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UEXN5-0005M6-Nv for emacs-orgmode@gnu.org; Sat, 09 Mar 2013 22:56:28 -0500 Received: from mail-pb0-f53.google.com ([209.85.160.53]:56437) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEXN5-0005M2-HB for emacs-orgmode@gnu.org; Sat, 09 Mar 2013 22:56:27 -0500 Received: by mail-pb0-f53.google.com with SMTP id un1so2561190pbc.26 for ; Sat, 09 Mar 2013 19:56:26 -0800 (PST) In-Reply-To: (Samuel Wales's message of "Sat, 9 Mar 2013 18:00:00 -0700") 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: Samuel Wales Cc: emacs-orgmode@gnu.org, Nicolas Goaziou Samuel Wales writes: > On 2/27/13, Samuel Wales wrote: >> On 2/13/13, Nicolas Goaziou wrote: >>> Anyway, if you send the correct HTML that should be generated, I will >>> fix it. >> >> Probably all that needs to be done is to not use a table. I tested this by >> manually removing
and their closing tags. > > I am referring to these: > > (defun org-html-format-footnote-definition (fn) > (defun org-html-footnote-section (info) > > They output a table, which looks IMO very confusing in both w3m and > Firefox. The old exporter worked fine. The solution IMO is to remove > the table tags. It is preferable to introduce a footnote, preamble, postamble, toc, bibliography etc as pseudo-elements, with Footnotes and Bibliograph attachable to beginning or end of chapters. This way the HTML exporter can do some light-weight HTML transcoding. Folks can derive from this base HTML exporter and surround their content to heart's pleasure. See my other response to Rick, where I split current exporter to html and HTML backends and have him derive from html backend. >> I tested it in Firefox and w3m. Catering to one off requests - reading on w3m or export to HTML5, slidy, whatever etc - is exactly what the above pseudo-elements will avoid. People can add their own translators instead of relying on the base HTML exporter for one-off changes. I am sure Samuel will remind us infinitely if we forget about it. As an aside, I would like the following to be cleared before a release actually happens. 1. I would like to split the HTML exporter if pseudo-elements are made available to me. 2. I also want the CSS stylenames to be regularized and improved. 3. CSS stylesheets to be pulled out of the exporter so that one can have users contributing Org themes. A moving CSS stylenames will prevent proliferation of themes. 4. I want support for Htmlfontify as the default fontifier. Htmlize not being part of Emacs shouldn't be the default fontifier. What is mostly preventing me is my poor knowledge of HTML and CSS and my own laziness. ps: I would recommend that release happen just prior to a merge in to Emacs-24.4 and Emacs-25. Considering the requests that happen on HTML front, I feel that export tools can be improved in small and useful ways before freezing their base form. > Samuel -- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Fixing footnote HTML Date: Sun, 10 Mar 2013 09:32:11 +0530 Message-ID: <87wqtfewcc.fsf@gmail.com> References: <871ubngb6e.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60784) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEXSf-0004Qo-B2 for emacs-orgmode@gnu.org; Sat, 09 Mar 2013 23:02:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UEXSe-0006UT-Cc for emacs-orgmode@gnu.org; Sat, 09 Mar 2013 23:02:13 -0500 Received: from mail-da0-x229.google.com ([2607:f8b0:400e:c00::229]:54335) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEXSe-0006UO-6I for emacs-orgmode@gnu.org; Sat, 09 Mar 2013 23:02:12 -0500 Received: by mail-da0-f41.google.com with SMTP id j17so458354dan.0 for ; Sat, 09 Mar 2013 20:02:11 -0800 (PST) In-Reply-To: <871ubngb6e.fsf@gmail.com> (Jambunathan K.'s message of "Sun, 10 Mar 2013 09:26:25 +0530") 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: Samuel Wales Cc: emacs-orgmode@gnu.org Jambunathan K writes: >> They output a table, which looks IMO very confusing in both w3m and >> Firefox. The old exporter worked fine. The solution IMO is to remove >> the table tags. I don't think footnotes export are confusing. I have seen people using it and not complain about it. Unless you say why it is confusing, I would count the above statement as just mis-information and not a fact that other parties could agree with. -- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: Re: Fixing footnote HTML Date: Sat, 9 Mar 2013 22:10:15 -0700 Message-ID: References: <871ubngb6e.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38618) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEYWX-0000Is-Ds for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 00:10:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UEYWW-00063C-Br for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 00:10:17 -0500 Received: from mail-we0-x230.google.com ([2a00:1450:400c:c03::230]:53941) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEYWW-000632-5P for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 00:10:16 -0500 Received: by mail-we0-f176.google.com with SMTP id s43so2355098wey.7 for ; Sat, 09 Mar 2013 21:10:15 -0800 (PST) In-Reply-To: <871ubngb6e.fsf@gmail.com> 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: Jambunathan K Cc: emacs-orgmode@gnu.org, Nicolas Goaziou On 3/9/13, Jambunathan K wrote: > I am sure Samuel will remind us infinitely if we forget about it. > Unless you say why it is confusing, I would count the above statement as > just mis-information and not a fact that other parties could agree with. You promised to leave: On 2/12/13, Jambunathan K wrote: > I let go of my commit access sometime ago. Now, I am leaving this > forum. Bastien asked you to ban yourself. You need to be taught to take a hint. Samuel Wales -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. It attacks MANY body systems. ANYBODY can get it. There is NO hope without activist action. This means YOU. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Fixing footnote HTML Date: Sun, 10 Mar 2013 10:48:04 +0530 Message-ID: <87li9vygs3.fsf@gmail.com> References: <871ubngb6e.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39475) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEYe6-0001b5-PQ for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 00:18:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UEYe4-0007Qa-Up for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 00:18:06 -0500 Received: from mail-pb0-f46.google.com ([209.85.160.46]:41742) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEYe4-0007QP-OL for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 00:18:04 -0500 Received: by mail-pb0-f46.google.com with SMTP id uo15so2602131pbc.33 for ; Sat, 09 Mar 2013 21:18:03 -0800 (PST) In-Reply-To: (Samuel Wales's message of "Sat, 9 Mar 2013 22:10:15 -0700") 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: Samuel Wales Cc: emacs-orgmode@gnu.org, Nicolas Goaziou Samuel Wales writes: > On 3/9/13, Jambunathan K wrote: >> I am sure Samuel will remind us infinitely if we forget about it. > >> Unless you say why it is confusing, I would count the above statement as >> just mis-information and not a fact that other parties could agree with. > > You promised to leave: > > On 2/12/13, Jambunathan K wrote: >> I let go of my commit access sometime ago. Now, I am leaving this >> forum. > > Bastien asked you to ban yourself. Samuel, I asked him to remove ox-html.el and he indicated how he wanted to proceed ahead. He wants ox-html.el in the tree and not GNU ELPA. As one who re-wrote ox-html.el I have every moral authority to accept or reject proposals or handle it the way I see fit. Bastien has the keys. Hehas commit rights, which I don't have. Tell me why Footnotes export is confusing and I will assure you a sensible debate. I indicated that it is not confusing. The responsibility is on you to convince me of your case. Sorry. The list has to learn to deal with me, even if that amounts to throwing the wares I have written out the window. > You need to be taught to take a hint. > > Samuel Wales From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Fixing footnote HTML Date: Sun, 10 Mar 2013 10:45:33 +0100 Message-ID: <871ubnbnb6.fsf@bzg.ath.cx> References: <871ubngb6e.fsf@gmail.com> <87li9vygs3.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46325) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEcp0-0003Ct-12 for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 05:45:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UEcoy-0001Yi-8X for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 05:45:37 -0400 Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]:39329) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEcoy-0001YT-2I for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 05:45:36 -0400 Received: by mail-wi0-f169.google.com with SMTP id l13so453287wie.4 for ; Sun, 10 Mar 2013 01:45:35 -0800 (PST) In-Reply-To: <87li9vygs3.fsf@gmail.com> (Jambunathan K.'s message of "Sun, 10 Mar 2013 10:48:04 +0530") 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: Jambunathan K Cc: Nicolas Goaziou , emacs-orgmode@gnu.org Jambunathan K writes: > I asked him to remove ox-html.el and he indicated how he wanted to > proceed ahead. He wants ox-html.el in the tree and not GNU ELPA. Just to prevent confusion: I never said anything like this. ox-html.el is in the master branch of Org's repository, it will be in GNU ELPA (and Emacs) when we release 8.0. -- Bastien From mboxrd@z Thu Jan 1 00:00:00 1970 From: tsd@tsdye.com (Thomas S. Dye) Subject: Re: Fixing footnote HTML Date: Sun, 10 Mar 2013 00:04:27 -1000 Message-ID: References: <871ubngb6e.fsf@gmail.com> <87li9vygs3.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49177) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEd7n-0001vJ-4Y for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 06:05:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UEd7k-0006bC-Pd for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 06:05:03 -0400 Received: from oproxy5-pub.bluehost.com ([67.222.38.55]:45572) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1UEd7k-0006ao-Gu for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 06:05:00 -0400 In-Reply-To: <87li9vygs3.fsf@gmail.com> (Jambunathan K.'s message of "Sun, 10 Mar 2013 10:48:04 +0530") 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: Jambunathan K Cc: Nicolas Goaziou , emacs-orgmode@gnu.org Jambunathan K writes: > Samuel Wales writes: > >> On 3/9/13, Jambunathan K wrote: >>> I am sure Samuel will remind us infinitely if we forget about it. >> >>> Unless you say why it is confusing, I would count the above statement as >>> just mis-information and not a fact that other parties could agree with. >> >> You promised to leave: >> >> On 2/12/13, Jambunathan K wrote: >>> I let go of my commit access sometime ago. Now, I am leaving this >>> forum. >> >> Bastien asked you to ban yourself. > > Samuel, > > I asked him to remove ox-html.el and he indicated how he wanted to > proceed ahead. He wants ox-html.el in the tree and not GNU ELPA. The code in ox-html belongs to the Org community and to everyone who wants to use Org mode. Your request to Bastien implies a right of property, which doesn't exist. Because you have no property claim, Bastien's wishes don't involve you, they involve the Org community and its potential use of ox-html.el. > As one who re-wrote ox-html.el I have every moral authority to accept or > reject proposals or handle it the way I see fit. Bastien has the keys. > Hehas commit rights, which I don't have. What is the foundation of your "moral authority", except some non-existent property right? You have no property right to this code. On the other hand, we have the right not to be excluded from its use and enjoyment. The FSF papers are clear about this. This is how we function as a community. Please understand that we've placed our trust in Bastien and are confident that he will do right by us. He is clearly looking after our best interests by keeping ox-html in the tree. > Sorry. The list has to learn to deal with me, even if that amounts to > throwing the wares I have written out the window. We are not fools and won't throw out "your" code until it suits us. It works well and we intend to use and enjoy it for as long as it is useful and enjoyable. I hope you know that I admire your work and think you are a valuable member of our community. But, like the rest of us, you have to deal with the Org community, because it is the Org mode community, ever changing, that will shepherd the code you, many others, and (to a much lesser extent) I wrote. If we work well together on this magnificent idea, Org mode might outlive us all. Peace, Tom -- Thomas S. Dye http://www.tsdye.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Fixing footnote HTML Date: Sun, 10 Mar 2013 15:45:24 +0530 Message-ID: <87a9qba7cz.fsf@gmail.com> References: <871ubngb6e.fsf@gmail.com> <87li9vygs3.fsf@gmail.com> <871ubnbnb6.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50899) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEdHp-000688-T8 for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 06:15:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UEdHo-0001JB-QG for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 06:15:25 -0400 Received: from mail-pb0-f53.google.com ([209.85.160.53]:61938) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEdHo-0001J1-Je for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 06:15:24 -0400 Received: by mail-pb0-f53.google.com with SMTP id un1so2719545pbc.12 for ; Sun, 10 Mar 2013 03:15:23 -0700 (PDT) In-Reply-To: <871ubnbnb6.fsf@bzg.ath.cx> (Bastien's message of "Sun, 10 Mar 2013 10:45:33 +0100") 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: Bastien Cc: emacs-orgmode@gnu.org, Nicolas Goaziou Bastien writes: > Jambunathan K writes: > >> I asked him to remove ox-html.el and he indicated how he wanted to >> proceed ahead. He wants ox-html.el in the tree and not GNU ELPA. > > Just to prevent confusion: I never said anything like this. > > ox-html.el is in the master branch of Org's repository, it will be > in GNU ELPA (and Emacs) when we release 8.0. I was typing faster. So I consider what I typed grammatically malformed. Sorry. People who want improvements to ox-html.el should be willing to work with me or act on my comments or argue with me or openly call me I am wrong. To others, if you cannot handle how I come across, there are things that you can do to deal with me - One famous Orger added me to his kill file for example. (I am telling you how to deal with me!) I will comment on what goes in to ox-html.el and offer my opinions on it. I don't have or want commit access. So I am very constrained on what I could do, unlike what my tone implies. -- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Fixing footnote HTML Date: Sun, 10 Mar 2013 11:20:16 +0100 Message-ID: <87fw03a74v.fsf@bzg.ath.cx> References: <871ubngb6e.fsf@gmail.com> <87li9vygs3.fsf@gmail.com> <871ubnbnb6.fsf@bzg.ath.cx> <87a9qba7cz.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51943) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEdMZ-000121-32 for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 06:20:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UEdMY-0002zW-10 for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 06:20:19 -0400 Received: from mail-wg0-f43.google.com ([74.125.82.43]:54618) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEdMX-0002zP-RG for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 06:20:17 -0400 Received: by mail-wg0-f43.google.com with SMTP id e12so3878575wge.34 for ; Sun, 10 Mar 2013 03:20:17 -0700 (PDT) In-Reply-To: <87a9qba7cz.fsf@gmail.com> (Jambunathan K.'s message of "Sun, 10 Mar 2013 15:45:24 +0530") 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: Jambunathan K Cc: Nicolas Goaziou , emacs-orgmode@gnu.org Jambunathan K writes: > I was typing faster. So I consider what I typed grammatically > malformed. Sorry. No problem. > People who want improvements to ox-html.el should be willing to work > with me or act on my comments or argue with me or openly call me I am > wrong. People who want to work on ox-html.el are welcome to work on anyone subscribed in this list. Since you don't know HTML, maybe you are not in the best position to comment on the HTML output. For the problem at stake, I agree putting footnotes in a HTML table is confusing, I will fix this. > I will comment on what goes in to ox-html.el and offer my opinions on > it. I don't have or want commit access. So I am very constrained on > what I could do, unlike what my tone implies. You're opinion is welcome when it's stated in a civilian tone, like any opinion on this list. -- Bastien From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Fixing footnote HTML Date: Sun, 10 Mar 2013 15:50:51 +0530 Message-ID: <87zjyb8sjg.fsf@gmail.com> References: <871ubngb6e.fsf@gmail.com> <87li9vygs3.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52067) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEdN6-0001g3-Eg for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 06:20:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UEdN5-00034F-ED for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 06:20:52 -0400 Received: from mail-da0-x236.google.com ([2607:f8b0:400e:c00::236]:43046) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEdN5-00033x-35 for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 06:20:51 -0400 Received: by mail-da0-f54.google.com with SMTP id p1so504923dad.41 for ; Sun, 10 Mar 2013 03:20:50 -0700 (PDT) In-Reply-To: (Thomas S. Dye's message of "Sun, 10 Mar 2013 00:04:27 -1000") 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: "Thomas S. Dye" Cc: Nicolas Goaziou , emacs-orgmode@gnu.org Thomas I will reply to you in private. I am talking to Samuels and Ricks who think that I have no right to offer my opinions on what gets in to that file. Jambunathan K. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Fixing footnote HTML Date: Sun, 10 Mar 2013 15:58:21 +0530 Message-ID: <87ppz78s6y.fsf@gmail.com> References: <871ubngb6e.fsf@gmail.com> <87li9vygs3.fsf@gmail.com> <871ubnbnb6.fsf@bzg.ath.cx> <87a9qba7cz.fsf@gmail.com> <87fw03a74v.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53039) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEdUN-0003pY-Jf for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 06:28:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UEdUL-0004ep-LA for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 06:28:23 -0400 Received: from mail-pb0-f41.google.com ([209.85.160.41]:40764) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEdUL-0004eh-Eh for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 06:28:21 -0400 Received: by mail-pb0-f41.google.com with SMTP id um15so2753712pbc.28 for ; Sun, 10 Mar 2013 03:28:20 -0700 (PDT) In-Reply-To: <87fw03a74v.fsf@bzg.ath.cx> (Bastien's message of "Sun, 10 Mar 2013 11:20:16 +0100") 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: Bastien Cc: Nicolas Goaziou , emacs-orgmode@gnu.org Bastien writes: > Jambunathan K writes: > >> I was typing faster. So I consider what I typed grammatically >> malformed. Sorry. > > No problem. > >> People who want improvements to ox-html.el should be willing to work >> with me or act on my comments or argue with me or openly call me I am >> wrong. > > People who want to work on ox-html.el are welcome to work on anyone > subscribed in this list. Since you don't know HTML, maybe you are > not in the best position to comment on the HTML output. > > For the problem at stake, I agree putting footnotes in a HTML table > is confusing, I will fix this. I wrote the code, I know where it will bite. I will not say it, because you seem so confident. Yes, go ahead and fix it. >> I will comment on what goes in to ox-html.el and offer my opinions on >> it. I don't have or want commit access. So I am very constrained on >> what I could do, unlike what my tone implies. > > You're opinion is welcome when it's stated in a civilian tone, > like any opinion on this list. Not all civilians are civil. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Fixing footnote HTML Date: Sun, 10 Mar 2013 12:10:02 +0100 Message-ID: <87r4jnwlx1.fsf@bzg.ath.cx> References: <871ubngb6e.fsf@gmail.com> <87li9vygs3.fsf@gmail.com> <871ubnbnb6.fsf@bzg.ath.cx> <87a9qba7cz.fsf@gmail.com> <87fw03a74v.fsf@bzg.ath.cx> <87ppz78s6y.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59420) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEe8n-0005Yo-De for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 07:10:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UEe8j-0007We-Cq for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 07:10:09 -0400 Received: from mail-we0-x229.google.com ([2a00:1450:400c:c03::229]:47681) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEe8j-0007VK-7h for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 07:10:05 -0400 Received: by mail-we0-f169.google.com with SMTP id t11so2604530wey.0 for ; Sun, 10 Mar 2013 04:10:04 -0700 (PDT) In-Reply-To: <87ppz78s6y.fsf@gmail.com> (Jambunathan K.'s message of "Sun, 10 Mar 2013 15:58:21 +0530") 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: Jambunathan K Cc: emacs-orgmode@gnu.org, Nicolas Goaziou Jambunathan K writes: > I wrote the code, I know where it will bite. I will not say it, because > you seem so confident. Yes, go ahead and fix it. Done, thanks. -- Bastien From mboxrd@z Thu Jan 1 00:00:00 1970 From: tsd@tsdye.com (Thomas S. Dye) Subject: Re: Fixing footnote HTML Date: Sun, 10 Mar 2013 08:12:04 -1000 Message-ID: References: <871ubngb6e.fsf@gmail.com> <87li9vygs3.fsf@gmail.com> <87zjyb8sjg.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57581) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEkjc-0000Ug-Vf for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 14:12:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UEkjb-0005rd-OS for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 14:12:36 -0400 Received: from oproxy1-pub.bluehost.com ([66.147.249.253]:35889) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1UEkjb-0005r9-FK for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 14:12:35 -0400 In-Reply-To: <87zjyb8sjg.fsf@gmail.com> (Jambunathan K.'s message of "Sun, 10 Mar 2013 15:50:51 +0530") 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: Jambunathan K Cc: emacs-orgmode@gnu.org, Nicolas Goaziou Aloha Jambunathan, Jambunathan K writes: > Thomas > > I will reply to you in private. > > I am talking to Samuels and Ricks who think that I have no right to > offer my opinions on what gets in to that file. If this is indeed what is being discussed, then there is no reason to discuss it on the Org mode mailing list. Like every other person, you are free to alter the contents of that file as it pleases you. If you think your changes might benefit other users, and you are still willing to accept the structure of rights in the FSF papers, then you can send patches. The Org community, through its maintainer, Bastien, will do with your patches as it pleases. Alternatively, as Bastien pointed out a while back, you are free to fork Org mode and form your own FSF community of like-minded coders and users. This way, the ideas and opinions of our community members need not concern you at all. Peace, Tom -- Thomas S. Dye http://www.tsdye.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: Re: Fixing footnote HTML Date: Sun, 10 Mar 2013 18:57:56 -0700 Message-ID: References: <871ubngb6e.fsf@gmail.com> <87li9vygs3.fsf@gmail.com> <871ubnbnb6.fsf@bzg.ath.cx> <87a9qba7cz.fsf@gmail.com> <87fw03a74v.fsf@bzg.ath.cx> <87ppz78s6y.fsf@gmail.com> <87r4jnwlx1.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UErzz-0003hn-Ti for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 21:58:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UErzy-0004qJ-9v for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 21:57:59 -0400 Received: from mail-we0-x22b.google.com ([2a00:1450:400c:c03::22b]:51792) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UErzy-0004q7-3Q for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 21:57:58 -0400 Received: by mail-we0-f171.google.com with SMTP id u54so3048281wey.30 for ; Sun, 10 Mar 2013 18:57:56 -0700 (PDT) In-Reply-To: <87r4jnwlx1.fsf@bzg.ath.cx> 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: Bastien Cc: Nicolas Goaziou , emacs-orgmode@gnu.org, Jambunathan K Hi Bastien, Thanks for removing the table tags. It looks great in w3m. Much less confusing. For some reason, I am getting no blank lines between footnotes, and no blank lines between paragraphs in multi-paragraph footnotes. Any idea why? Tested in Firefox. I can try to dig up old exporter output if that will help, as that looked good. Samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. It attacks MANY body systems. ANYBODY can get it. There is NO hope without activist action. This means YOU. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: Re: Fixing footnote HTML Date: Sun, 10 Mar 2013 19:05:52 -0700 Message-ID: References: <871ubngb6e.fsf@gmail.com> <87li9vygs3.fsf@gmail.com> <871ubnbnb6.fsf@bzg.ath.cx> <87a9qba7cz.fsf@gmail.com> <87fw03a74v.fsf@bzg.ath.cx> <87ppz78s6y.fsf@gmail.com> <87r4jnwlx1.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55968) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEs7f-0006BC-6b for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 22:05:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UEs7d-000775-Gm for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 22:05:55 -0400 Received: from mail-we0-x22c.google.com ([2a00:1450:400c:c03::22c]:57417) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEs7d-000771-9Z for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 22:05:53 -0400 Received: by mail-we0-f172.google.com with SMTP id d46so2953635wer.31 for ; Sun, 10 Mar 2013 19:05:52 -0700 (PDT) In-Reply-To: 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: Bastien Cc: Nicolas Goaziou , emacs-orgmode@gnu.org, Jambunathan K In

, removing the style argument seems to fix it. Would that work? -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. ANYBODY can get it. It attacks MANY body systems. There is NO hope without action. This means YOU. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Fixing footnote HTML Date: Tue, 12 Mar 2013 15:18:08 +0100 Message-ID: <87ppz43dnj.fsf@bzg.ath.cx> References: <871ubngb6e.fsf@gmail.com> <87li9vygs3.fsf@gmail.com> <871ubnbnb6.fsf@bzg.ath.cx> <87a9qba7cz.fsf@gmail.com> <87fw03a74v.fsf@bzg.ath.cx> <87ppz78s6y.fsf@gmail.com> <87r4jnwlx1.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52898) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFQ1s-00085R-Nw for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 10:18:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFQ1r-0002N9-BY for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 10:18:12 -0400 Received: from mail-wi0-x235.google.com ([2a00:1450:400c:c05::235]:41315) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFQ1r-0002N2-5X for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 10:18:11 -0400 Received: by mail-wi0-f181.google.com with SMTP id hm6so1876080wib.8 for ; Tue, 12 Mar 2013 07:18:10 -0700 (PDT) In-Reply-To: (Samuel Wales's message of "Sun, 10 Mar 2013 18:57:56 -0700") 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: Samuel Wales Cc: emacs-orgmode@gnu.org, Nicolas Goaziou , Jambunathan K Hi Samuel, Samuel Wales writes: > For some reason, I am getting no blank lines between footnotes, and no > blank lines between paragraphs in multi-paragraph footnotes. Any idea > why? Tested in Firefox. This should now be fixed, thanks! -- Bastien From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: Re: Fixing footnote HTML Date: Sun, 17 Mar 2013 10:59:41 -0700 Message-ID: References: <871ubngb6e.fsf@gmail.com> <87li9vygs3.fsf@gmail.com> <871ubnbnb6.fsf@bzg.ath.cx> <87a9qba7cz.fsf@gmail.com> <87fw03a74v.fsf@bzg.ath.cx> <87ppz78s6y.fsf@gmail.com> <87r4jnwlx1.fsf@bzg.ath.cx> <87ppz43dnj.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34371) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHHs0-00083U-II for emacs-orgmode@gnu.org; Sun, 17 Mar 2013 13:59:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UHHrz-000778-DZ for emacs-orgmode@gnu.org; Sun, 17 Mar 2013 13:59:44 -0400 Received: from mail-we0-x22a.google.com ([2a00:1450:400c:c03::22a]:64902) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHHrz-000773-79 for emacs-orgmode@gnu.org; Sun, 17 Mar 2013 13:59:43 -0400 Received: by mail-we0-f170.google.com with SMTP id z53so4234469wey.15 for ; Sun, 17 Mar 2013 10:59:42 -0700 (PDT) In-Reply-To: <87ppz43dnj.fsf@bzg.ath.cx> 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: Bastien Cc: emacs-orgmode@gnu.org, Nicolas Goaziou , Jambunathan K Hi Bastien, On 3/12/13, Bastien wrote: > Samuel Wales writes: >> For some reason, I am getting no blank lines between footnotes, and no >> blank lines between paragraphs in multi-paragraph footnotes. Any idea >> why? Tested in Firefox. > > This should now be fixed, thanks! I have tested this and it looks much better. Thank you. It might be good to add a blank line after the Footnotes section. Samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. ANYBODY can get it. It attacks MANY body systems. There is NO hope without action. This means YOU. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Fixing footnote HTML Date: Tue, 19 Mar 2013 16:57:17 +0100 Message-ID: <87zjxzte35.fsf@bzg.ath.cx> References: <871ubngb6e.fsf@gmail.com> <87li9vygs3.fsf@gmail.com> <871ubnbnb6.fsf@bzg.ath.cx> <87a9qba7cz.fsf@gmail.com> <87fw03a74v.fsf@bzg.ath.cx> <87ppz78s6y.fsf@gmail.com> <87r4jnwlx1.fsf@bzg.ath.cx> <87ppz43dnj.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36889) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UI1gO-0002cP-O5 for emacs-orgmode@gnu.org; Tue, 19 Mar 2013 14:54:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UI1gK-0002EP-2q for emacs-orgmode@gnu.org; Tue, 19 Mar 2013 14:54:48 -0400 Received: from mail-wi0-x232.google.com ([2a00:1450:400c:c05::232]:40391) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UI1gJ-0002Dm-Sb for emacs-orgmode@gnu.org; Tue, 19 Mar 2013 14:54:43 -0400 Received: by mail-wi0-f178.google.com with SMTP id hq4so905934wib.17 for ; Tue, 19 Mar 2013 11:54:43 -0700 (PDT) In-Reply-To: (Samuel Wales's message of "Sun, 17 Mar 2013 10:59:41 -0700") 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: Samuel Wales Cc: Nicolas Goaziou , emacs-orgmode@gnu.org, Jambunathan K Hi Samuel, Samuel Wales writes: > It might be good to add a blank line after the Footnotes section. The default is fine IMHO. You'd need to define the #footnotes css id for this. HTH, -- Bastien From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: Re: Fixing footnote HTML Date: Sun, 24 Mar 2013 23:07:08 -0700 Message-ID: References: <871ubngb6e.fsf@gmail.com> <87li9vygs3.fsf@gmail.com> <871ubnbnb6.fsf@bzg.ath.cx> <87a9qba7cz.fsf@gmail.com> <87fw03a74v.fsf@bzg.ath.cx> <87ppz78s6y.fsf@gmail.com> <87r4jnwlx1.fsf@bzg.ath.cx> <87ppz43dnj.fsf@bzg.ath.cx> <87zjxzte35.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60180) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK0Yo-00063r-Cb for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 02:07:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UK0Yn-0000ta-99 for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 02:07:10 -0400 Received: from mail-we0-x22f.google.com ([2a00:1450:400c:c03::22f]:64577) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK0Yn-0000tU-35 for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 02:07:09 -0400 Received: by mail-we0-f175.google.com with SMTP id t11so2724192wey.34 for ; Sun, 24 Mar 2013 23:07:08 -0700 (PDT) In-Reply-To: <87zjxzte35.fsf@bzg.ath.cx> 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: Bastien Cc: Nicolas Goaziou , emacs-orgmode@gnu.org, Jambunathan K On 3/19/13, Bastien wrote: >> It might be good to add a blank line after the Footnotes section. > > The default is fine IMHO. > > You'd need to define the #footnotes css id for this. I'm not familiar with CSS enough to know here. It wouldn't come for free with the header code? Here is what it looks like in Firefox: === Footnotes: 1 asdfasdfadf. === I expected text after "Footnotes" (hmm, I should remove the colon if possible) to be like text after any other section. Thanks. 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. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Fixing footnote HTML Date: Mon, 25 Mar 2013 07:14:34 +0100 Message-ID: <87d2uogg51.fsf@bzg.ath.cx> References: <871ubngb6e.fsf@gmail.com> <87li9vygs3.fsf@gmail.com> <871ubnbnb6.fsf@bzg.ath.cx> <87a9qba7cz.fsf@gmail.com> <87fw03a74v.fsf@bzg.ath.cx> <87ppz78s6y.fsf@gmail.com> <87r4jnwlx1.fsf@bzg.ath.cx> <87ppz43dnj.fsf@bzg.ath.cx> <87zjxzte35.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:32896) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK0fz-0000ti-Kk for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 02:14:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UK0fy-0002aV-NK for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 02:14:35 -0400 Received: from mail-wg0-f47.google.com ([74.125.82.47]:57366) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK0fy-0002aR-Gw for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 02:14:34 -0400 Received: by mail-wg0-f47.google.com with SMTP id dt14so2849316wgb.26 for ; Sun, 24 Mar 2013 23:14:33 -0700 (PDT) In-Reply-To: (Samuel Wales's message of "Sun, 24 Mar 2013 23:07:08 -0700") 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: Samuel Wales Cc: emacs-orgmode@gnu.org, Nicolas Goaziou , Jambunathan K Samuel Wales writes: > I expected text after "Footnotes" (hmm, I should remove the colon if > possible) to be like text after any other section. It is for me. Screenshots help a lot with those issues, especially when they are often not bugs, but small quirks wrt personal preferences. Thanks for sending screenshots if you can. Best, -- Bastien From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: Re: Fixing footnote HTML Date: Sun, 24 Mar 2013 23:19:43 -0700 Message-ID: References: <871ubngb6e.fsf@gmail.com> <87li9vygs3.fsf@gmail.com> <871ubnbnb6.fsf@bzg.ath.cx> <87a9qba7cz.fsf@gmail.com> <87fw03a74v.fsf@bzg.ath.cx> <87ppz78s6y.fsf@gmail.com> <87r4jnwlx1.fsf@bzg.ath.cx> <87ppz43dnj.fsf@bzg.ath.cx> <87zjxzte35.fsf@bzg.ath.cx> <87d2uogg51.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33512) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK0l0-00021a-QR for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 02:19:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UK0ky-0003vW-B8 for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 02:19:46 -0400 Received: from mail-we0-x22c.google.com ([2a00:1450:400c:c03::22c]:40823) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK0ky-0003vM-4k for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 02:19:44 -0400 Received: by mail-we0-f172.google.com with SMTP id r3so990097wey.31 for ; Sun, 24 Mar 2013 23:19:43 -0700 (PDT) In-Reply-To: <87d2uogg51.fsf@bzg.ath.cx> 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: Bastien Cc: emacs-orgmode@gnu.org, Nicolas Goaziou , Jambunathan K On 3/24/13, Bastien wrote: > It is for me. Screenshots help a lot with those issues, > especially when they are often not bugs, but small quirks > wrt personal preferences. Thanks for sending screenshots > if you can. Screenshot is not feasible ATM. However, the example I showed was a copy paste from my most recent blog post. === Footnotes: 1 They possibly include aysmptomatic also, just as HIV-infected people can be asymptomatic. They are readily == So in Firefox for me at least, there is no blank line between Footnotes: and 1. Strange. -- 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. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Fixing footnote HTML Date: Mon, 25 Mar 2013 07:53:34 +0100 Message-ID: <87ehf4ezrl.fsf@bzg.ath.cx> References: <871ubngb6e.fsf@gmail.com> <87li9vygs3.fsf@gmail.com> <871ubnbnb6.fsf@bzg.ath.cx> <87a9qba7cz.fsf@gmail.com> <87fw03a74v.fsf@bzg.ath.cx> <87ppz78s6y.fsf@gmail.com> <87r4jnwlx1.fsf@bzg.ath.cx> <87ppz43dnj.fsf@bzg.ath.cx> <87zjxzte35.fsf@bzg.ath.cx> <87d2uogg51.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39551) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK1Hk-0003cu-I2 for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 02:53:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UK1Hi-0006BO-Ui for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 02:53:36 -0400 Received: from mail-we0-x232.google.com ([2a00:1450:400c:c03::232]:41127) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK1Hi-0006BI-OE for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 02:53:34 -0400 Received: by mail-we0-f178.google.com with SMTP id z53so168215wey.9 for ; Sun, 24 Mar 2013 23:53:33 -0700 (PDT) In-Reply-To: (Samuel Wales's message of "Sun, 24 Mar 2013 23:19:43 -0700") 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: Samuel Wales Cc: Nicolas Goaziou , emacs-orgmode@gnu.org, Jambunathan K Samuel Wales writes: > So in Firefox for me at least, there is no blank line between > Footnotes: and 1. "Footnotes:" is inserted as a

header in the HTML file. So there should be a visual space after it. -- Bastien From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: Re: Fixing footnote HTML Date: Thu, 18 Apr 2013 13:36:40 -0700 Message-ID: References: <871ubngb6e.fsf@gmail.com> <87li9vygs3.fsf@gmail.com> <871ubnbnb6.fsf@bzg.ath.cx> <87a9qba7cz.fsf@gmail.com> <87fw03a74v.fsf@bzg.ath.cx> <87ppz78s6y.fsf@gmail.com> <87r4jnwlx1.fsf@bzg.ath.cx> <87ppz43dnj.fsf@bzg.ath.cx> <87zjxzte35.fsf@bzg.ath.cx> <87d2uogg51.fsf@bzg.ath.cx> <87ehf4ezrl.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42923) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USvZT-0004q0-Pd for emacs-orgmode@gnu.org; Thu, 18 Apr 2013 16:36:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1USvZS-0006a7-3T for emacs-orgmode@gnu.org; Thu, 18 Apr 2013 16:36:43 -0400 Received: from mail-wi0-x233.google.com ([2a00:1450:400c:c05::233]:53553) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USvZR-0006Zz-Sc for emacs-orgmode@gnu.org; Thu, 18 Apr 2013 16:36:42 -0400 Received: by mail-wi0-f179.google.com with SMTP id l13so3103598wie.0 for ; Thu, 18 Apr 2013 13:36:40 -0700 (PDT) In-Reply-To: <87ehf4ezrl.fsf@bzg.ath.cx> 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: Bastien Cc: Nicolas Goaziou , emacs-orgmode@gnu.org, Jambunathan K Hi Bastien, On 3/24/13, Bastien wrote: >> So in Firefox for me at least, there is no blank line between >> Footnotes: and 1. > > "Footnotes:" is inserted as a

header in the HTML file. > > So there should be a visual space after it. I don't know why there isn't. I guess it means CSS is required? I have the 1 of the first footnote appearing on the next line without a blank line. In any case sounds like a non-Org bug, but wanted. Thanks. 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.