From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 8MczHnLc4V+0FAAA0tVLHw (envelope-from ) for ; Tue, 22 Dec 2020 11:45:54 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id +L/dGXLc4V8eVgAA1q6Kng (envelope-from ) for ; Tue, 22 Dec 2020 11:45:54 +0000 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 E5AD1940149 for ; Tue, 22 Dec 2020 11:45:53 +0000 (UTC) Received: from localhost ([::1]:55686 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1krg6y-0001fV-UK for larch@yhetil.org; Tue, 22 Dec 2020 06:45:52 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:49950) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1krg6a-0001fA-TD for emacs-orgmode@gnu.org; Tue, 22 Dec 2020 06:45:28 -0500 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:54001) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1krg6Y-0002wq-Q2 for emacs-orgmode@gnu.org; Tue, 22 Dec 2020 06:45:28 -0500 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 767ACFF808; Tue, 22 Dec 2020 11:45:20 +0000 (UTC) From: Nicolas Goaziou To: Nick Dokos Subject: Re: Bug: org-element does not recognize table.el tables [9.4 (release_9.4-53-g23f941 @ /home/nick/elisp/org-mode/lisp/)] References: <87k0tgt9v3.fsf@pierrot.dokosmarshall.org> Mail-Followup-To: Nick Dokos , emacs-orgmode@gnu.org Date: Tue, 22 Dec 2020 12:45:19 +0100 In-Reply-To: <87k0tgt9v3.fsf@pierrot.dokosmarshall.org> (Nick Dokos's message of "Thu, 17 Dec 2020 16:12:48 -0500") Message-ID: <871rfigj3k.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=217.70.183.199; envelope-from=mail@nicolasgoaziou.fr; helo=relay9-d.mail.gandi.net X-Spam_score_int: -15 X-Spam_score: -1.6 X-Spam_bar: - X-Spam_report: (-1.6 / 5.0 requ) BAYES_00=-1.9, FUZZY_DR_OZ=1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 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-Spam-Score: -2.32 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Migadu-Queue-Id: E5AD1940149 X-Spam-Score: -2.32 X-Migadu-Scanner: scn0.migadu.com X-TUID: ZGyLwASKMbH1 Hello, Nick Dokos writes: > Consider an Org mode file with a table.el table (which I made by > first constructing an Org mode table and then usind `C-c ~' to convert it): > > --8<---------------cut here---------------start------------->8--- > * table.el table > > > +----+----+----+ > | a | b | c | > +----+----+----+ > | 1 | 2 | 3 | > +----+----+----+ > | 4 | 5 | 6 | > +----+----+----+ > | 7 | 8 | 9 | > +----+----+----+ > | 10 | 11 | 12 | > +----+----+----+ > --8<---------------cut here---------------end--------------->8--- [...] > Evaluating `(org-element-at-point)' returns `(paragraph ...)' all along > the top line and `(table (.... :type org ....))' when the cursor is at > the beginning of the `a b c' line. Fixed. Thank you. Regards, -- Nicolas Goaziou