From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: Publishing a HTML wiki Date: Thu, 22 Jan 2009 09:30:26 -0600 Message-ID: <87ab9j73zh.fsf@fastmail.fm> References: <87fxjb1q9o.wl%jan.seeger@thenybble.de> <87eiyv1ki6.wl%jan.seeger@thenybble.de> 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 1LQ1Ur-0004nA-8z for emacs-orgmode@gnu.org; Thu, 22 Jan 2009 10:29:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LQ1Up-0004ir-FA for emacs-orgmode@gnu.org; Thu, 22 Jan 2009 10:29:32 -0500 Received: from [199.232.76.173] (port=42597 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LQ1Up-0004ia-A4 for emacs-orgmode@gnu.org; Thu, 22 Jan 2009 10:29:31 -0500 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:46306) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LQ1Uo-0002Eu-Vg for emacs-orgmode@gnu.org; Thu, 22 Jan 2009 10:29:31 -0500 In-Reply-To: <87eiyv1ki6.wl%jan.seeger@thenybble.de> (Jan Seeger's message of "Thu\, 22 Jan 2009 15\:30\:09 +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: Jan Seeger Cc: Emacs-orgmode mailing list , Scot Becker Hi Jan, Jan Seeger writes: > At Thu, 22 Jan 2009 14:26:27 +0000, > > Yeah, sorry for the short question. What I meant is: > > How would I configure org mode to allow easy export of static HTML > suitable for a (fishbowled) wiki? Features I would like are easy links > inside the wiki, image support (preferably with copyig between source > and HTML tree) and folder structure support. If I understand your question correctly, you are interested in how to export a set of org files as an html website with links between the files intact and the org folder structure mirrored on the website. That is precisely what org-publish can do. There's a really nice tutorial on Worg on how to publish a static website with org. http://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.php I'm glad for this thread because I was really interested in the scripts that automate Worg. Thanks for that info Carsten! Best, Matt