From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.devel Subject: Re: Fix Table.el export Date: Mon, 03 Jun 2024 11:40:19 -0400 Message-ID: References: <878qznikxr.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18414"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: emacs-devel@gnu.org To: Pranshu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jun 03 17:41: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 1sE9o8-0004V3-5c for ged-emacs-devel@m.gmane-mx.org; Mon, 03 Jun 2024 17:41:12 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sE9nK-0000Lk-BV; Mon, 03 Jun 2024 11:40:22 -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 1sE9nI-0000L0-Fp for emacs-devel@gnu.org; Mon, 03 Jun 2024 11:40:20 -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 1sE9nI-0001rY-7D; Mon, 03 Jun 2024 11:40:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=LE/HxQBYishxk5pZrr7UTvG4my1MhIIwZMeAHDImLe4=; b=bemEkJKQB614Z/EIuCAY It9pRyxQGXoBVbUXO5tzuhbFd7uu2wSh4d2H9w3iGwfkevMq98kwAbgjkIEVWRdLRrwb6xvgZJ6qZ VzoFZ4wNXCpGbzCW/vI4lhtagyXirfWJePy6TaPFWVvtIUNkAVB3Cii2H3004I45IYUs9UXtLOW9F hYQI3Gp6NIcBUTrtQ0lHRPKt3LMBOVn2vtygjMyAQ7KBIGLXq2nCYKXlIGQWgZftZvm0k8aIEHB4a a1PiGbGSonWxzyQK+9OtRAbqdUX3a4XimMPMV+r4coOJaTU6RnsbsEn0vSW9ftxePTNOGUydAZgsx Xp2r+Yt4OGytYQ==; Original-Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1sE9nI-0003dq-0J; Mon, 03 Jun 2024 11:40:20 -0400 In-Reply-To: <878qznikxr.fsf@gmail.com> (Pranshu's message of "Sun, 02 Jun 2024 22:33:04 +1000") 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:319797 Archived-At: Pranshu writes: [...] > When table.el exports to latex, charecters like '$' are all escaped. > This makes table.el tables practically useless for any sorts of latex > export. > > Attached is a diff that adds a variable that controls what should be > escaped. Hi Pranshu, thanks for your work. Bug reports and fixes, feature requests and patches/implementations should be sent to bug-gnu-emacs@gnu.org (tipically we use M-x report-emacs-bug). Please see the CONTRIBUTE file in our repo for details. If we could have it sent there would be great so we can track this. Thanks Andrea