From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Re: Organize Your Life In Plain Text! Date: Wed, 13 May 2009 00:02:09 -0400 Message-ID: <87y6t1mz0e.fsf@gollum.intra.norang.ca> References: <87zldovowk.fsf@gollum.intra.norang.ca> <87bppxojos.fsf@gollum.intra.norang.ca> <4D5BC81A-63F1-49E3-87BB-21000C1C115B@gmail.com> 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 1M45fX-00079e-Oa for emacs-orgmode@gnu.org; Wed, 13 May 2009 00:02:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M45fU-00079R-5f for emacs-orgmode@gnu.org; Wed, 13 May 2009 00:02:11 -0400 Received: from [199.232.76.173] (port=40548 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M45fU-00079N-1B for emacs-orgmode@gnu.org; Wed, 13 May 2009 00:02:08 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:59500) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M45fZ-00065h-VO for emacs-orgmode@gnu.org; Wed, 13 May 2009 00:02:14 -0400 In-Reply-To: <4D5BC81A-63F1-49E3-87BB-21000C1C115B@gmail.com> (Carsten Dominik's message of "Wed\, 13 May 2009 05\:58\:19 +0200") 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: Carsten Dominik Cc: emacs-orgmode@gnu.org Carsten Dominik writes: > On May 13, 2009, at 3:50 AM, Bernt Hansen wrote: > >> Rick Moynihan writes: >> >>> Another comment (and this goes for many documents published in >>> org-mode) is that it would be nice if the HTML file could link to an >>> online copy of the raw org file. >> >> More thoughts along this line... >> >> The only downside of doing this automatically is if you >> include :noexport: tags or COMMENT on headlines to prevent export (say >> you have information you don't want out on the net. >> >> I wouldn't want the source file automatically published always. I'm >> like to be able to control that from some org-publish configuration. > > I guess it would be relatively easy to write a function > `org-publish-org-to-org' which would remove these sensitive > parts and could be used as as :publishing-function in a setup That works for me :) I prefer to post my source with the published files for most things -- my old publishing method (before switching to org-mode) used to do that (without the noexport options -- since it had no concept of not publishing everything). -Bernt