From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Burtzlaff Subject: Re: Browsing worg Date: Fri, 30 Jul 2010 23:02:07 +0200 Message-ID: <87ocdoznsg.fsf@gmx.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=46111 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OewiL-0002wM-C2 for emacs-orgmode@gnu.org; Fri, 30 Jul 2010 17:01:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OewiK-0005U7-2H for emacs-orgmode@gnu.org; Fri, 30 Jul 2010 17:01:57 -0400 Received: from mailout-de.gmx.net ([213.165.64.23]:55321 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OewiJ-0005Td-Kd for emacs-orgmode@gnu.org; Fri, 30 Jul 2010 17:01:56 -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? Sure, the html version of worg is generated from org files. Just clone the repository with: git clone http://repo.or.cz/r/Worg.git and browse through the .org files. Have a look here for additional information on how to contribute to worg: http://orgmode.org/worg/worg-git.php HTH Andreas > > Thanks for any responses.