From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii Subject: bug#11700: 24.1.50; Bad interaction between BiDi and org-tables Date: Mon, 04 Dec 2017 22:45:10 +0200 Message-ID: <83374qxlwp.fsf@gnu.org> References: <83mx46y4f5.fsf@gnu.org> <87mv2y6xx2.fsf@nicolasgoaziou.fr> Reply-To: Eli Zaretskii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40185) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eLxcs-0008QE-K6 for emacs-orgmode@gnu.org; Mon, 04 Dec 2017 15:46:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eLxco-0006ag-SJ for emacs-orgmode@gnu.org; Mon, 04 Dec 2017 15:46:06 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <87mv2y6xx2.fsf@nicolasgoaziou.fr> (message from Nicolas Goaziou on Mon, 04 Dec 2017 21:27:53 +0100) 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: Nicolas Goaziou Cc: dov.grobgeld@gmail.com, 11700@debbugs.gnu.org > From: Nicolas Goaziou > Cc: Dov Grobgeld , 11700@debbugs.gnu.org > Date: Mon, 04 Dec 2017 21:27:53 +0100 > > I'd rather preserve structure of Org documents outside of Emacs. So, > `:align-to' is not an option. > > IIUC, I need to replace the closest space from vertical bars with > > #(" " 0 1 (space :width 1)) > > This doesn't sound too difficult. > > However, could someone provide tests cases so we get it right once and > for all? Such tests can only be run interactively, because bidi reordering is a display-time feature in Emacs. Is that OK with you?