From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: variable to publish .org source with project Date: Tue, 18 Aug 2009 13:37:17 -0400 Message-ID: <87fxbpaur6.fsf@gollum.intra.norang.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MdScd-0005DZ-Ur for emacs-orgmode@gnu.org; Tue, 18 Aug 2009 13:37:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MdSca-0005BL-J8 for emacs-orgmode@gnu.org; Tue, 18 Aug 2009 13:37:23 -0400 Received: from [199.232.76.173] (port=46882 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MdSca-0005BI-Ds for emacs-orgmode@gnu.org; Tue, 18 Aug 2009 13:37:20 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:49597) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MdSca-00035A-2i for emacs-orgmode@gnu.org; Tue, 18 Aug 2009 13:37:20 -0400 In-Reply-To: (Eric Schulte's message of "Tue\, 18 Aug 2009 10\:07\:58 -0600") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eric Schulte Cc: Org Mode "Eric Schulte" 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