org: do not define the viewport twice

* doc/org/.dir-locals.el.in, doc/org/init.el.in: Do not set the
viewport, org already does it.
This commit is contained in:
Alexandre Duret-Lutz 2018-07-05 13:54:21 +02:00
parent db19141f7a
commit 2616ea7c80
2 changed files with 2 additions and 2 deletions

View file

@ -114,7 +114,7 @@
:sitemap-title "Sitemap for Spot"
:sitemap-function spot-publish-sitemap
:publishing-function org-html-publish-to-html
:html-head "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<link rel=\"stylesheet\" type=\"text/css\" href=\"spot.css\" />"
:html-head "<link rel=\"stylesheet\" type=\"text/css\" href=\"spot.css\" />"
:auto-preamble t)
("spot-static"
:base-directory "@abs_top_srcdir@/doc/org/"