From mboxrd@z Thu Jan 1 00:00:00 1970 From: Josh Berry Subject: [PATCH] Couple of small fixes in exporting node.js and css content. Date: Tue, 5 Aug 2014 11:44:53 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7bd6b7e8c1c25d04ffe3bdc7 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38454) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEgvO-0000aK-BM for emacs-orgmode@gnu.org; Tue, 05 Aug 2014 11:45:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XEgvJ-0000ah-Mk for emacs-orgmode@gnu.org; Tue, 05 Aug 2014 11:45:18 -0400 Received: from mail-oi0-x233.google.com ([2607:f8b0:4003:c06::233]:55298) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEgvJ-0000aU-IY for emacs-orgmode@gnu.org; Tue, 05 Aug 2014 11:45:13 -0400 Received: by mail-oi0-f51.google.com with SMTP id g201so755457oib.10 for ; Tue, 05 Aug 2014 08:45:13 -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 --047d7bd6b7e8c1c25d04ffe3bdc7 Content-Type: text/plain; charset=UTF-8 I've got a toy paper I'm writing where I ran into a couple of issues exporting to html. The first issue is related to exporting the source of a css block that contains proprietary properties. In short, it looks like a list is generated for the font face, where a single value was expected. The second issue may be my fault, so if there is a setting I should change on my end, apologies and I'll set said setting. Basically, there is a cutoff value whereby node.js will insert newlines into the results. This was incredibly frustrating as what was turning into a decent looking table would suddenly become garbage. In both cases, I did not add a test file. If it is enough to just copy an existing test file and trim it down to just these two items, I can certainly do that. Finally, apologies if I am doing this incorrectly. I tried following the directions on how to contribute as well as I could. Thanks! -josh p.s. The toy paper is here: http://taeric.github.io/DancingLinks.html Feedback welcome! --047d7bd6b7e8c1c25d04ffe3bdc7 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I've got a toy paper I'm = writing where I ran into a=20 couple of issues exporting to html.=C2=A0 The first issue is related to=20 exporting the source of a css block that contains proprietary=20 properties.=C2=A0 In short, it looks like a list is generated for the font= =20 face, where a single value was expected.

The second issue may be my fault, so if there is a setting I=20 should change on my end, apologies and I'll set said setting.=C2=A0=20 Basically, there is a cutoff value whereby node.js will insert newlines=20 into the results.=C2=A0 This was incredibly frustrating as what was turning= =20 into a decent looking table would suddenly become garbage.

In both cases, I did not add a test file.=C2=A0 If it is enough t= o=20 just copy an existing test file and trim it down to just these two=20 items, I can certainly do that.

Finally, apologies if I = am doing this incorrectly.=C2=A0 I tried following the directions on how to= contribute as well as I could.

Thanks!
-josh

p.s.=C2=A0 The toy paper is here: http://taeric.github.io= /DancingLinks.html Feedback welcome!
--047d7bd6b7e8c1c25d04ffe3bdc7--