From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] Make html export honor html-viewport option Date: Mon, 20 Jul 2015 09:03:49 +0200 Message-ID: <87egk32tuy.fsf@nicolasgoaziou.fr> References: <87615gvag6.fsf@nicolasgoaziou.fr> <87zj2sil6u.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52420) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZH55e-0006qz-NQ for emacs-orgmode@gnu.org; Mon, 20 Jul 2015 03:02:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZH55d-0007PH-SH for emacs-orgmode@gnu.org; Mon, 20 Jul 2015 03:02:18 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:49886) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZH55d-0007Om-M9 for emacs-orgmode@gnu.org; Mon, 20 Jul 2015 03:02:17 -0400 In-Reply-To: <87zj2sil6u.fsf@gmx.us> (rasmus@gmx.us's message of "Sun, 19 Jul 2015 10:52:09 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rasmus Cc: emacs-orgmode@gnu.org Rasmus writes: > Richard Hoskins writes: > >> On Sun, Jul 19, 2015 at 4:05 AM, Nicolas Goaziou 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,