From e453a261a73c04fbae759ccdd192d03c3978c960 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Mon, 8 Jun 2015 21:48:26 -0700 Subject: [PATCH] ox-html: Reorder output of meta data in head * lisp/ox-html.el (org-html--build-meta-info): Charset and viewport meta data should come first in `head'. Only reordered output, no other code changes. See, for example: - https://code.google.com/p/doctype-mirror/wiki/MetaCharsetAttribute - http://getbootstrap.com/getting-started/#template TINYCHANGE --- lisp/ox-html.el | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/lisp/ox-html.el b/lisp/ox-html.el index 75c6993bd..d50ff5e01 100644 --- a/lisp/ox-html.el +++ b/lisp/ox-html.el @@ -1701,7 +1701,6 @@ INFO is a plist used as a communication channel." 'mime-charset)) "iso-8859-1"))) (concat - (format "%s\n" title) (when (plist-get info :time-stamp-file) (format-time-string (concat "