Rasmus <ras...@gmx.us> writes: > Richard Hoskins <r...@walnutbeach.com> writes: > >> On Sun, Jul 19, 2015 at 4:05 AM, Nicolas Goaziou <m...@nicolasgoaziou.fr> >> wrote: >>> It can already be changed by customizing `org-html-viewport'. I don't >>> think it is useful to change it through OPTIONS keywords, as your patch >>> suggest, since the value is a bit complicated. >>> >>> You may change it document wise using a BIND keyword. >> >> You can't set it to nil through customize. I was trying to export html >> without the viewport meta tags. Setting the customize variables to nil >> just resulted in bogus viewport values. > > You are right you cannot set it to nil via Customize. If you do > (setq org-html-viewport nil) > you will not get a viewport.
I think we could offer the option to set it to nil via Customize. WDYT? Regards,