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: Org mode and Emacs Date: Wed, 23 Aug 2023 21:18:58 +0300 Message-ID: <83v8d5r59p.fsf@gnu.org> References: <87y1u8b1gj.fsf@gmail.com> <8735cgot9x.fsf@gnu.org> <83leq7naql.fsf@gnu.org> <86o7v3ryan.fsf@gmail.com> <87wn9qfyv6.fsf@gnu.org> <87r0zy63u3.fsf@localhost> <87h70ufwr1.fsf@gnu.org> <87o7j48eg9.fsf@localhost> <83ttsw2oeb.fsf@gnu.org> <87lee889ta.fsf@localhost> <87msyi6qk7.fsf@localhost> <87bkey6n0s.fsf@yandex.com> <877cpm2et8.fsf@localhost> <87r0nt7wkw.fsf@yahoo.com> <87zg2h65j9.fsf@yandex.com> <87r0nt1whs.fsf@localhost> <83wmxlr61h.fsf@gnu.org> <87o7ix1vit.fsf@localhost> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18194"; mail-complaints-to="usenet@ciao.gmane.io" Cc: m43cap@yandex.com, luangruo@yahoo.com, rms@gnu.org, bzg@gnu.org, yantar92@gmail.com, theophilusx@gmail.com, emacs-devel@gnu.org To: Ihor Radchenko Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Aug 23 20:19:39 2023 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 1qYsSB-0004Vq-Go for ged-emacs-devel@m.gmane-mx.org; Wed, 23 Aug 2023 20:19:39 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qYsRZ-00084J-51; Wed, 23 Aug 2023 14:19:01 -0400 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 1qYsRH-0007xy-A4 for emacs-devel@gnu.org; Wed, 23 Aug 2023 14:18:44 -0400 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 1qYsRG-0006SL-OA; Wed, 23 Aug 2023 14:18:42 -0400 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=kj6I47uJ7kTxZz8Nd2UCPNfpjIrKupPshBkXleWi+Gs=; b=OAVm2prHLclE zEyV1tnrmWCY7N+20OLRSHNVQeinEKcGVCMxMtKthp6MhxVjT/NlusYi6Kds3VYXMxD/x7Voe+j38 R8Ned0U3843MaFk8Q8b7NJtv7f3Ko6kejFNLYGG2mHd3WX+ufvhLE2xe5Lz/KZgTuk2yKGFXzZTyX 1FnQtls+6n59qQDxxbbpQl13fINisW6nFj6cAmVynIdM4pmrhhiH0D161/fdeITstnCVX2pDM6f86 sUYX+eSyL3ZlJHx+VhD+m7hd77nB2MNDHija6ohodfBWqc2sBBauXQDJaBlsFl5Z1RulTgYUfT6Oj 0ozeNe+VdWikYl1lFaz3MA==; In-Reply-To: <87o7ix1vit.fsf@localhost> (message from Ihor Radchenko on Wed, 23 Aug 2023 18:08:42 +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:309143 Archived-At: > From: Ihor Radchenko > Cc: m43cap@yandex.com, luangruo@yahoo.com, rms@gnu.org, bzg@gnu.org, > yantar92@gmail.com, theophilusx@gmail.com, emacs-devel@gnu.org > Date: Wed, 23 Aug 2023 18:08:42 +0000 > > Eli Zaretskii writes: > > >> On Org side, Org allows fine-tuned configuration of export for each > >> individual export target. And generating parts of the manuals > >> programmatically. AFAIK, this is not easily possible in Texinfo. > > > > Yes, it is. At least the separate configuration part. See the > > section "Customization Variables" and its sub-sections in the Texinfo > > manual. > > I did not mean variables affecting all the output. I meant more > fine-grained staff, like direct html/latex/odt/... snippets only > embedded when exporting to html/latex/odt/... > > For example, see https://orgmode.org/manual/Quoting-LaTeX-code.html or > https://orgmode.org/manual/Quoting-HTML-tags.html Sorry, I don't understand what that means, even after looking at the URLs. "Direct snippets only embedded" I cannot parse, sorry.