* Hello world This is a test. #+begin_comment Local Variables: org-publish-project-alist: (("test-project" :components ("test-component")) ("test-component" :auto-sitemap t :base-directory "." :base-extension "org" :publishing-function org-html-publish-to-html :publishing-directory "public" :sitemap-format-entry (lambda (entry sitemap-style project) (let* ((title (org-publish-find-title entry project)) (date (org-publish-find-date entry project)) (date-s (format-time-string "%Y-%m-%d" date))) (format (concat "Without italics: [[./%s][%s]], @@html:@@%s@@html:@@" " -- " "With italics: [[./%s][%s]], @@html@@a:@@:@@%s@@html@@a:@@:@@") entry title date-s entry title date-s))))) End: #+end_comment