From 4c77c462cee5a86e1bc0c90dcbdec325177ec92e Mon Sep 17 00:00:00 2001 From: Marco Wahl Date: Tue, 27 Jan 2015 00:50:40 +0100 Subject: [PATCH 1/2] contrib/README: more precise doc about org-eww.el Actually using the same wording as for org-w3m.el now. --- contrib/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/README b/contrib/README index 128a94586..7204cc312 100644 --- a/contrib/README +++ b/contrib/README @@ -30,7 +30,7 @@ org-eldoc.el --- Eldoc documentation for SRC blocks org-elisp-symbol.el --- Org links to emacs-lisp symbols org-eval-light.el --- Evaluate in-buffer code on demand org-eval.el --- The tag, adapted from Muse -org-eww.el --- Store link to url of eww +org-eww.el --- Support link/copy/paste from eww to Org-mode org-expiry.el --- Expiry mechanism for Org entries org-export-generic.el --- Export framework for configurable backends org-git-link.el --- Provide org links to specific file version From a297692b1c4192548643cfd441368a168f69c7c8 Mon Sep 17 00:00:00 2001 From: Rasmus Date: Tue, 27 Jan 2015 03:27:33 +0100 Subject: [PATCH 2/2] ox-html: Remove extra HTML_HEAD, HTML_HEAD_EXTRA * ox-html.el (html): Fix typo. --- lisp/ox-html.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/ox-html.el b/lisp/ox-html.el index 5d229f804..7c2167930 100644 --- a/lisp/ox-html.el +++ b/lisp/ox-html.el @@ -114,8 +114,6 @@ (:html-link-use-abs-url nil "html-link-use-abs-url" org-html-link-use-abs-url) (:html-link-home "HTML_LINK_HOME" nil org-html-link-home) (:html-link-up "HTML_LINK_UP" nil org-html-link-up) - (:html-head "HTML_HEAD" nil org-html-head newline) - (:html-head-extra "HTML_HEAD_EXTRA" nil org-html-head-extra newline) (:html-container "HTML_CONTAINER" nil org-html-container-element) (:html-mathjax "HTML_MATHJAX" nil "" space) (:html-html5-fancy nil "html5-fancy" org-html-html5-fancy)