From: Jeff Horn <jrhorn424@gmail.com>
To: nicholas.dokos@hp.com
Cc: Org-mode ml <emacs-orgmode@gnu.org>
Subject: Re: Re: Need help publishing subdirectories
Date: Tue, 12 Oct 2010 12:41:14 -0400 [thread overview]
Message-ID: <AANLkTinPyWLYs+N3zZGFoMJwGvLn0W=Hoz7e0NUR6x21@mail.gmail.com> (raw)
In-Reply-To: <22513.1286897899@gamaville.dokosmarshall.org>
>> The relevant portion of my configuration is below.
>>
>> (setq org-publish-project-alist nil)
>> (setq org-publish-project-alist
>> '(("ftr-static"
>> :base-directory "~/org/ftr"
>> :base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf"
>> :publishing-directory "~/Sites/FTR/"
>> :recursive t
>> :publishing-function (org-publish-attachment)
>> :table-of-contents nil
>> :todo-keywords nil
>> :section-numbers nil
>> :recursive t
>> )
>> ("ftr-jeff"
>> :base-directory "~/org/ftr/jeff"
>> :base-extension "org"
>> :publishing-directory "~/Sites/FTR/jeff"
>> :recursive t
>> :publishing-function (org-publish-org-to-html org-publish-org-to-org)
>> :htmlized-source
>> :table-of-contents nil
>> :todo-keywords nil
>> :section-numbers nil
>> :recursive t
>> )
>> ("ftr"
>> :components ( "ftr-static"
>> "ftr-jeff"
>> )
>> )))
>>
>> 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-numbers
> 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.
--
Jeffrey Horn
Graduate Lecturer and PhD Student in Economics
George Mason University
(704) 271-4797
jhorn@gmu.edu
jrhorn424@gmail.com
next prev parent reply other threads:[~2010-10-12 16:41 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-12 3:59 Need help publishing subdirectories Jeff Horn
2010-10-12 5:29 ` Jeff Horn
2010-10-12 15:29 ` Jeff Horn
2010-10-12 15:38 ` Nick Dokos
2010-10-12 16:41 ` Jeff Horn [this message]
2010-10-12 17:24 ` Nick Dokos
2010-10-12 17:42 ` Jeff Horn
2010-10-12 18:10 ` Nick Dokos
2010-10-13 4:24 ` Jeff Horn
2010-10-13 15:23 ` Jeff Horn
2010-10-13 18:02 ` Jeff Horn
2010-10-14 6:12 ` Nick Dokos
2010-10-14 11:53 ` Jeff Horn
2010-10-14 7:30 ` Carsten Dominik
2010-10-12 18:13 ` Nick Dokos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='AANLkTinPyWLYs+N3zZGFoMJwGvLn0W=Hoz7e0NUR6x21@mail.gmail.com' \
--to=jrhorn424@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=nicholas.dokos@hp.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.