From mboxrd@z Thu Jan 1 00:00:00 1970 From: Iannis Zannos Subject: Dynsite: easier configuration of projects, with config.or instead of emacs lisp and dynamic relative paths Date: Sun, 13 Oct 2013 21:39:41 +0300 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e016354b6add09d04e8a3ac14 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46621) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVQZs-0004dF-Ak for emacs-orgmode@gnu.org; Sun, 13 Oct 2013 14:39:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VVQZq-0005vc-Qi for emacs-orgmode@gnu.org; Sun, 13 Oct 2013 14:39:44 -0400 Received: from mail-ea0-x231.google.com ([2a00:1450:4013:c01::231]:45789) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVQZq-0005vS-JV for emacs-orgmode@gnu.org; Sun, 13 Oct 2013 14:39:42 -0400 Received: by mail-ea0-f177.google.com with SMTP id f15so2898202eak.22 for ; Sun, 13 Oct 2013 11:39:41 -0700 (PDT) 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: emacs-orgmode@gnu.org --089e016354b6add09d04e8a3ac14 Content-Type: text/plain; charset=ISO-8859-1 Hello, I'd like to present my project Dynsite for orgmode here, as I believe it fits in well with the currnent status of org-publish. Dynamite is a package that simplifies the task of creating project configurations for org-publish. One can define many projects in a "site" just by placing a config.org in any folder contained in the site, and writing the properties of the project as org-mode nodes. Plus, relative paths from subfolders to the root are provided automatically (no need to write a separate property config for each level as in the latest org-publish scheme). The documentation is here: http://iani.github.io/dynsite/ And the source code + documentation is here: https://github.com/iani/dynsite The code is now compatible with the 8.0+ version of org-publish. Not elegant code at all, but I hope it may give some useful ideas for general use or future directions in Org mode. And a question: Looking at export filters, I see that there is no filter for substituting the result of a lisp expression into the file. That would be extremely handy. The wonderful package o-blog is largely based on it. ( https://github.com/renard/o-blog). The format used by o-blog is: (ob:insert-template "page_header.html") Possibly one could use some other format like {lisp}....{/lisp}, or something more aligned to current mark-up schemes in Org. This would open up many useful possibilities. Any tips on adding new filters? Or other ways to substitute the result of a lisp expression in the final rendered text? Iannis Zannos --089e016354b6add09d04e8a3ac14 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

Hello,=A0

I'd like to present my project Dynsite for orgmode here, as I belie= ve it fits in well with the currnent status of org-publish. Dynamite is a p= ackage that simplifies the task of creating project configurations for org-= publish. One can define many projects in a "site" just by placing= a config.org in any folder contained in = the site, and writing the properties of the project as org-mode nodes. Plus= , relative paths from subfolders to the root are provided automatically (no= need to write a separate property config for each level as in the latest o= rg-publish scheme).=A0

The documentation is here:=A0http://iani.github.io/dynsite/
And the source code + documentation is here:=A0https://github.com/iani/dynsite

The code is now compatible with the 8.0+ ve= rsion of org-publish. Not elegant code at all, but I hope it may give some = useful ideas for general use or future directions in Org mode.=A0

And a question: Looking at export filters, I see that = there is no filter for substituting the result of a lisp expression into th= e file. That would be extremely handy. =A0The wonderful package o-blog is l= argely based on it. (https://g= ithub.com/renard/o-blog). The format used by o-blog is:=A0
<lisp>(ob:insert-template "page_header.html")<= ;/lisp>=A0
Possibly one could use some other format = like {lisp}....{/lisp}, or something more aligned to current mark-up scheme= s in Org. This would open up many useful possibilities. Any tips on adding = new filters? Or other ways to substitute the result of a lisp expression in= the final rendered text?=A0

Iannis Zannos
--089e016354b6add09d04e8a3ac14--