From 5770cd20e012043590689286ac1d584f757e2627 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 24 May 2018 11:56:57 +0200 Subject: emacs: removed html generation on init.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It has not been working for quite some time and I don't know why... Signed-off-by: Miquel Sabaté Solà --- emacs/init.org | 3 --- 1 file changed, 3 deletions(-) (limited to 'emacs') 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: -#+HTML_HEAD: #+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) -- cgit v1.2.3