From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Use Emacs' default value of "bidi-paragraph-direction" in orgmode Date: Fri, 15 Jun 2018 16:05:37 +0200 Message-ID: <87muvwjgb2.fsf@nicolasgoaziou.fr> References: <1529058737.1901.36.camel@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54843) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fTpMF-0001UO-6u for Emacs-orgmode@gnu.org; Fri, 15 Jun 2018 10:05:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fTpMB-0003v4-RJ for Emacs-orgmode@gnu.org; Fri, 15 Jun 2018 10:05:43 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:49583) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fTpMB-0003t1-L9 for Emacs-orgmode@gnu.org; Fri, 15 Jun 2018 10:05:39 -0400 In-Reply-To: <1529058737.1901.36.camel@gmail.com> (ST's message of "Fri, 15 Jun 2018 13:32:17 +0300") 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: ST Cc: Emacs-orgmode@gnu.org Hello, ST writes: > Please leave the Emacs' default value of "bidi-paragraph-direction" > which is "nil" in orgmode as well. Right now orgmode seems to force > "left-to-right", thus blocking "right-to-left". With "nil" it is > dynamic, which means both directions work well out-of-the box. > > Right now I'm forced to add this to my config: > > (add-hook 'org-mode-hook > (lambda () > (setq bidi-paragraph-direction nil))) > > It took me a lot of time to figure out, which makes the first Org steps > for RTL-newbies quite frustrating... It may not be as obvious as you think. See for details. Regards, -- Nicolas Goaziou