From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id WGefFB82KGM8cQAAbAwnHQ (envelope-from ) for ; Mon, 19 Sep 2022 11:27:59 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id SCp5FB82KGM/PgEAauVa8A (envelope-from ) for ; Mon, 19 Sep 2022 11:27:59 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 24B0B2FACA for ; Mon, 19 Sep 2022 11:27:59 +0200 (CEST) Received: from localhost ([::1]:53086 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oaD4H-0007XY-JN for larch@yhetil.org; Mon, 19 Sep 2022 05:27:57 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33894) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oaCdA-0007L5-Lo for emacs-orgmode@gnu.org; Mon, 19 Sep 2022 04:59:56 -0400 Received: from mail-ed1-x533.google.com ([2a00:1450:4864:20::533]:33750) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oaCd9-0007Mo-57 for emacs-orgmode@gnu.org; Mon, 19 Sep 2022 04:59:56 -0400 Received: by mail-ed1-x533.google.com with SMTP id b35so40316477edf.0 for ; Mon, 19 Sep 2022 01:59:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date; bh=zEKZsGH1Z+f3Tl4Cn7TIz02vlSMBtjGqTgSc2OWI9Es=; b=ZMHUv2gT+4Ml5hGF4Se2xg0e1UUuGSqEQ1SLZMJmBD3Zg7JXt4jamW4KFiZajmaCZO 4hYexxcRgdoRvQ4qv3q9tVohydh2E3FBz146u9ZLGgbLwUTJQLS+ttSI+JXBa7XjM1GV 3ZsvG1Ny71N/IWu3YWI+DBwDlGFqyWB+nwDVZYVPGmAZCeXpmNZlhBqWEqmFhWURzO5f oerDBRZrOsxqIezU342GgPLgG9RNnD9/uXKIXp+OyUAwsXNHO2LPqTwpcdTO1z3dCfQm KDO+BjZg5OwHYN7zTsXw9jBsojr6OlNqywnQT9GVRRTMzpedSJj8U1ipxlsVaK5iWs9s dWrQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date; bh=zEKZsGH1Z+f3Tl4Cn7TIz02vlSMBtjGqTgSc2OWI9Es=; b=v8UZPkANOuQAtmuFfvX/SmkUyXgL6J62JQzoaaZEc7d91nsEtUXEiRBMT7ejjsZYz1 1Y48LCrKbJyRyqoDMW6bX3inHWk4FlwGfvfg5+4INcmfm3K/vGmY0lbiCWdmrOwWBBk3 l3sF91CBmFBfFDrGjkFf18tEJqT2BIGBTxCIGpO2/HmTnuD6ecPtU1phqgDgMEWGD0kO Ziu66/pX7Lk6A9JocHJWXi3JLXdeNH/1h2XLILbEsBV4+DXAtzikmMOx3F6/y1c4v2LU pI33hMWqQlnOOBfOH9+dg4OsRjxLgJzjSXbFMmcbkguND9qHEvD4qUhS0UEPg+rEBUwl 8msw== X-Gm-Message-State: ACrzQf0CXrPlf5Z5K0YaPa6eNCR78v6AuHrz+EAE2aey/V18XI7Ft03y Q62JenBuEjbCxyzxu4jgaogGpEU3TswiLRmmHHUFU/Yg X-Google-Smtp-Source: AMsMyM4yaYN2bCd2FeGcvCcxQQ1D9XfFOz+R3zmLrUnkMD520ErqjlT1bhD29o78Q8WasTSh0hi9ns2EBGANV6p5MAA= X-Received: by 2002:aa7:d392:0:b0:44e:67f2:c79c with SMTP id x18-20020aa7d392000000b0044e67f2c79cmr14216382edq.278.1663577992279; Mon, 19 Sep 2022 01:59:52 -0700 (PDT) MIME-Version: 1.0 From: Pedro Andres Aranda Gutierrez Date: Mon, 19 Sep 2022 10:59:26 +0200 Message-ID: Subject: Re [Patch] Pre-/postpend arbitrary LaTeX code to a section To: Org Mode List , maciaschain@posteo.net Content-Type: multipart/alternative; boundary="0000000000004938f505e903ef0c" Received-SPF: pass client-ip=2a00:1450:4864:20::533; envelope-from=paaguti@gmail.com; helo=mail-ed1-x533.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1663579679; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=zEKZsGH1Z+f3Tl4Cn7TIz02vlSMBtjGqTgSc2OWI9Es=; b=VkAtRmOruxYMtnHfqbgVxF/A3DPDkxB8uUM73AcIUOhv23zn0W22QXKf7lxi033xgo243u PR4J51fRviPcLWzINu0fYZwyMwfoT85cI9Kb+NFGNJxHW6XoNZ1bifhFPAvmOQ4OZQ+4fv +HwwXr7Nn+j/uY4ouSmldgH1JsmKldPvNmSUf1NFJPgcw4HfSxxu/zyW4vhmpKQgHiIQYf twSLzLPvp7n0oe3UAmDt7AKbfJAv8SwWdWFkehHTdDgnGWddUPdIjRWimhNmKOMMyQSA2d rOCvK+50qE9GezuO6O59ihl8i1z0+9dbS1xT4W88W1ldOUsM0Fe1lciFCoRVOw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1663579679; a=rsa-sha256; cv=none; b=HU72BYaA2D3f1VTHPY7xcnjtEtbpSl1jooG8wMpohe17a5r2YPb1RMLwVbeZRV63ljBrli iIPhcIPEnZ5kZhOzXDh6rraDAlKRjAuzZYc/C3WYNekufBYeUjkv8cqGAMzfd0wM/3H8lZ F31uAeXsAzW5cPrmtbtUMsNVK6c9ojFVGf9ua1qUxWOAdDUSrqfGooKxe+NXV/x/mV0jEx DCDctdQmOIR2/I+ndcwU/Teu93I+tPdlMj8aiFCrB1B/cFGVJY0eMCfeqkFaZbjXX7Fa/0 jZXwXk81/0JQcmvlfQaSvpoxTpD4OPJ2x0pHToJ3qAAHM6mslzBU/qRf8VluQw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20210112 header.b=ZMHUv2gT; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (aspmx1.migadu.com: domain of "emacs-orgmode-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="emacs-orgmode-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -5.14 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20210112 header.b=ZMHUv2gT; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (aspmx1.migadu.com: domain of "emacs-orgmode-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="emacs-orgmode-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 24B0B2FACA X-Spam-Score: -5.14 X-Migadu-Scanner: scn0.migadu.com X-TUID: iAXMdMdKFXtS --0000000000004938f505e903ef0c Content-Type: text/plain; charset="UTF-8" HI Juan Manuel, Looks cool and would be a +1 from my side, since I need that too... Can it be extended to add properties to a #BEGIN_example #END_example snippet? I already suggested that some time ago... /PA -- Fragen sind nicht da um beantwortet zu werden, Fragen sind da um gestellt zu werden Georg Kreisler Headaches with a Juju log: unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should run a leader-deposed hook here, but we can't yet --0000000000004938f505e903ef0c Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
HI Juan Manuel,

Looks= cool and would be a=C2=A0+1 from my side, since I need that too...

Can it be extended to add properties to a=C2=A0
#BEGIN_example
#END_example
snippet?

I already suggested that some time ago...

= /PA
--
Frage= n sind nicht da um beantwortet zu werden,
Fragen sind da um gestel= lt zu werden
Georg Kreisler

Headaches wit= h a Juju log:
unit-basic-16: 09:17:36 WARNING juju.worker.uniter.= operation we should run a leader-deposed hook here, but we can't yet
--0000000000004938f505e903ef0c--