From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dov Grobgeld Subject: bug#11710: 24.1.50; Bidi attributes are not exported in org-mode html output Date: Fri, 15 Jun 2012 09:17:36 +0300 Message-ID: References: <8362aty921.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52751) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfPrD-0007DL-DK for emacs-orgmode@gnu.org; Fri, 15 Jun 2012 02:18:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SfPrB-0005Hf-QA for emacs-orgmode@gnu.org; Fri, 15 Jun 2012 02:18:06 -0400 Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-Message-ID: In-Reply-To: <8362aty921.fsf@gnu.org> 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eli Zaretskii Cc: 11710@debbugs.gnu.org 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? =C2=A0By 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: > > =C2=A0(save-excursion > =C2=A0 =C2=A0(goto-char N) > =C2=A0 =C2=A0(current-bidi-paragraph-direction)) Ok, thanks. Perhaps I'll have a go at it on my own. Regards, Dov