From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: Off for one week / Help on Org's manual and Worg's org-8.0.org page Date: Mon, 25 Mar 2013 11:59:37 +0100 Message-ID: <51502E19.9020509@online.de> References: <87a9psez9q.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42527) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK584-0001XH-6d for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 06:59:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UK57x-0005Px-Uz for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 06:59:52 -0400 Received: from moutng.kundenserver.de ([212.227.126.171]:53994) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK57x-0005PL-Jk for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 06:59:45 -0400 In-Reply-To: <87a9psez9q.fsf@bzg.ath.cx> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: emacs-orgmode@gnu.org Am 25.03.2013 08:04, schrieb Bastien: > Dear all, > > I put a stab at updating Org's manual to reflect some of the changes > triggered by the new export engine and the new export back-ends. > > This is far from being finished, though -- we need your help. > > You can help by editing Worg's page org-8.0.org: > > http://orgmode.org/worg/org-8.0.html > > If you don't have write access to Worg, you can still send patches > against Worg's repository, someone will review/apply them: > > ~$ git clone git://orgmode.org/worg.git > > You can also help by pointing at inconsistencies in the manual and > sending patches to fix them. > > If you don't have write access to Org, you can still send patches > against Org's repository, someone will review/apply them: > > ~$ git clone git://orgmode.org/org-mode.git > > Last but not least, I started a draft for the list of Changes in 8.0: > http://orgmode.org/Changes.html > > Please explore this and test new features heavily. > > Updating the Worg page and the manual are crucial tasks: the better we > are here, the smoother it will be for tons of users to switch to Org > 8.0 -- a *major* challenge... let's be collectively proud of helping > all those silent users! > > I'll be offline most of the time this week. I will fix some of the > remaining bugs next week-end and, most probably, next week. If you > have important issues, please mark them as important. > > Thanks!! > Hi, current revision does not compile docs without errors. make -C doc info make[1]: Entering directory `/cygdrive/c/Users/rainer/AppData/Roaming/.emacs.d/org/doc' makeinfo --no-split org.texi -o org org.texi:10088: Kein übereinstimmendes „@end table“. makeinfo: Entferne Ausgabedatei „org“ wegen Fehler; --force benutzen, um diese beizubehalten. Makefile:55: recipe for target `org' failed make[1]: *** [org] Error 1 make[1]: Leaving directory `/cygdrive/c/Users/rainer/AppData/Roaming/.emacs.d/org/doc' mk/targets.mk:121: recipe for target `info' failed make: *** [info] Error 2 Regards, Rainer