From: Peng Li Date: Sat, 11 Mar 2017 13:00:11 +0000 (+0800) Subject: emacs - add blog.el X-Git-Url: http://47.100.26.94:8080/?a=commitdiff_plain;h=079a5db7d5f9c33620d67e189d9b88b4b0ee240b;p=dotfiles.git emacs - add blog.el --- diff --git a/emacs.d/config.org b/emacs.d/config.org index df87ab3..7a0fe06 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -1181,6 +1181,13 @@ Also correct the face of =org-meta-line= in =org-table= #+END_SRC ** Org Blog +#+BEGIN_SRC perl + print `curl https://raw.githubusercontent.com/seudut/blog/master/blog.el -o ./elisp/blog.el`; +#+END_SRC + +#+RESULTS: +: 1 + Refer to [[http://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html][org-publish-html-tutorial]], and [[https://ogbe.net/blog/blogging_with_org.html][blogging_with_org]] #+BEGIN_SRC emacs-lisp :tangle yes :results silent ;; (require 'ox-publish)