Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

Commit

Permalink
Print versions.
Browse files Browse the repository at this point in the history
Signed-off-by: Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>
  • Loading branch information
Sébastien Gross authored and Sébastien Gross committed Mar 26, 2012
1 parent 54169cd commit ec1ac2d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion sample-init.el
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org> ;; Author: Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>
;; Keywords: emacs, ;; Keywords: emacs,
;; Created: 2012-03-20 ;; Created: 2012-03-20
;; Last changed: 2012-03-21 00:44:39 ;; Last changed: 2012-03-26 16:36:31
;; Licence: WTFPL, grab your copy here: http://sam.zoy.org/wtfpl/ ;; Licence: WTFPL, grab your copy here: http://sam.zoy.org/wtfpl/


;; This file is NOT part of GNU Emacs. ;; This file is NOT part of GNU Emacs.
Expand Down Expand Up @@ -40,6 +40,11 @@
(add-to-list 'load-path (format "%s/.emacs.d/org-mode/contrib/lisp" d)) (add-to-list 'load-path (format "%s/.emacs.d/org-mode/contrib/lisp" d))
(add-to-list 'load-path (format "%s/.emacs.d/o-blog" d)) (add-to-list 'load-path (format "%s/.emacs.d/o-blog" d))
(require 'o-blog) (require 'o-blog)
(print
(concat
(emacs-version) "\n"
(org-version) "\n"
(o-blog-version) "\n"))
(find-file sample) (find-file sample)
(org-publish-blog sample) (org-publish-blog sample)
(kill-emacs))) (kill-emacs)))

0 comments on commit ec1ac2d

Please sign in to comment.