emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] RFC better Unicode support - Unicode Characters causing problems


From: Grant Rettke
Subject: Re: [O] RFC better Unicode support - Unicode Characters causing problems with TAGs etc.
Date: Fri, 1 Dec 2017 11:25:46 -0600

On Fri, Dec 1, 2017 at 2:40 AM, Tim O'Callaghan
<address@hidden> wrote:
>
> Also, are other people using Unicode, and if so, how? especially with 
> visually consistent tables,

For some characters you can handle it by using
[[http://orgmode.org/manual/Special-symbols.html][Special symbols]] in
the tables
for example this lines up correctly:

| hi | there | a | b | c |
|----+-------+---+---+---|
| \laquo{}  | \raquo{}     | \pi{} | \check{} |   |

[[http://orgmode.org/worg/org-symbols.html][Here]] are the symbols.

You can also list them by calling `org-entities-help'.

> does anyone have a a good mono-spaced to recommend?

DejaVuSansMono.

With Symbola as a fallback:

(set-fontset-font "fontset-default" nil
                  (font-spec :size 20 :name "Symbola"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]