diff options
author | Ludovic Courtès | 2013-02-25 23:15:09 +0100 |
---|---|---|
committer | Ludovic Courtès | 2013-02-25 23:15:09 +0100 |
commit | 468a30296d81e3c05a74714fc5c444a506493bdc (patch) | |
tree | 3fb1f73b8e2c206d09165e9104868e56802858c3 /web/index.skb | |
parent | cbddfe693932da1b93aee590ddae7d89d5f5dcc8 (diff) | |
download | skribilo-468a30296d81e3c05a74714fc5c444a506493bdc.tar.gz skribilo-468a30296d81e3c05a74714fc5c444a506493bdc.tar.lz skribilo-468a30296d81e3c05a74714fc5c444a506493bdc.zip |
web: Add link to Org-Mode paper.
* web/index.skb (Related Links): Add link to Org-Mode paper.
Diffstat (limited to 'web/index.skb')
-rw-r--r-- | web/index.skb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/index.skb b/web/index.skb index 7f01cf5..bb0218a 100644 --- a/web/index.skb +++ b/web/index.skb @@ -304,6 +304,11 @@ S-expressions), available in ,(guile [Guile 2.0]). The operator provides an interesting, purely functional approach to documentation transformation (not unlike XSLT, but with a real programming language).]) + (item [The ,(ref :url "http://www.jstatsoft.org/v46/i03/paper" +:text [Org-Mode paper about reproducible research]) introduces ideas +that can be usefully implemented in Skribilo: a Skribilo document can +embed executable code, and run it to include its results at compilation +time.]) (item [,(ref :url "http://okmij.org/ftp/Scheme/SXML.html" :text [SXML]), XML as S-expressions. Oleg Kiselyov's discussion of ,(ref :text [implementation strategies for a purely functional SXML |