From mboxrd@z Thu Jan 1 00:00:00 1970 From: Renzo Been Subject: Re: Prompted by "How to export a Timeline?" thread. Date: Sun, 23 Sep 2007 07:38:44 +0000 (UTC) Message-ID: References: <1190308167.2687.236.camel@CASE> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IZM4X-00012U-4l for emacs-orgmode@gnu.org; Sun, 23 Sep 2007 03:40:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IZM4V-00011f-M0 for emacs-orgmode@gnu.org; Sun, 23 Sep 2007 03:40:07 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IZM4V-00011J-30 for emacs-orgmode@gnu.org; Sun, 23 Sep 2007 03:40:07 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IZM4U-0003V0-94 for emacs-orgmode@gnu.org; Sun, 23 Sep 2007 03:40:06 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1IZM4Q-0008HB-Sf for emacs-orgmode@gnu.org; Sun, 23 Sep 2007 07:40:02 +0000 Received: from 239.192-78-194.adsl-fix.skynet.be ([194.78.192.239]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 Sep 2007 07:40:02 +0000 Received: from swangdoodles by 239.192-78-194.adsl-fix.skynet.be with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 Sep 2007 07:40:02 +0000 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 William Case rogers.com> writes: ,----- | Hi, | | Yes, your plan sounds pretty challenging... | | But here's how I would get started on it: | - First I'd make one HTML-page to use for the | main layout. It will be this file that you | could then print-out (two sided) from within | any web-browser. To get the layout with your | five different panels you could use iframes in | the web-page, like this: | | | | | etc. | | You could control the looks and spaces for | notes on the print-out through CSS-styles | - Next you'll need to write your function in | Emacs that will export your different data's | as HTML. By using org-mode that should be | quite easy to do. You could setup different | agenda-views (one of these view could include | your emacs diary entries as well) and | TODO-lists for export to HTML. And name them | leftpanel.htm, rightpanel.htm etc. to be | included into the iframes above. | - The only part that would give trouble is on | how to include your contacts names and phone | numbers. I would not know how these could be | synchronised with the appointments listed in | your agenda-views... | | Hope this helps, | Renzo `-----