Skip to content

Instantly share code, notes, and snippets.

@eschulte
Created June 17, 2010 05:52
Show Gist options
  • Save eschulte/441734 to your computer and use it in GitHub Desktop.
Save eschulte/441734 to your computer and use it in GitHub Desktop.
(html
[:head [:title "Org-server"]]
[:body
[:center
[:h2 "Org-server"]
[:p
"Generate pdf documents from existing templates or from new raw
Org-mode files."]
[:p
(form-to [:POST "/upload"]
[:p (label :org-upload "upload org-mode file")]
[:p (file-upload "org-mode-file")]
[:P (submit-button "upload")])]]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment