From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id IBPhLGKiamLHDwAAbAwnHQ (envelope-from ) for ; Thu, 28 Apr 2022 16:19:14 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id WLHTLGKiamID6gAA9RJhRA (envelope-from ) for ; Thu, 28 Apr 2022 16:19:14 +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 6BFD1301E8 for ; Thu, 28 Apr 2022 16:19:14 +0200 (CEST) Received: from localhost ([::1]:39848 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nk4zB-00046B-D0 for larch@yhetil.org; Thu, 28 Apr 2022 10:19:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36652) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nk4yL-00044z-Jx for emacs-orgmode@gnu.org; Thu, 28 Apr 2022 10:18:21 -0400 Received: from mail-qk1-x732.google.com ([2607:f8b0:4864:20::732]:39571) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nk4yJ-00021x-Hv for emacs-orgmode@gnu.org; Thu, 28 Apr 2022 10:18:21 -0400 Received: by mail-qk1-x732.google.com with SMTP id b20so1110160qkc.6 for ; Thu, 28 Apr 2022 07:18:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:in-reply-to:references:date:message-id :mime-version; bh=QljFB3IXGG7lz918p7zHMVpEbGAVAwjb6PpSQRENL+M=; b=DmyGMZ6DjgBkPZRjlaa6AV3nxKNad9aEqLSIIYYqjVZwc0UvjPWtckwTNSkjbyEOhR 4AZ60y7PGAxKlJ71nD8IRnA6T9TaC6Kr2kdvUvM824nNocZ8IpBUAIbqmYhj4l2BghyA hdgxn+MsulEsCG/gDQ6n75qQDU0gE051zcJ61Pbrq2BzYQZNsPx0Fbqx8tHiNQz9Na+W 1Hj34NAYMcLrfxaESzOwzs9AGdktN5sXIwDXLpkLn/Wv55srURWYovrQgMxuJXmoKRfp kvghideP6f7iumC1Prk4EE60s+iTRJCtSKM+PjeiHQUKjIOeAJJe6tq45XW4TrID6pa7 MZ5w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:in-reply-to:references:date :message-id:mime-version; bh=QljFB3IXGG7lz918p7zHMVpEbGAVAwjb6PpSQRENL+M=; b=OnUNpel+iD7CHI+PlZ9zMDYv/5weEfY4TjT2tjI9k/5w7Dgi0L10wgmg+iykoQQ+l9 XgFCUutcZNddYgW8GIfH/FNoEMnoOvUVxjAvAq2RZoP1Id0uh5JAyDE51TNPq7U+GfNZ Lc0cpwDC/yFBbHywsC/+FUf+iryKVxcqAoqrh4DS60vVNAJa0XXc3BxarYvZgirzLSgb al3Jfm/ws2KapU+Wj76iuZJ87m3kGdYOaf+e9LPewRjTkkMjIpT66BKYggo28kYHGWZF zDRvpg5x/xgx+jQmTJrcCGan5XadjwVGT5Qi6mIqg7SiRWvRU0Y1cZtzDFiIeDL14nwx 56Dg== X-Gm-Message-State: AOAM532d3v6D+OIJbuT3Q+dCx2QeSAtEG8xUNPIhJkiq6/FGHWnOxfiH +qwoGrL+wiXnjou11C8sijk= X-Google-Smtp-Source: ABdhPJy3swkEHtgXGxzjVrxEs+Z0HAAK6bfQeXPeZpV1kudF68n3JwfJqMesJPxq9BoC832oaKmXLQ== X-Received: by 2002:a37:5e42:0:b0:69a:eac:d843 with SMTP id s63-20020a375e42000000b0069a0eacd843mr19324455qkb.526.1651155498548; Thu, 28 Apr 2022 07:18:18 -0700 (PDT) Received: from localhost ([66.150.196.58]) by smtp.gmail.com with ESMTPSA id p66-20020a374245000000b0069c387c5449sm40807qka.9.2022.04.28.07.18.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 Apr 2022 07:18:17 -0700 (PDT) From: Ihor Radchenko To: Alessandro Bertulli Subject: Re: [BUG] Documentation errata [9.5.2 (release_9.5.2-25-gaf6f12 @ /usr/share/emacs/28.1/lisp/org/)] In-Reply-To: References: Date: Thu, 28 Apr 2022 22:19:06 +0800 Message-ID: <8735hx8f51.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=2607:f8b0:4864:20::732; envelope-from=yantar92@gmail.com; helo=mail-qk1-x732.google.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 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_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 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: , Cc: emacs-orgmode@gnu.org 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=1651155554; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=QljFB3IXGG7lz918p7zHMVpEbGAVAwjb6PpSQRENL+M=; b=cFkmOVIAfjl/Tx0/eDZIy+rY/7B2hnpwXklEYaOQDsRn4QQU7Tt3dX2+HiUL9rZMz9RmLA VEI4YsXPhnClML3vobCf1pP62Fkpv9KV4KJ31bmkMEGz86SbSRU5hydEhKfWBYzXQx6uuP Bdn2J5IjdKVND231aG0ZCjoNoExkfEKvxhD3D/nt8W/FkI0D0QOwVflV1FZm1+P5xlcdGR 7oNNgj19x3pqB/7eGV9Z6xMgDoyEKwFsoIJjAVlPU+wLYzj4OATgXrgGI+z2ZKE+jNICrr tTgxHXUHXCLiHwxp13ip5jcD1POEEKge4mUwjpKrr2vr0SL2BmRoJuEgLB++QQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1651155554; a=rsa-sha256; cv=none; b=hHSqWAys88KQQ7F8TWMXbZiUUV8bRzy7UuKLtfojSiN8ZCl3QWRjgnv2uho1TIY0JtGyI4 vdRow6K9ZT743qhgtUYrSOI/WeH2fo0Lk/haOYuoLdW/icdqBOw+8LtvGvJ8uOlUOypRzo bG52L7xgqzQI439CqYPh+F6wT6sBcogYov4S+ohX6+oGUBNDItj9Xe5AS7blUkYQtbFWRE LoQ3NaheoNBzwPLHssZfk9HbOvVFgz2E/Mrrt2m7YsRo7GDogkjTUupdA5Pw1broqt7GbN K1BQ+vsNasyajH/n3pO45mN6eXVFDqznSKYxc6BevVpg/n0pB8RFQBkd6xb39g== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20210112 header.b=DmyGMZ6D; 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: -8.10 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20210112 header.b=DmyGMZ6D; 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: 6BFD1301E8 X-Spam-Score: -8.10 X-Migadu-Scanner: scn0.migadu.com X-TUID: mDeDA9bmJ+et Alessandro Bertulli writes: > I think this is a typo to be corrected in the Manual. Is this the right > place to make such a suggestion? > > Thanks in advance to all and I apologize if this is not the right way to > submit an errata. Thanks for the suggestion! Emailing Org mailing list is the right way to submit errata and other suggestions/questions. > this is not actually a bug regarding the code, but the documentation. In > the Manual, when talking about CDLaTeX mode (specifically at > https://orgmode.org/manual/CDLaTeX-mode.html), it is said, regarding the > single quote: >> Pressing the single-quote followed by another character modifies the >> symbol before point with an accent or a font. > > However, in my setup it's the other way around: first you digit a > character, and THEN you press the single quote. This is also reflected, for > what I saw, in the docstring of the function cdlatex-math-modify, which > says "Modify PREVIOUS char/group/macro with math accent/style." (my > emphasis). You were clearly confused by the manual text, so you may certainly be improved. However, I do not see any error in the text you pointed to. To make use of org-cdlatex-math-modify (bound to "'") you generally do the following: 1. Type a math symbol 2. Type ' followed by another character 3. org-cdlatex modifies the symbol from (1) according to the character you typed in (2). Example: 1. \alpha 2. ' - 3. \bar{\alpha} So, as the footnote suggests, you type the single-quote ' followed by another character - to modify the symbol \alpha before quote. "Modify PREVIOUS char/group/macro with math accent/style." does not contradict the above. If you have a suggestion how to improve the present text in the manual, feel free to share it. Best, Ihor