emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Org default is Left-to-right
@ 2021-10-30 13:19 Daniel Fleischer
  2021-10-30 13:33 ` Ihor Radchenko
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Fleischer @ 2021-10-30 13:19 UTC (permalink / raw)
  To: emacs-orgmode

Hi, in org.el ,  when defining the mode there's the code

    (setq bidi-paragraph-direction 'left-to-right)

which makes everything left-to-right instead of 'nil which smartly
aligns paragraphs either LTR or RTL according to the language of that
paragraph.

nil is Emacs default. I don't understand why Org chooses to align
everything to the left, disregarding any RTL language. Org works great
with RTL and even with mixed languages, as many people can attest.

Can we consider dropping this line? LTR people wouldn't notice any
difference but RTL people will appreciate it without needing to override
it using a hook or toggling it with some elisp code (like I did).

Thanks,

-- 

Daniel Fleischer


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-06-14  7:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-30 13:19 Org default is Left-to-right Daniel Fleischer
2021-10-30 13:33 ` Ihor Radchenko
2021-10-30 14:49   ` Daniel Fleischer
2021-10-30 15:21     ` Ihor Radchenko
2022-06-14  5:17       ` Ihor Radchenko
2022-06-14  7:29         ` Daniel Fleischer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).