From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Organize Your Life In Plain Text! Date: Wed, 13 May 2009 05:58:19 +0200 Message-ID: <4D5BC81A-63F1-49E3-87BB-21000C1C115B@gmail.com> References: <87zldovowk.fsf@gollum.intra.norang.ca> <87bppxojos.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M45br-0006ab-96 for emacs-orgmode@gnu.org; Tue, 12 May 2009 23:58:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M45bl-0006Zc-Tb for emacs-orgmode@gnu.org; Tue, 12 May 2009 23:58:21 -0400 Received: from [199.232.76.173] (port=47608 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M45bl-0006ZV-BI for emacs-orgmode@gnu.org; Tue, 12 May 2009 23:58:17 -0400 Received: from mail-ew0-f162.google.com ([209.85.219.162]:56374) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M45br-0005lo-Dm for emacs-orgmode@gnu.org; Tue, 12 May 2009 23:58:23 -0400 Received: by ewy6 with SMTP id 6so525536ewy.42 for ; Tue, 12 May 2009 20:58:22 -0700 (PDT) In-Reply-To: <87bppxojos.fsf@gollum.intra.norang.ca> 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: Bernt Hansen Cc: emacs-orgmode@gnu.org 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 - Carsten