You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the package, I like the functionality and aesthetics it brings.
Concerning the Remove ellipsis section in the README, I tried using the defined org-no-ellipsis-in-headlines, and got the ellipsis to successfully disappear. However, I was having issues with org-cycle, specifically on lists. I was able to collapse lists, but not able to get them to appear again, unless I were to toggle the whole headline. I also experienced this in emacs -q.
I played around with org-ellipsis and found out that it works with some Unicode whitespace characters. Adding (setq org-ellipsis "") where there is a U+FEFF ZERO WIDTH NO-BREAK SPACE inside the string does a good enough job for me. This page also has more options to try out.
Here is a screenshot of using that no-break space character. As you can see, there is extra room at the end of the line, highlighted by hl-line-mode (or any :background). With my font (Iosevka SS14) I haven't noticed any issues, though with emacs -q, which uses DejaVu Sans Mono, this character appears as an thin underline.
The text was updated successfully, but these errors were encountered:
Thanks for the package, I like the functionality and aesthetics it brings.
Concerning the Remove ellipsis section in the README, I tried using the defined
org-no-ellipsis-in-headlines
, and got the ellipsis to successfully disappear. However, I was having issues withorg-cycle
, specifically on lists. I was able to collapse lists, but not able to get them to appear again, unless I were to toggle the whole headline. I also experienced this inemacs -q
.I played around with
org-ellipsis
and found out that it works with some Unicode whitespace characters. Adding(setq org-ellipsis "")
where there is a U+FEFF ZERO WIDTH NO-BREAK SPACE inside the string does a good enough job for me. This page also has more options to try out.Here is a screenshot of using that no-break space character. As you can see, there is extra room at the end of the line, highlighted by hl-line-mode (or any :background). With my font (Iosevka SS14) I haven't noticed any issues, though with
emacs -q
, which uses DejaVu Sans Mono, this character appears as an thin underline.The text was updated successfully, but these errors were encountered: