contrib/lisp/: Add footer line to ox-deck.el and ox-s5.el

This commit is contained in:
Bastien Guerry 2013-03-15 16:52:46 +01:00
parent 6f5a6819f3
commit fba6a0031f
2 changed files with 4 additions and 0 deletions

View File

@ -557,3 +557,5 @@ publishing directory. Returns output file name."
(org-publish-org-to 'deck filename ".html" plist pub-dir))
(provide 'ox-deck)
;;; ox-deck.el ends here

View File

@ -405,3 +405,5 @@ Return output file name."
(org-publish-org-to 's5 filename ".html" plist pub-dir))
(provide 'ox-s5)
;;; ox-s5.el ends here