From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Worg needs some reorganizing Date: Tue, 18 Jan 2011 18:17:35 -0500 Message-ID: <87vd1l3ipc.fsf@norang.ca> References: <4CAD81B0.6090807@manor-farm.org> <87fwsubckf.fsf@gnu.org> <87aaj2w5x4.fsf@fastmail.fm> <87d3nyuhkw.fsf@altern.org> <87aaj0kggo.fsf@gmail.com> <87zkr0load.fsf@riotblast.dunsmor.com> <87pqrwipjd.fsf@gmail.com> <87oc7glhef.fsf@riotblast.dunsmor.com> <87hbd8ins8.fsf@gmail.com> <87ipxolgji.fsf@riotblast.dunsmor.com> <87aaj0iiff.fsf@gmail.com> <87r5cbk28p.fsf@riotblast.dunsmor.com> <87fwsrtokh.fsf@gnu.org> <87lj2jouz7.fsf@fastmail.fm> <877he2fvw0.fsf@gnu.org> <87fwsqw8u3.fsf@fastmail.fm> <87d3nufa7a.fsf@gmail.com> <87r5cagi6h.fsf@riotblast.dunsmor.com> <87pqruj8nd.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=43054 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfKoQ-0001aK-0o for emacs-orgmode@gnu.org; Tue, 18 Jan 2011 18:18:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PfKoG-0002oW-Tb for emacs-orgmode@gnu.org; Tue, 18 Jan 2011 18:18:05 -0500 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:62346) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PfKoG-0002nW-Rq for emacs-orgmode@gnu.org; Tue, 18 Jan 2011 18:17:56 -0500 In-Reply-To: <87pqruj8nd.fsf@gnu.org> (Bastien's message of "Tue, 18 Jan 2011 20:48:06 +0100") 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: Bastien Cc: Dan Davison , Ian Barton , Jeff Horn , Matt Lundin , emacs-orgmode@gnu.org, Jason Dunsmore , Carsten Dominik Bastien writes: > Jason Dunsmore writes: > >> I added the following to org-publish-project-alist: >> >> ("worg-htmlize" >> :base-directory "~/git/Worg/" >> :base-extension "org" >> :html-extension "org.html" >> :publishing-directory "/var/www/orgmode.org/worg/" >> :recursive t >> :htmlized-source t >> :publishing-function htmlize) > > You need to use this instead : > > :publishing-function org-publish-org-to-org > > I've done this. See this page: > > http://orgmode.org/worg/index.org.html > > You cannot click on links though... and I use this :) :publishing-function (org-publish-org-to-html org-publish-org-to-org) :plain-source t :htmlized-source t on http://doc.norang.ca/org-mode.html, http://doc.norang.ca/org-mode.org.html, and http://doc.norang.ca/org-mode.org -Bernt