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-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Kitchin Subject: Re: Dynsite: easier configuration of projects, with config.or instead of emacs lisp and dynamic relative paths Date: Mon, 14 Oct 2013 13:14:55 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b2e100b5f33b404e8b69bf7 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59058) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVljP-000191-02 for emacs-orgmode@gnu.org; Mon, 14 Oct 2013 13:15:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VVljN-0000vH-2L for emacs-orgmode@gnu.org; Mon, 14 Oct 2013 13:14:58 -0400 Received: from mail-pd0-x22b.google.com ([2607:f8b0:400e:c02::22b]:65493) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVljM-0000ux-Mc for emacs-orgmode@gnu.org; Mon, 14 Oct 2013 13:14:56 -0400 Received: by mail-pd0-f171.google.com with SMTP id g10so7677621pdj.16 for ; Mon, 14 Oct 2013 10:14:55 -0700 (PDT) In-Reply-To: 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: Iannis Zannos Cc: "emacs-orgmode@gnu.org" --047d7b2e100b5f33b404e8b69bf7 Content-Type: text/plain; charset=ISO-8859-1 It seems like this is something that could be done with a filter pretty easily. Just define a lisp link, and write a filter that handles links of that type. I did something like this to selectively handle different types of links here: http://jkitchin.github.io/blog/2013/09/28/Changing-links-to-files-so-they-work-in-a-blog/ basically you check the type of link, and set the output accordingly. you would ignore links that were not your lisp type. j John ----------------------------------- John Kitchin Associate Professor Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 http://kitchingroup.cheme.cmu.edu On Sun, Oct 13, 2013 at 2:39 PM, Iannis Zannos wrote: > > 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 > --047d7b2e100b5f33b404e8b69bf7 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
It seems like this is something that = could be done with a filter pretty easily. Just define a lisp link, and wri= te a filter that handles links of that type.

I did something l= ike this to selectively handle different types of links here: http://jkitchin.github.io/blog/2013/09/28/Changing-links-to-f= iles-so-they-work-in-a-blog/

basically you check the type of link, and set the output accordin= gly. you would ignore links that were not your lisp type.

j

John

------------= -----------------------
John Kitchin
Associate Professor
Doherty Hall A207F
Department of = Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213<= br>412-268-7803
http://kitchingroup.cheme.cmu.edu



On Sun, Oct 13, 2013 at 2:39 PM, Iannis = Zannos <zannos@gmail.com> wrote:

Hello,=A0

I'd like t= o 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 simpli= fies the task of creating project configurations for org-publish. One can d= efine 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<= /div>

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.=A0

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. =A0The wonderful package o-blog is largely= based on it. (https://github.com/renard/o-blog). The format used by o-blog is:=A0<= /div>
<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 schemes in Org. Th= is 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 r= endered text?=A0

Iannis Zannos

--047d7b2e100b5f33b404e8b69bf7-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Kitchin Subject: Re: Dynsite: easier configuration of projects, with config.or instead of emacs lisp and dynamic relative paths Date: Mon, 14 Oct 2013 20:34:03 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=bcaec520efabd7c4af04e8bcbd04 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58812) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVsaN-00049w-66 for emacs-orgmode@gnu.org; Mon, 14 Oct 2013 20:34:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VVsaK-0003xt-Mh for emacs-orgmode@gnu.org; Mon, 14 Oct 2013 20:34:07 -0400 Received: from mail-pa0-x22d.google.com ([2607:f8b0:400e:c03::22d]:45834) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVsaK-0003xk-9t for emacs-orgmode@gnu.org; Mon, 14 Oct 2013 20:34:04 -0400 Received: by mail-pa0-f45.google.com with SMTP id rd3so8249037pab.18 for ; Mon, 14 Oct 2013 17:34:03 -0700 (PDT) In-Reply-To: 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: Iannis Zannos Cc: "emacs-orgmode@gnu.org" --bcaec520efabd7c4af04e8bcbd04 Content-Type: text/plain; charset=ISO-8859-1 I implemented a version of elisp links to dynamically generated content at export time here: http://jkitchin.github.io/blog/2013/10/14/Lisp-links-in-org-mode-to-dynamically-generated-content/ I am not sure it was you are thinking about, but maybe it could give you some ideas. j John ----------------------------------- John Kitchin Associate Professor Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 http://kitchingroup.cheme.cmu.edu On Mon, Oct 14, 2013 at 1:14 PM, John Kitchin wrote: > It seems like this is something that could be done with a filter pretty > easily. Just define a lisp link, and write a filter that handles links of > that type. > > I did something like this to selectively handle different types of links > here: > http://jkitchin.github.io/blog/2013/09/28/Changing-links-to-files-so-they-work-in-a-blog/ > > basically you check the type of link, and set the output accordingly. you > would ignore links that were not your lisp type. > > j > > John > > ----------------------------------- > John Kitchin > Associate Professor > Doherty Hall A207F > Department of Chemical Engineering > Carnegie Mellon University > Pittsburgh, PA 15213 > 412-268-7803 > http://kitchingroup.cheme.cmu.edu > > > > On Sun, Oct 13, 2013 at 2:39 PM, Iannis Zannos wrote: > >> >> 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 >> > > --bcaec520efabd7c4af04e8bcbd04 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I implemented a version of elisp links to dynami= cally generated content at export time here: http://jkitchin.github.io/blog/2013/10/14/Lisp-links-in-org-mode-to-d= ynamically-generated-content/

