From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Proper syntax for org-reveal-* local variables? Date: Sun, 12 Apr 2015 18:26:53 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54138) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YhRHD-0002RE-FV for emacs-orgmode@gnu.org; Sun, 12 Apr 2015 19:26:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YhRHC-00057s-Dg for emacs-orgmode@gnu.org; Sun, 12 Apr 2015 19:26:55 -0400 Received: from mail-qk0-x22a.google.com ([2607:f8b0:400d:c09::22a]:33979) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YhRHC-00057o-97 for emacs-orgmode@gnu.org; Sun, 12 Apr 2015 19:26:54 -0400 Received: by qkgx75 with SMTP id x75so147615128qkg.1 for ; Sun, 12 Apr 2015 16:26:54 -0700 (PDT) In-Reply-To: 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: emacs-orgmode On Sun, Apr 12, 2015 at 6:04 PM, John Hendy wrote: > Hello, > > > Giving a first shot (at least in a while) with org-reveal and am > struggling a little with the options allowable in Reveal.initialize({ > }). The github repo readme discusses custom variables for this purpose > in the "Configure Plug-Ins" section: > - https://github.com/yjwen/org-reveal > > In hunting around, I'm not sure what they specific syntax should be? I've tried: > > > # -*- org-reveal-center: nil -*- (after my other #+options, etc. stuff) > > I also tried (at the end of the file): > > # Local Variables: > # org-reveal-center: nil > # End: This looks to have worked after all, though it required confirming allowing it. I had both a Local Variables section as well as #+bind and # -*- [...] -*- in my preamble. When I deleted those two lines, I used C-c C-c to refresh and it asked me to allow the Local Variables setting. In a quick re-skim of the documentation I find googling "org-mode 'Local Variables:'", I'm not seeing anything about C-c C-c. The closest I get is the org-mode man page for in-buffer settings, but it isn't obvious to me that local variables are in the same category from reading that. Am I looking in the wrong place? Best regards, John > > In checking the resultant .html output, the contents of > Reveal.initialize still contains =center: true,=, so something isn't > working properly. > > > Thanks for any suggestions, > John