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 11:29:09 -0400 Message-ID: <519B92C5.1020402@gmail.com> References: <519AD5EE.6030108@gmail.com> <519B7C50.3070403@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]:57728) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UeoV6-0007qj-7U for emacs-orgmode@gnu.org; Tue, 21 May 2013 11:29:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UeoV0-0000b1-I3 for emacs-orgmode@gnu.org; Tue, 21 May 2013 11:29:20 -0400 Received: from mail-ie0-x236.google.com ([2607:f8b0:4001:c03::236]:36202) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UeoV0-0000aw-Aj for emacs-orgmode@gnu.org; Tue, 21 May 2013 11:29:14 -0400 Received: by mail-ie0-f182.google.com with SMTP id a14so1995197iee.41 for ; Tue, 21 May 2013 08:29:13 -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 10:48 AM, John Hendy wrote: > On Tue, May 21, 2013 at 8:53 AM, Scott Randby wrote: >> 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. > > No problem, and I wouldn't say it was *that* obvious :) I found this > document extremely helpful: > - http://orgmode.org/worg/org-8.0.html > > I also started (and should really update again/maintain!) this as a > landing place for documenting other things as they come up: > - http://orgmode.org/worg/exporters/ox-overview.html > > And have a blog post walking through setting things up here, if it helps: > - http://jwhendy.blogspot.com/2013/03/migrating-to-new-org-mode-exporter-org.html Thanks for these links. I have been to the org-8.0.html page before, but I only read part of it. If I would just read through all these nice pages, then there would be no problem setting things up. But my approach to Emacs and org is rather haphazard --- I pick up those things I need and ignore all the rest. My init.el file is a sorry mess. One of these days I'll go through everything methodically. > > > Good luck! We're all learning here, so no worries on the mailing list. > More things for Google to index for users stumbling on this after you! Yes, this list is great. I've asked simple questions on other lists and received nasty RTFM responses. > > > John > >> >> Scott Randby >