Hi
I have been trying out 'publish projects' in org mode. It works perfectly (following the instructions on Sebastian's tutorial), but I have a very basic question - The tutorial describes putting
(require 'org-publish)into the *scratch* buffer, followed by C-x C-e two times. Other than re-entering all the "org-publish-project-alist" info each time I publish to HTML, where does this code go -
(setq org-publish-project-alist
'(
;; ... add all the components here (see below)...
))