aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2018-05-24 11:56:57 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2018-05-24 11:56:57 +0200
commit5770cd20e012043590689286ac1d584f757e2627 (patch)
tree80a214fdae81b7848e8e208f890f6e428d2b8acb /emacs
parente1ee1f6494ced9669207d5735989607ebe61142a (diff)
downloaddotfiles-5770cd20e012043590689286ac1d584f757e2627.tar.gz
dotfiles-5770cd20e012043590689286ac1d584f757e2627.zip
emacs: removed html generation on init.org
It has not been working for quite some time and I don't know why... Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.org3
1 files changed, 0 insertions, 3 deletions
diff --git a/emacs/init.org b/emacs/init.org
index d354143..f710b68 100644
--- a/emacs/init.org
+++ b/emacs/init.org
@@ -1,8 +1,6 @@
#+TITLE: mssola's GNU Emacs configuration
#+AUTHOR: Miquel Sabaté Solà
#+EMAIL: mikisabate@gmail.com
-#+HTML_HEAD: <link rel="stylesheet" href="http://jo.mssola.com/static/style.css" type="text/css" />
-#+HTML_HEAD: <link rel="stylesheet" href="http://jo.mssola.com/static/org.css" type="text/css" />
#+BABEL: :cache yes
#+PROPERTY: header-args :tangle ~/.emacs.d/init.el
@@ -58,7 +56,6 @@ on each change, the following function is provided:
;; Avoid running hooks when tangling
(let ((prog-mode-hook nil))
(org-babel-tangle)
- (org-html-export-to-html)
(byte-compile-file (concat user-emacs-directory "init.el")))))
(add-hook 'after-save-hook 'tangle-init)