I am not sure it was you are thinking about, but maybe it could g= ive you some ideas.

j

John

-----------------------------------
John = Kitchin
Associate Professor
Doherty Hall A207F
Department of Chemical Enginee= ring
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803<= br>http://k= itchingroup.cheme.cmu.edu



On Mon, Oct 14, 2013 at 1:14 PM, John Ki= tchin <jkitchin@andrew.cmu.edu> wrote:
It seems like this is something that = could be done with a filter pretty easily. Just define a lisp link, and wri= te a filter that handles links of that type.

I did something l= ike this to selectively handle different types of links here: http://jkitchin.github.io/blog/2013/09/28/C= hanging-links-to-files-so-they-work-in-a-blog/

basically you check the type of link, and set the output accordin= gly. you would ignore links that were not your lisp type.

j

John

------------= -----------------------
John Kitchin
Associate Professor
Doherty Hall A207F
Department of = Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213<= br>41= 2-268-7803
http://kitc= hingroup.cheme.cmu.edu



On Sun, Oct 13, 2013 at 2:39 PM, Iannis = Zannos <zannos@gmail.com> wrote:

Hello,=A0

I'd like t= o 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 simpli= fies the task of creating project configurations for org-publish. One can d= efine 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<= /div>

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.=A0

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. =A0The wonderful package o-blog is largely= based on it. (https://github.com/renard/o-blog). The format used by o-blog is:=A0<= /div>
<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 schemes in Org. Th= is 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 r= endered text?=A0

Iannis Zannos


--bcaec520efabd7c4af04e8bcbd04-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: Re: Dynsite: easier configuration of projects, with config.or instead of emacs lisp and dynamic relative paths Date: Tue, 15 Oct 2013 10:04:33 +0200 Message-ID: <86zjqb9cz2.fsf@somewhere.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: 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-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hello John, John Kitchin wrote: > I implemented a version of elisp links to dynamically generated content at > export time here: > http://jkitchin.github.io/blog/2013/10/14/Lisp-links-in-org-mode-to-dynamically-generated-content/ > > I am not sure it was you are thinking about, but maybe it could give you > some ideas. In this case, instead of special link handling, I'd have used something which already exists: --8<---------------cut here---------------start------------->8--- This file was exported on src_emacs-lisp{(format-time-string "%Y-%m-%d at %H:%m %p")}. The answer to 2 + 3 is src_emacs-lisp{(+ 2 3)}. --8<---------------cut here---------------end--------------->8--- Or is there a reason for doing it with links? Best regards, Seb -- Sebastien Vauban From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Kitchin Subject: Re: Dynsite: easier configuration of projects, with config.or instead of emacs lisp and dynamic relative paths Date: Tue, 15 Oct 2013 08:47:29 -0400 Message-ID: References: <86zjqb9cz2.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=bcaec5305135d000f004e8c6fc07 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33469) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VW428-0008P2-G9 for emacs-orgmode@gnu.org; Tue, 15 Oct 2013 08:47:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VW426-0008Ug-Su for emacs-orgmode@gnu.org; Tue, 15 Oct 2013 08:47:32 -0400 Received: from mail-pd0-x22d.google.com ([2607:f8b0:400e:c02::22d]:44790) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VW426-0008UW-KY for emacs-orgmode@gnu.org; Tue, 15 Oct 2013 08:47:30 -0400 Received: by mail-pd0-f173.google.com with SMTP id p10so8798310pdj.4 for ; Tue, 15 Oct 2013 05:47:29 -0700 (PDT) In-Reply-To: <86zjqb9cz2.fsf@somewhere.org> 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: Sebastien Vauban Cc: "emacs-orgmode@gnu.org" --bcaec5305135d000f004e8c6fc07 Content-Type: text/plain; charset=ISO-8859-1 On Tue, Oct 15, 2013 at 4:04 AM, Sebastien Vauban wrote: > > That is a nice feature I had forgotten about! When I export your snippet to html I get this:

This file was exported on .

The answer to 2 + 3 is .

Is there some trick to make them evaluate? Probably I have set a variable in org-mode to not evaluate code on export, because I usually do not want that. I could type C-cC-c on the src, which puts the result next to it like =5=, which then is exported to the html. The links are clickable, show the output in the minibuffer, and are evaluated at export time. These are two slightly different ways to solve the problem. Also, you could do fancier things with the filter approach like make tooltips with the original code snippet, etc... John ----------------------------------- John Kitchin Associate Professor Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 http://kitchingroup.cheme.cmu.edu --bcaec5305135d000f004e8c6fc07 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

= On Tue, Oct 15, 2013 at 4:04 AM, Sebastien Vauban <sva-news@mygoogle= st.com> wrote:


That is a nice feat= ure I had forgotten about!

When I e= xport your snippet to html I get this:
<p>
This file was export= ed on .
</p>

<p>
The answer to 2 + 3 is .</p>
</d= iv>

Is there some trick to make = them evaluate? Probably I have set a variable in org-mode to not evaluate c= ode on export, because I usually do not want that.

I cou= ld type C-cC-c on the src, which puts the result next to it like =3D5=3D, w= hich then is exported to the html.

= The links are clickable, show the output in the minibuffer, and are evaluat= ed at export time.=A0 These are two slightly different ways to solve the pr= oblem. Also, you could do fancier things with the filter approach like make= tooltips with the original code snippet, etc...

John

-------= ----------------------------
John Kitchin
Associate Professor
Dohe= rty Hall A207F
Department of Chemical Engineering
Carnegie Mellon Uni= versity
Pittsburgh, PA 15213
412-268-7803
http://kitchingroup.cheme.cmu.edu

<= /div>
--bcaec5305135d000f004e8c6fc07-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Loury Subject: Re: Dynsite: easier configuration of projects, with config.or instead of emacs lisp and dynamic relative paths Date: Tue, 03 Dec 2013 11:03:58 +0100 Message-ID: <87txeqp7xt.fsf@konixwork.incubateur.ens-lyon.fr> References: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vnmpz-0000V3-CA for emacs-orgmode@gnu.org; Tue, 03 Dec 2013 05:04:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vnmpq-0006KY-5u for emacs-orgmode@gnu.org; Tue, 03 Dec 2013 05:04:15 -0500 Received: from mail-wg0-x235.google.com ([2a00:1450:400c:c00::235]:55408) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vnmpq-0006KS-0F for emacs-orgmode@gnu.org; Tue, 03 Dec 2013 05:04:06 -0500 Received: by mail-wg0-f53.google.com with SMTP id k14so10658927wgh.8 for ; Tue, 03 Dec 2013 02:04:05 -0800 (PST) In-Reply-To: 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: Iannis Zannos , emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi, Iannis Zannos writes: > I'd like to present my project Dynsite for orgmode here I just tested it. It is really cool. Thanks! =2D-=20 Konubinix GPG Key : 7439106A Fingerprint: 5993 BE7A DA65 E2D9 06CE 5C36 75D2 3CED 7439 106A --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (GNU/Linux) iQEcBAEBAgAGBQJSnayOAAoJEHXSPO10ORBq7QkH+gOTh7zLJa7DiVzQfvVRETLX rv5ST/wwLbPhe586v3OyivVgr1zun+3AqucdCbi5HaLMGWiElgPUpiSW7q1hF/zJ WV1QWIr9acdcVpU3FqMswC2r14Aa6am2rWOjILO6tstqI8FSgOjx7APd3synIsAh L7vwVDRkNC//dDc6kmQDnj9Q/6mCvD/lJkaZVBNXws27xNI0l+hTVL82a326FAzd OHf899VqktQB1F+HJRvufk0ba1xkkpHEKuiVj+j7Z0JeKljq+3rbkWToEjHwrOxZ tb1ulJSV6gJyKFGGQ+bWLBbFs0uynHcTe0Qjq7QVe6vSCGGUarRHBh2QB/Vi20g= =w7ew -----END PGP SIGNATURE----- --=-=-=--