GNU bug report logs - #68446
29.1.90; Bidi right-to-left paragraphs missing text in Org mode

Previous Next

Package: emacs;

Reported by: Thamer Mahmoud <thamer.mahmoud <at> gmail.com>

Date: Sun, 14 Jan 2024 10:23:01 UTC

Severity: normal

Found in version 29.1.90

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #17 received at 68446 <at> debbugs.gnu.org (full text, mbox):

From: Ihor Radchenko <yantar92 <at> posteo.net>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 68446 <at> debbugs.gnu.org, thamer.mahmoud <at> gmail.com
Subject: Re: bug#68446: 29.1.90; Bidi right-to-left paragraphs missing text
 in Org mode
Date: Sun, 14 Jan 2024 14:41:21 +0000
Eli Zaretskii <eliz <at> gnu.org> writes:

>> May you please elaborate? I do not see anything unexpected in the text
>> properties that Org mode applies to the link and the letter "a".
>
> ...
> If you describe in enough details how the [[link]] thing is handled by
> Org, maybe I could elaborate more than the general observations and
> questions above.

Let's simplify the reproducer, getting rid of Org mode:

(let ((str (concat "a " (propertize "[" 'invisible t) "b" (propertize "]" 'invisible t))))
  (with-temp-buffer
    (display-buffer (current-buffer))
    (insert str)
    (read-char "'a b' is visible. Press any key.")
    (setq bidi-paragraph-direction 'right-to-left)
    (read-char "'a b' is invisible. Press any key.")))

Is this the above expected?

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>




This bug report was last modified 1 year and 109 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.