From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-protocol documentation Date: Wed, 21 Jun 2017 21:12:21 +0200 Message-ID: <8760fp9mui.fsf@nicolasgoaziou.fr> References: <68E12968-9AF5-440A-B22C-AC55B70BA910@schnuddelhuddel.de> <87k248b6p8.fsf@nicolasgoaziou.fr> <7C76EDC3-CC7E-4AFE-B45B-867752C1B33A@schnuddelhuddel.de> <87a8519rlg.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46471) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dNl3G-0000sq-1Z for emacs-orgmode@gnu.org; Wed, 21 Jun 2017 15:12:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dNl3F-0002Wp-98 for emacs-orgmode@gnu.org; Wed, 21 Jun 2017 15:12:30 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:39819) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dNl3F-0002W1-3K for emacs-orgmode@gnu.org; Wed, 21 Jun 2017 15:12:29 -0400 In-Reply-To: (Mario Martelli's message of "Wed, 21 Jun 2017 20:58:37 +0200") 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" To: Mario Martelli Cc: emacs-orgmode@gnu.org Mario Martelli writes: >> However, AFAIU, this change is about orgmanual.org, which is an outdated >> copy of the official manual in contrib/. > > Well, I thought I could begin with an easy task for my first contribution :) > >> Could you modify "org.texi" in doc/ directory instead? > > This will take a while, I assume. Although pandoc did a terrific job, there is some additional work to do. I'm not sure why is pandoc needed here. Org can export to Texinfo format, if needed. Also, if the syntax is not quite right, no worries, we'll fix it. Regards,