On Thu, Jun 14, 2012 at 10:42 PM, Eli Zaretskii > > [stuff deleted] > > Did you customize Emacs to dynamically determine the paragraph > direction in Org buffers? By default they are forced to be > left-to-right.
Yes, I changed that. Org-mode appears to me to work fine in dynamic Bidi mode, so I don't understand the reasoning that it was turned off by default. > > [stuff deleted] > To the Org maintainers: the resolved paragraph direction at character > position N in the current buffer can be retrieved like this: > > (save-excursion > (goto-char N) > (current-bidi-paragraph-direction)) Ok, thanks. Perhaps I'll have a go at it on my own. Regards, Dov