juanre / org-jekyll

Export jekyll posts from org-mode
http://juanreyero.com/open/org-jekyll/
59 stars 11 forks source link

Formatted for package manager in Emacs 24. #2

Closed mrc closed 13 years ago

mrc commented 13 years ago

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.

juanre commented 13 years ago

I pulled from you, thank you very much!

Best,

jm

mrc commented 13 years ago

No worries, thanks for writing it!