diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-03-16 01:29:27 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-03-16 02:41:59 -0400 |
commit | 697d335ec491ec48e3cec0d59d15e839b0f22dec (patch) | |
tree | c68ed591357e028fc612ebfc03a4f17423c40922 /readme-to-ascii.el | |
parent | 606f7b501a60afe2f6c135acb0ce9974eb9b991c (diff) | |
download | bog-697d335ec491ec48e3cec0d59d15e839b0f22dec.tar.gz |
DOC: Switch bog-readme.org export to markdown
Diffstat (limited to 'readme-to-ascii.el')
-rw-r--r-- | readme-to-ascii.el | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/readme-to-ascii.el b/readme-to-ascii.el deleted file mode 100644 index 2979d88..0000000 --- a/readme-to-ascii.el +++ /dev/null @@ -1,12 +0,0 @@ -(defvar org-location "~/src/emacs/org-mode/lisp") - -(when (and org-location (file-exists-p org-location)) - (add-to-list 'load-path org-location) - (require 'org)) - -(let ((readme-file "bog-readme.org") - exported-file - (final-file "README")) - (with-current-buffer (find-file-noselect readme-file) - (setq exported-file (org-ascii-export-to-ascii))) - (rename-file exported-file final-file t)) |