Next: , Up: Sample Configuration   [Contents][Index]


14.3.1 Example: simple publishing configuration

This example publishes a set of Org files to the ‘public_html’ directory on the local machine.

(setq org-publish-project-alist
      '(("org"
         :base-directory "~/org/"
         :publishing-directory "~/public_html"
         :section-numbers nil
         :table-of-contents nil
         :style "<link rel=\"stylesheet\"
                href=\"../other/mystyle.css\"
                type=\"text/css\"/>")))