From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Proper syntax for org-reveal-* local variables? Date: Sun, 12 Apr 2015 18:04:52 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51396) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YhQvt-0004il-QR for emacs-orgmode@gnu.org; Sun, 12 Apr 2015 19:04:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YhQvt-0005lt-0V for emacs-orgmode@gnu.org; Sun, 12 Apr 2015 19:04:53 -0400 Received: from mail-vn0-x22b.google.com ([2607:f8b0:400c:c0f::22b]:40838) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YhQvs-0005li-Rt for emacs-orgmode@gnu.org; Sun, 12 Apr 2015 19:04:52 -0400 Received: by vnbg62 with SMTP id g62so14668019vnb.7 for ; Sun, 12 Apr 2015 16:04:52 -0700 (PDT) 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 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: 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