* Section A ** Same Heading * Same Heading * Buffer settings :ARCHIVE:noexport: ** Publishing #+BEGIN_SRC emacs-lisp (require 'ox-publish) (setq org-publish-project-alist '(("org-notes" :base-directory "~/GTD/" :exclude ".*" :include ("sarad.org") :publishing-directory "~/GTD/" :publishing-function org-html-publish-to-html) ("org" :components ("org-notes")))) #+END_SRC #+RESULTS: | org-notes | :base-directory | ~/GTD/ | :exclude | .* | :include | (sarad.org) | :publishing-directory | ~/GTD/ | :publishing-function | org-html-publish-to-html | | org | :components | (org-notes) | | | | | | | | | ** Setup #+STARTUP: hidestars #+STARTUP: indent #+TITLE: Michaels ToDo-Liste