From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Re: Organize Your Life In Plain Text! Date: Wed, 13 May 2009 12:04:02 +0200 Message-ID: <87y6t1coa5.fsf@kassiopeya.MSHEIMNETZ> References: <87zldovowk.fsf@gollum.intra.norang.ca> <87bppxojos.fsf@gollum.intra.norang.ca> <4D5BC81A-63F1-49E3-87BB-21000C1C115B@gmail.com> <87y6t1mz0e.fsf@gollum.intra.norang.ca> 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 1M4BGJ-0005YC-TU for emacs-orgmode@gnu.org; Wed, 13 May 2009 06:00:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M4BGC-0005WZ-Vw for emacs-orgmode@gnu.org; Wed, 13 May 2009 06:00:29 -0400 Received: from [199.232.76.173] (port=43489 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M4BGC-0005WT-Oc for emacs-orgmode@gnu.org; Wed, 13 May 2009 06:00:24 -0400 Received: from mail.gmx.net ([213.165.64.20]:54612) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1M4BGC-0006Ji-3e for emacs-orgmode@gnu.org; Wed, 13 May 2009 06:00:24 -0400 In-Reply-To: <87y6t1mz0e.fsf@gollum.intra.norang.ca> (Bernt Hansen's message of "Wed, 13 May 2009 00:02:09 -0400") 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 I like the idea of publishing the sources. Shouldn't we do something like this on worg too? It's amazing to see the too files side by side - both perfectly readable - visible simplicity and a great source of examples for (potentially new) users. BTW: it would be real fun to tranform links for this purpose, so that visitors could browse the published org sources just like in emacs. We could as well this here [[http://repo.or.cz/w/Worg.git?a=blob;f=org-tutorials/org-publish-html-tutorial.org][Source of this file]] Maybe in the tutorial index (e.g.)? ... * Publishing org to html #+ATTR_HTML: title="See sources of that file (git repo on repo.or.cz)" [[http://repo.or.cz/w/Worg.git?a=blob;f=org-tutorials/org-publish-html-tutorial.org][(src)]] .... Sebastian Bernt Hansen writes: > 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