From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Randby Subject: Re: Customizing Org 8.0 Export Date: Tue, 21 May 2013 09:53:20 -0400 Message-ID: <519B7C50.3070403@gmail.com> References: <519AD5EE.6030108@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52923) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uen0L-0003uR-SZ for emacs-orgmode@gnu.org; Tue, 21 May 2013 09:53:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uen0H-0005Su-05 for emacs-orgmode@gnu.org; Tue, 21 May 2013 09:53:29 -0400 Received: from mail-ie0-x231.google.com ([2607:f8b0:4001:c03::231]:56623) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uen0G-0005Sk-RI for emacs-orgmode@gnu.org; Tue, 21 May 2013 09:53:24 -0400 Received: by mail-ie0-f177.google.com with SMTP id 9so1622340iec.36 for ; Tue, 21 May 2013 06:53:24 -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: John Hendy Cc: emacs-orgmode On 05/21/2013 01:25 AM, John Hendy wrote: > On May 20, 2013 9:03 PM, "Scott Randby" wrote: >> Is there any way to make all of org's variables available for >> customization on startup? >> > > Yes, see the original exporter announcement: > > http://article.gmane.org/gmane.emacs.orgmode/65574 > > Section 3.0 calls out two methods of setting available backends. I'm > guessing you are customizing org-export-backends vs (require 'ox-backend). > Try requiring the backend and all associated variables will be there on > startup. > > John Thanks for the solution. This is the second time in a row I've been referred to the original exporter announcement. I'm sorry that my questions are so basic, but I put off switching to 8.0 because my understanding of how org and Emacs work is not very deep and I know little elisp. Once I have things set up, I leave them alone and get to work. I'm very grateful to this list for helping me figure out things that, in hindsight, are obvious. Scott Randby