Next: , Up: Publishing   [Index]


1.12.1 Configuration

org-publish-project-alist

Publishing is configured almost entirely through setting the value of one variable, called org-publish-project-alist.

Each element of the list configures one project. Projects are configured by specifying property values. An element may be in one of the two following forms:

  1. ("project-name" :property value :property value ...)’ a well-formed property list with alternating keys and values,
  2. ("project-name" :components ("project-name" "project-name" ...))’ the individual members of the ‘:components’ property are taken to be sub-projects, which group together files requiring different publishing options.
Project

A project defines the set of files that are to be published, as well as the publishing configuration to use when publishing those files.

Meta-project

All the components are also published, in the sequence given.