From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Guerry Subject: Re: Agenda publishing Date: Fri, 22 Feb 2008 01:35:31 +0000 Message-ID: <87bq694vto.fsf@bzg.ath.cx> References: <20080218202908.6f539480@mistral.stie> <874pc54nqr.fsf@bzg.ath.cx> <20080220193709.1f607225@mistral.stie> <87hcg3qfmz.fsf@bzg.ath.cx> <20080221194102.478036bc@mistral.stie> 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 1JSMp7-0002Vm-2o for emacs-orgmode@gnu.org; Thu, 21 Feb 2008 20:35:37 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JSMp5-0002UQ-He for emacs-orgmode@gnu.org; Thu, 21 Feb 2008 20:35:36 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSMp5-0002UN-CQ for emacs-orgmode@gnu.org; Thu, 21 Feb 2008 20:35:35 -0500 Received: from fg-out-1718.google.com ([72.14.220.158]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JSMp4-00085d-VC for emacs-orgmode@gnu.org; Thu, 21 Feb 2008 20:35:35 -0500 Received: by fg-out-1718.google.com with SMTP id d23so530896fga.30 for ; Thu, 21 Feb 2008 17:35:33 -0800 (PST) In-Reply-To: (Manish's message of "Fri, 22 Feb 2008 06:49:33 +0530") 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: Manish Cc: emacs-orgmode@gnu.org Manish writes: >> At first it still did not work, even with htmlize. But then I was >> using Orgmode that came with emacs 22.1. I got the latest, and put it >> in the site-list directory while removing the two org files in >> 22.1/. Yes. Sorry, I often wrongly assume people are using a recent Org. >> With the latest Orgmode, it works. It works even too well. I mean, is >> there a way to produce a somewhat sober output than an actual emacs >> 'screenshot' (in my case with the blue background I'm using in >> emacs) ? Something like the regular html output of an org file done >> with org-export-as-html. The blue background and the actual emacs >> fonts are nice in html but are a bit too colorful for regular use. This has been previously requested, as long with some code to export in a TeX file. I am working on code that will help do this. >> The latest Orgmode works nicely, but a bit on the slow side for loading >> times. I think there's a way to compile .el files to accelerate >> processing. Could you tell me what command is used to compile Orgmode ? >> > > Just a `make' in org directory should do it. Alternatively, if for one reason or another you want to compile .el files by hand, go to a directory with `C-x d', mark .el files with `% m \.el RET", then try to byte-compile them all with `B'. HTH, -- Bastien