[emacs] remove Org html export related stuff
authorAmin Bandali <amin@gnu.org>
Wed, 22 Aug 2018 04:38:35 +0000 (00:38 -0400)
committerAmin Bandali <amin@gnu.org>
Wed, 22 Aug 2018 04:38:35 +0000 (00:38 -0400)
might want to bring some back later again

.gitmodules
init.org
lib/htmlize [deleted submodule]

index fd5579b..9d52507 100644 (file)
@@ -89,9 +89,6 @@
 [submodule "hlint-refactor"]
        path = lib/hlint-refactor
        url = git@github.com:mpickering/hlint-refactor-mode.git
-[submodule "htmlize"]
-       path = lib/htmlize
-       url = git@github.com:hniksic/emacs-htmlize.git
 [submodule "hydra"]
        path = lib/hydra
        url = git@github.com:abo-abo/hydra.git
index 6575a91..d7716ba 100644 (file)
--- a/init.org
+++ b/init.org
@@ -690,16 +690,8 @@ In short, my favourite way of life.
   :config
   (setq org-src-tab-acts-natively t
         org-src-preserve-indentation nil
-        org-edit-src-content-indentation 0
-        org-html-divs '((preamble  "header" "preamble")
-                        (content   "main"   "content")
-                        (postamble "footer" "postamble"))
-        org-html-doctype "html5"
-        org-html-html5-fancy t
-        org-html-postamble nil)
+        org-edit-src-content-indentation 0)
   :hook (org-mode . org-indent-mode))
-(use-package htmlize
-  :after org)
 (use-package org-notmuch
   :after (:any org notmuch))
 #+end_src
diff --git a/lib/htmlize b/lib/htmlize
deleted file mode 160000 (submodule)
index 315a8f2..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 315a8f23cfd3e87642ff9e30ae3300c7a84244d5