emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] Make html export honor html-viewport option
@ 2015-07-19  3:08 Richard Hoskins
  2015-07-19  8:05 ` Nicolas Goaziou
  0 siblings, 1 reply; 7+ messages in thread
From: Richard Hoskins @ 2015-07-19  3:08 UTC (permalink / raw)
  To: emacs-orgmode

* ox-html.el (options-alist) Change html-viewport to honor
  html-viewport: option in org file.

Value of `html-viewport' is being checked by `org-html--build-meta-info',
but it could not be changed due to its `options-alist' entry.

TINYCHANGE
---
 lisp/ox-html.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/ox-html.el b/lisp/ox-html.el
index 17695f0..bb0c258 100644
--- a/lisp/ox-html.el
+++ b/lisp/ox-html.el
@@ -163,7 +163,7 @@
     (:html-use-infojs nil nil org-html-use-infojs)
     (:html-use-unicode-chars nil nil org-html-use-unicode-chars)
     (:html-validation-link nil nil org-html-validation-link)
-    (:html-viewport nil nil org-html-viewport)
+    (:html-viewport nil "html-viewport" org-html-viewport)
     (:html-inline-images nil nil org-html-inline-images)
     (:html-table-attributes nil nil org-html-table-default-attributes)
     (:html-table-row-tags nil nil org-html-table-row-tags)
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-07-20  9:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-19  3:08 [PATCH] Make html export honor html-viewport option Richard Hoskins
2015-07-19  8:05 ` Nicolas Goaziou
2015-07-19  8:34   ` Richard Hoskins
2015-07-19  8:52     ` Rasmus
2015-07-20  7:03       ` Nicolas Goaziou
2015-07-20  8:51         ` Rasmus
2015-07-20  9:43           ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).