all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* table alignment with org-pretty-entities turned on
@ 2016-08-28 19:37 jsj
  2016-08-30 18:12 ` jsj
       [not found] ` <24054f3d55784e3b905a958604b45a33@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
  0 siblings, 2 replies; 8+ messages in thread
From: jsj @ 2016-08-28 19:37 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 771 bytes --]

Hi,

I am using the latest org-plus-contrib package (20160822) with emacs 25.1.50.

I turned org-pretty-entities on in my init.el. When there are prettified letters displayed in an org table, the alignment of the table seems to be messed up.  The deviation is related to the number of prettified symbols.

For example,

| a      | b | c |
|--------+---+---|
| \alpha |   |   |

is displayed as

| a  | b | c |
|----+---+---|
| α |   |   |

while 

| a            | b | c |
|--------------+---+---|
| \alpha \beta |   |   |

is prettified as

| a     | b | c |
|-------+---+---|
| α β |   |   |

I am wondering whether I miss anything. It would be great to have aligned tables with prettified symbols.

Thank you!

Best regards,
Jiang

[-- Attachment #2: Type: text/html, Size: 2435 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-09-07  2:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-28 19:37 table alignment with org-pretty-entities turned on jsj
2016-08-30 18:12 ` jsj
2016-09-06  6:06   ` Nicolas Goaziou
2016-09-07  2:36     ` s j
     [not found] ` <24054f3d55784e3b905a958604b45a33@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
2016-08-31  8:25   ` Eric S Fraga
2016-08-31 14:44     ` Clément Pit--Claudel
2016-08-31 17:14       ` jsj
2016-08-31 21:34     ` jsj

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.