From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrea crotti Subject: Some table questions Date: Wed, 02 Sep 2009 18:12:22 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MisUJ-00059L-D0 for emacs-orgmode@gnu.org; Wed, 02 Sep 2009 12:15:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MisUE-00054E-Pk for emacs-orgmode@gnu.org; Wed, 02 Sep 2009 12:15:11 -0400 Received: from [199.232.76.173] (port=33012 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MisUE-000543-KV for emacs-orgmode@gnu.org; Wed, 02 Sep 2009 12:15:06 -0400 Received: from lo.gmane.org ([80.91.229.12]:52218) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MisUE-0007eW-9c for emacs-orgmode@gnu.org; Wed, 02 Sep 2009 12:15:06 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1MisUC-00045C-CY for emacs-orgmode@gnu.org; Wed, 02 Sep 2009 18:15:04 +0200 Received: from host63-85-static.24-87-b.business.telecomitalia.it ([87.24.85.63]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Sep 2009 18:15:04 +0200 Received: from andrea.crotti.0 by host63-85-static.24-87-b.business.telecomitalia.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Sep 2009 18:15:04 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I really like tables and I enabled it also in mail-mode, but I have some questions about them. - When I export tables to html I don't get any border, I looked at the code and it's the css embedded, but I didn't find the variables to set it up. Is it also possible to set it for every different table? (with a comment on top) - Always about exporting, I also found org-plot which is very nice, would be possible to set (in a project for example) to also export and include somehow the generated graph inside my html page?? Maybe would be tricky but would be really useful... - Is it possible to do something only on one row/column/region?? If for example I have a table like that | USER | SECRET PASSWORD | |-------+------------------------| | pippo | I don't want to see it | Would I be able to encrypt/decrypt only one column? Rectangles are not always working fine for me on emacs, so I was looking for an org-mode solution - Last thing is plotting with dates. Given a table like |------------------------+-----+-----| | Date | max | min | |------------------------+-----+-----| | [2009-05-05 Tue 11:40] | 145 | 90 | | [2009-05-16 Sat 20:00] | 135 | 85 | | [2009-05-25 Mon 20:00] | 130 | 85 | | [2009-06-12 Fri 13:00] | 130 | 78 | | [2009-08-06 Thu 17:45] | 118 | 88 | For example I can't plot it with the dates because gnuplot maybe doesn't accept some characters, would be possible to convert it to a nicer string before trying to plot? Phew ok sorry a lot of questions but I've been collecting them for some time..