From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: bug#11700: 24.1.50; Bad interaction between BiDi and org-tables Date: Fri, 08 Dec 2017 18:08:57 +0100 Message-ID: <87mv2trvti.fsf@nicolasgoaziou.fr> References: <83mx46y4f5.fsf@gnu.org> <87mv2y6xx2.fsf@nicolasgoaziou.fr> <83374qxlwp.fsf@gnu.org> <877eu26wc7.fsf@nicolasgoaziou.fr> <83zi6twotx.fsf__4220.56812462888$1512725457$gmane$org@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60156) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eNMA4-0005xm-G7 for emacs-orgmode@gnu.org; Fri, 08 Dec 2017 12:10:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eNM9y-0005on-VC for emacs-orgmode@gnu.org; Fri, 08 Dec 2017 12:10:08 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <83zi6twotx.fsf__4220.56812462888$1512725457$gmane$org@gnu.org> (Eli Zaretskii's message of "Fri, 08 Dec 2017 11:28:42 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Eli Zaretskii Cc: dov.grobgeld@gmail.com, 11700@debbugs.gnu.org Hello, Eli Zaretskii writes: > Can one of you please provide a short Lisp snippet that generates a > 2x2 Org table and inserts it in a buffer, which I could use as the > basis for the test? That would get me off the ground quicker, since > I'm a very infrequent user of Org tables. For tests, we use `org-test-with-temp-text' macro, e.g., (org-test-with-temp-text "| a | b |\n| c | d |" ... do something in that buffer ...) > I will experiment with both and see which one is better. OK. Thank you. Regards, -- Nicolas Goaziou