From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Williams Subject: attr_html for table.el tables? Date: Wed, 27 Mar 2013 15:35:49 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="_000_DB9AE166BFBB0640B307A82E6F93D026022E0FSPEXCH02WindLogic_" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51301) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKsOJ-0000d9-Ms for emacs-orgmode@gnu.org; Wed, 27 Mar 2013 11:36:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKsOF-0003HG-FQ for emacs-orgmode@gnu.org; Wed, 27 Mar 2013 11:35:55 -0400 Received: from owa.windlogics.com ([216.245.170.169]:30217) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKsOF-0003H5-76 for emacs-orgmode@gnu.org; Wed, 27 Mar 2013 11:35:51 -0400 Content-Language: en-US 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" --_000_DB9AE166BFBB0640B307A82E6F93D026022E0FSPEXCH02WindLogic_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, I have a table that has multi-line cells (just because some of the cells ha= ve some long-ish sentences in them, and I want them to break rather than ca= reening off the right-hand side of the page), so I'm using table.el to mana= ge it. When I export, I wanted to get all borders shown, because without b= orders the structure isn't very clear. It looks like `#+attr_html` doesn't have any effect on table.el tables, cor= rect? Is there another mechanism to specify export options when org-mode r= enders table.el tables to HTML? -- Ken Williams, Senior Research Scientist WindLogics http://windlogics.com ________________________________ CONFIDENTIALITY NOTICE: This e-mail message is for the sole use of the inte= nded recipient(s) and may contain confidential and privileged information. = Any unauthorized review, use, disclosure or distribution of any kind is str= ictly prohibited. If you are not the intended recipient, please contact the= sender via reply e-mail and destroy all copies of the original message. Th= ank you. --_000_DB9AE166BFBB0640B307A82E6F93D026022E0FSPEXCH02WindLogic_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hi,

 

I have a table that has multi-line cells (just becau= se some of the cells have some long-ish sentences in them, and I want them = to break rather than careening off the right-hand side of the page), so I&#= 8217;m using table.el to manage it.  When I export, I wanted to get all borders shown, because without borders the s= tructure isn’t very clear.

 

It looks like `#+attr_html` doesn’t have a= ny effect on table.el tables, correct?  Is there another mechanism to = specify export options when org-mode renders table.el tables to HTML?

 

--

Ken Williams, Senior Research Scientist

Wind<= /b>Logics<= /p>

http://windlogics.com

 




CONFIDENTIALITY NOTICE: This e-mail message is for the sole use of the inte= nded recipient(s) and may contain confidential and privileged information. = Any unauthorized review, use, disclosure or distribution of any kind is str= ictly prohibited. If you are not the intended recipient, please contact the sender via reply e-mail and des= troy all copies of the original message. Thank you.
--_000_DB9AE166BFBB0640B307A82E6F93D026022E0FSPEXCH02WindLogic_-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: attr_html for table.el tables? Date: Sat, 06 Apr 2013 02:10:04 +0200 Message-ID: <878v4w1nzo.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45230) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOHKr-0007ls-As for emacs-orgmode@gnu.org; Fri, 05 Apr 2013 20:50:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UOHKq-0002nf-Bf for emacs-orgmode@gnu.org; Fri, 05 Apr 2013 20:50:25 -0400 Received: from mail-wg0-f46.google.com ([74.125.82.46]:57603) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOHKq-0002nT-5x for emacs-orgmode@gnu.org; Fri, 05 Apr 2013 20:50:24 -0400 Received: by mail-wg0-f46.google.com with SMTP id l18so4235687wgh.25 for ; Fri, 05 Apr 2013 17:50:23 -0700 (PDT) In-Reply-To: (Ken Williams's message of "Wed, 27 Mar 2013 15:35:49 +0000") 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: Ken Williams Cc: "emacs-orgmode@gnu.org" Hi Ken, Ken Williams writes: > It looks like `#+attr_html` doesn’t have any effect on table.el > tables, correct? I think so. > Is there another mechanism to specify export > options when org-mode renders table.el tables to HTML? Nope. Usually I just enclose table.el tables into #+begin_example so that they can displayed correctly, but that's clearly not what you want. Best, -- Bastien