From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Horn Subject: Re: Re: Need help publishing subdirectories Date: Tue, 12 Oct 2010 12:41:14 -0400 Message-ID: References: <22513.1286897899@gamaville.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=44175 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5huy-0003YH-NS for emacs-orgmode@gnu.org; Tue, 12 Oct 2010 12:41:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P5hux-0000vG-ED for emacs-orgmode@gnu.org; Tue, 12 Oct 2010 12:41:36 -0400 Received: from mail-gx0-f169.google.com ([209.85.161.169]:34913) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P5hux-0000uw-Bt for emacs-orgmode@gnu.org; Tue, 12 Oct 2010 12:41:35 -0400 Received: by gxk27 with SMTP id 27so397131gxk.0 for ; Tue, 12 Oct 2010 09:41:34 -0700 (PDT) In-Reply-To: <22513.1286897899@gamaville.dokosmarshall.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: nicholas.dokos@hp.com Cc: Org-mode ml >> The relevant portion of my configuration is below. >> >> (setq org-publish-project-alist nil) >> (setq org-publish-project-alist >> =A0 =A0 =A0 '(("ftr-static" >> =A0 =A0 =A0 =A0 =A0:base-directory "~/org/ftr" >> =A0 =A0 =A0 =A0 =A0:base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|m= p3\\|ogg\\|swf" >> =A0 =A0 =A0 =A0 =A0:publishing-directory "~/Sites/FTR/" >> =A0 =A0 =A0 =A0 =A0:recursive t >> =A0 =A0 =A0 =A0 =A0:publishing-function (org-publish-attachment) >> =A0 =A0 =A0 =A0 =A0:table-of-contents nil >> =A0 =A0 =A0 =A0 =A0:todo-keywords nil >> =A0 =A0 =A0 =A0 =A0:section-numbers nil >> =A0 =A0 =A0 =A0 =A0:recursive t >> =A0 =A0 =A0 =A0 =A0) >> =A0 =A0 =A0 =A0 ("ftr-jeff" >> =A0 =A0 =A0 =A0 =A0:base-directory "~/org/ftr/jeff" >> =A0 =A0 =A0 =A0 =A0:base-extension "org" >> =A0 =A0 =A0 =A0 =A0:publishing-directory "~/Sites/FTR/jeff" >> =A0 =A0 =A0 =A0 =A0:recursive t >> =A0 =A0 =A0 =A0 =A0:publishing-function (org-publish-org-to-html org-pub= lish-org-to-org) >> =A0 =A0 =A0 =A0 =A0:htmlized-source >> =A0 =A0 =A0 =A0 =A0:table-of-contents nil >> =A0 =A0 =A0 =A0 =A0:todo-keywords nil >> =A0 =A0 =A0 =A0 =A0:section-numbers nil >> =A0 =A0 =A0 =A0 =A0:recursive t >> =A0 =A0 =A0 =A0 =A0) >> =A0 =A0 =A0 =A0 ("ftr" >> =A0 =A0 =A0 =A0 =A0:components ( "ftr-static" >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0"ftr-jeff" >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 ) >> =A0 =A0 =A0 =A0 =A0))) >> >> The table of contents and section number options are being ignored >> (possibly others). Any ideas? > > Isn't that what *should* happen if the :table-of-contents and :section-nu= mbers > options are set to nil? Sorry for the misunderstanding. What I meant to say was the options are being ignored, such that table of contents and section numbers are being used, as if these variables were set to non-nil. --=20 Jeffrey Horn Graduate Lecturer and PhD Student in Economics George Mason University (704) 271-4797 jhorn@gmu.edu jrhorn424@gmail.com