From aa97fd08e3b8d6a218b977ffba668f9cc63e0c17 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 27 Sep 2011 19:46:17 +0300 Subject: [PATCH] Force left-to-right paragraphs in Org buffers. lisp/org/org.el (org-mode): Force left-to-right paragraphs in Org buffers. For a related discussions, see https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html. --- lisp/org/ChangeLog | 6 ++++++ lisp/org/org.el | 1 + 2 files changed, 7 insertions(+) diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 1c320f20e51..9fbeb9f1882 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog @@ -1,3 +1,9 @@ +2011-09-27 Eli Zaretskii + + * org.el (org-mode): Force left-to-right paragraphs in Org + buffers. For a related discussions, see + https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html. + 2011-09-17 Juanma Barranquero * org.el (org-toggle-pretty-entities): Fix typo in message. diff --git a/lisp/org/org.el b/lisp/org/org.el index 32ca5288d6e..da39aa189ba 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el @@ -4748,6 +4748,7 @@ The following commands are available: (org-set-local 'line-move-ignore-invisible t)) (org-set-local 'outline-regexp org-outline-regexp) (org-set-local 'outline-level 'org-outline-level) + (setq bidi-paragraph-direction 'left-to-right) (when (and org-ellipsis (fboundp 'set-display-table-slot) (boundp 'buffer-display-table) (fboundp 'make-glyph-code)) -- 2.39.2