From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Hoskins Subject: Re: [PATCH] Make html export honor html-viewport option Date: Sun, 19 Jul 2015 04:34:09 -0400 Message-ID: References: <87615gvag6.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47309) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGk35-00014t-W3 for emacs-orgmode@gnu.org; Sun, 19 Jul 2015 04:34:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZGk30-00026E-BQ for emacs-orgmode@gnu.org; Sun, 19 Jul 2015 04:34:15 -0400 Received: from mail-vn0-f47.google.com ([209.85.216.47]:36838) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGk30-00025R-8G for emacs-orgmode@gnu.org; Sun, 19 Jul 2015 04:34:10 -0400 Received: by vnk197 with SMTP id 197so13936695vnk.3 for ; Sun, 19 Jul 2015 01:34:09 -0700 (PDT) In-Reply-To: <87615gvag6.fsf@nicolasgoaziou.fr> 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: Richard Hoskins , emacs-orgmode@gnu.org 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. I'll try using the BIND keyword. Thanks.