This commit is contained in:
Bob Mottram 2014-04-27 20:23:34 +01:00
parent 712a8bd0ad
commit 6ceb56ade7

View File

@ -130,7 +130,7 @@ def jargonToOrgMode(orgFilename, entries, version, publishername):
fp = open(orgFilename,'w')
fp.write("#+TITLE: The Jaqrgon File\n")
fp.write("#+TITLE: The Jargon File\n")
fp.write("#+VERSION " + version + "\n")
fp.write("#+OPTIONS: ^:nil\n")
fp.write("#+STYLE: <link rel=\"stylesheet\" type=\"text/css\" href=\"index.css\" />\n\n")