Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I reposition the ellipses (...) in org-mode

Tags:

emacs

org-mode

I'm trying to find a way to reposition the ellipses (...) for folded sections in org mode. When I have a structure like this:

** TODO Make the word better                             :TAG:...

the ellipses show after the tag. Is there a way to make it look like this:

** TODO Make the word better...                          :TAG:
like image 514
Kungi Avatar asked Oct 19 '25 20:10

Kungi


1 Answers

In one word: NO

The ellipsis are a sign of "hidden/folded" text. As the text is after the TAG, that is where the ellipsis is positioned.

like image 120
pmielke Avatar answered Oct 21 '25 15:10

pmielke