From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Nicolas Goaziou Newsgroups: gmane.emacs.devel Subject: Re: Using Org as the source format to generate org.texi Date: Sat, 10 Mar 2018 22:26:40 +0100 Message-ID: <87371762r3.fsf@nicolasgoaziou.fr> References: <878tb5axms.fsf@bzg.fr> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1520717579 31989 195.159.176.226 (10 Mar 2018 21:32:59 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 10 Mar 2018 21:32:59 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) Cc: Stefan Monnier , emacs-devel@gnu.org To: Richard Stallman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 10 22:32:55 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eum6m-00089L-5W for ged-emacs-devel@m.gmane.org; Sat, 10 Mar 2018 22:32:52 +0100 Original-Received: from localhost ([::1]:52029 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eum8p-0004J1-2A for ged-emacs-devel@m.gmane.org; Sat, 10 Mar 2018 16:34:59 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49139) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eum0u-0005qL-Ot for emacs-devel@gnu.org; Sat, 10 Mar 2018 16:26:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eum0r-0004Aw-MV for emacs-devel@gnu.org; Sat, 10 Mar 2018 16:26:48 -0500 Original-Received: from relay3-d.mail.gandi.net ([217.70.183.195]:50126) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eum0r-0004AI-Fu; Sat, 10 Mar 2018 16:26:45 -0500 Original-Received: from saiph (00004301b9b410f39366077e.ipv6.commingeshautdebit.fr [IPv6:2a03:a0a0:0:4301:b9b4:10f3:9366:77e]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 69DBBA80C7; Sat, 10 Mar 2018 22:26:41 +0100 (CET) Original-Received: from ngz by saiph with local (Exim 4.89) (envelope-from ) id 1eum0m-0005Zq-Nj; Sat, 10 Mar 2018 22:26:40 +0100 In-Reply-To: (Richard Stallman's message of "Wed, 07 Mar 2018 17:57:17 -0500") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.183.195 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:223600 Archived-At: Hello, Richard Stallman writes: > Can Org express all the constructs of Texinfo? Not out of the box. However, it provides mechanisms to extend its syntax. For example, although there is no equivalent to @kbd{...} in Org, "org-manual.org" defines a new construct, {{{kbd(...)}}}, which expands to @kbd{...}. Also, it is possible to write raw Texinfo in an Org buffer. Regards, -- Nicolas Goaziou