From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [ELPA] New package: jami-bot and org-jami-bot Date: Fri, 12 Jan 2024 16:37:25 +0200 Message-ID: <83ply6ipne.fsf@gnu.org> References: <875y0i7e43.fsf@hoowl.se> <87y1cyqoso.fsf@posteo.net> <83r0inj9oi.fsf@gnu.org> <87y1cupw0g.fsf@localhost> <83y1cuirfc.fsf@gnu.org> <87il3yprkx.fsf@localhost> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12217"; mail-complaints-to="usenet@ciao.gmane.io" Cc: stefankangas@gmail.com, rms@gnu.org, philipk@posteo.net, hanno@hoowl.se, emacs-devel@gnu.org To: Ihor Radchenko Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jan 12 15:39:12 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rOIgh-0002xb-Os for ged-emacs-devel@m.gmane-mx.org; Fri, 12 Jan 2024 15:39:11 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rOIg1-0001Nx-G8; Fri, 12 Jan 2024 09:38:29 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rOIfz-0001NN-0P for emacs-devel@gnu.org; Fri, 12 Jan 2024 09:38:27 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rOIfx-0006kz-P9; Fri, 12 Jan 2024 09:38:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=9XX+gNlBgioA5EBM5hVQOqWFlgaEvCEZFjGvg5PxNrM=; b=IlYFNI2n9o14 vqfL44uqjih8veWd49XVIhcl+EHcAQZr8qWq/F324xd7yvLfLDa6aLWo6PeC42VitIvd3bHgPhAqo hf1KP7j6gQUmR+uyMl4Oumw7Pv44s3WVsycvh1mQBmtgk7WUrT0lw8vMPkwQ3NHZE62Yqrs+JewoQ vZK+7fa97b08N28vPIp3PmCy5sGF/1MqcprSrIzZy6GDjmp3Yy7yTPzqK9JMfDJFykVjrT1mqFmU2 sb0D+2jirOv9NN3nhR1AwVWDz4yEde1QNkoPaXFgxUQduMuvQs5BrVhLGRvMbTs1ScQFmGGkzHiia 6tcXat/n7cg4IMfYblLAJg==; In-Reply-To: <87il3yprkx.fsf@localhost> (message from Ihor Radchenko on Fri, 12 Jan 2024 14:13:50 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:314903 Archived-At: > From: Ihor Radchenko > Cc: stefankangas@gmail.com, rms@gnu.org, philipk@posteo.net, hanno@hoowl.se, > emacs-devel@gnu.org > Date: Fri, 12 Jan 2024 14:13:50 +0000 > > Eli Zaretskii writes: > > >> If someone writes a parser that can understand alternative, non-Org > >> markup of source files, and produce org-element-ast.el-compatible list > >> structure, most of the ox-* exporters should remain functional. > > > > It would be better to allow alternative data structures to be input to > > the export functionality, rather than expect other features to mimic > > the Org parser and its outputs. > > One way or another, there should be some structure to the parser output. > Org parser output is just a nested list. > org-element-ast.el defines the details of what can be inside that list - > independent of the details of Org markup, and compatible with the > existing ox-* implementations. I don't see org-element-ast.el in the Emacs tree, so I cannot see what kind of structures it defines.