Next: Complex example, Up: Sample Configuration [Contents][Index]
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\"/>")))