From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Google Summer of Code -- 3 Org projects for our first participation! Date: Sat, 05 May 2012 06:52:05 -0400 Message-ID: <874nru99yi.fsf@norang.ca> References: <8762cpad2q.fsf@gnu.org> <4F9653BD.7030201@wilkesley.net> <87obqh8s6m.fsf@googlemail.com> <4F98A7F0.6080405@neilsmithline.com> <87mx5zrklf.fsf@altern.org> <4F9C8937.2030709@neilsmithline.com> <87ipgij2k5.fsf@altern.org> <87ehqzgp9f.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35676) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SQcb0-0002nQ-DV for emacs-orgmode@gnu.org; Sat, 05 May 2012 06:52:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SQcay-00019M-Mk for emacs-orgmode@gnu.org; Sat, 05 May 2012 06:52:13 -0400 In-Reply-To: <87ehqzgp9f.fsf@gnu.org> (Bastien's message of "Sat, 05 May 2012 07:39:40 +0200") 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: Bastien Cc: emacs-orgmode@gnu.org, Neil Smithline Bastien writes: > 1. There is already a new Org>HTML exporter, written by Jambunathan. > Try adding contrib/lisp/ to your load path, then > > (require 'org-export) > (require 'org-e-html) > > then M-x org-export-dispatch RET h > > See the result. There are a bunch of org-e-html-* variables similar to org-export-html-* variables that the new exporter uses. You need to set the appropriate org-e-html variables to get results similar to the old exporter. -Bernt