From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Davison Subject: Re: Browsing worg Date: Fri, 30 Jul 2010 16:38:36 -0400 Message-ID: <8762zwwvqr.fsf@stats.ox.ac.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=60496 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OewLs-0005fx-DL for emacs-orgmode@gnu.org; Fri, 30 Jul 2010 16:38:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OewLp-00020h-BC for emacs-orgmode@gnu.org; Fri, 30 Jul 2010 16:38:42 -0400 Received: from markov.stats.ox.ac.uk ([163.1.210.1]:43023) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OewLp-00020B-4o for emacs-orgmode@gnu.org; Fri, 30 Jul 2010 16:38:41 -0400 In-Reply-To: (suvayu ali's message of "Fri, 30 Jul 2010 12:16:56 -0700") 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: suvayu ali Cc: org-mode mailing list suvayu ali writes: > Hi everyone, > > I am new to org-mode. I was wondering if there was any way to browse > worg content other than with a web browser. It would be really > convenient if I could do it within emacs, maybe as info pages or .org > files? Hi Suvayu, Absolutely. Make your own read-only clone of Worg with git clone http://repo.or.cz/r/Worg.git See this page for full details: http://orgmode.org/worg/worg-git.php Also note that the org-mode source documents are also obtainable at http://orgmode.org/worg/sources/ but I recommend using git to clone Worg locally. Dan > > Thanks for any responses.