From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Moynihan Subject: Re: Re: Organize Your Life In Plain Text! Date: Wed, 13 May 2009 11:15:00 +0100 Message-ID: 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> <87y6t1coa5.fsf@kassiopeya.MSHEIMNETZ> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M4BUm-0001AW-9T for emacs-orgmode@gnu.org; Wed, 13 May 2009 06:15:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M4BUh-0001AH-To for emacs-orgmode@gnu.org; Wed, 13 May 2009 06:15:27 -0400 Received: from [199.232.76.173] (port=43374 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M4BUh-0001AE-N1 for emacs-orgmode@gnu.org; Wed, 13 May 2009 06:15:23 -0400 Received: from mail-ew0-f162.google.com ([209.85.219.162]:36589) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M4BUh-0000Se-4P for emacs-orgmode@gnu.org; Wed, 13 May 2009 06:15:23 -0400 Received: by ewy6 with SMTP id 6so676027ewy.42 for ; Wed, 13 May 2009 03:15:22 -0700 (PDT) In-Reply-To: <87y6t1coa5.fsf@kassiopeya.MSHEIMNETZ> 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: Sebastian Rose Cc: Bernt Hansen , emacs-orgmode@gnu.org 2009/5/13 Sebastian Rose : > > 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. Agreed... The only reason I didn't mention worg, is because it's already available to me via the git-repo, but lowering the barriers to entry and having it more easily web accessible will doubtless help bring more people up to speed with org-mode. One other thing that might be nice is to supply two copies of the org-mode files... The first as htmlized output of the org file with emacs syntax highlighting, and the second RAW plain text for easy download/copy/pasting etc... I recently discovered Phil Hagelberg's scpaste.el, which does just this; and scp's the files to a web-accessible host. I made some minor mods so it would also export the RAW file. Example output & my modified scpaste.el is available here: http://sourcesmouth.co.uk/paste/ R.