"Eric Schulte" <schulte.e...@gmail.com> writes: > Is there a variable or setting which will enable the publishing of .org > source files alongside the generated .html files when I publish a series > of pages to the web using org-publish-project?
Yes :) I have the following in my org-publish-project-alist :publishing-function (org-publish-org-to-html org-publish-org-to-org) The org-publish-org-to-org generates two files - a .org.html which is org source with colouring and the .org.org file which is RAW. Both of these files have subtrees marked with noexport stripped out of them. -Bernt _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode