The first commit adds a footer ";;; org-jekyll.el ends here" so I could use package-install-file (or package-install-from-buffer) to install the package.
The second commit is a minor rewrite of the header, to bring it inline with the guidelines in "Packaging" in the emacs 24 elisp reference manual - not sure if you have this handy but the source for that section is here:
The first commit adds a footer ";;; org-jekyll.el ends here" so I could use package-install-file (or package-install-from-buffer) to install the package.
The second commit is a minor rewrite of the header, to bring it inline with the guidelines in "Packaging" in the emacs 24 elisp reference manual - not sure if you have this handy but the source for that section is here:
http://bzr.savannah.gnu.org/lh/emacs/trunk/annotate/head:/doc/lispref/package.texi
I also added autoload magic comments so package-install-file creates an autoload definitions.