emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* missing fancy character when using org-bullets
@ 2016-02-02 14:22 Giacomo M
  2016-02-02 15:51 ` Bingo UV
  0 siblings, 1 reply; 4+ messages in thread
From: Giacomo M @ 2016-02-02 14:22 UTC (permalink / raw)
  To: emacs-orgmode

Dear all,
at work I have Windows 7, at home Windows 10. I use the same emacs 
configuration, and Consolas as the default font face.
I indulge myself using org-bullets. At work it works. At home the pretty 
symbol for 3-rd level outlines is missing. An empty rectangle is showing 
instead. Other symbols, like those for the first two levels headlines or 
things like \lambda, work.

Did anybody experience anything similar?

Thanks,

Giacomo

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

* Re: missing fancy character when using org-bullets
  2016-02-02 14:22 missing fancy character when using org-bullets Giacomo M
@ 2016-02-02 15:51 ` Bingo UV
  2016-02-02 21:38   ` Grant Rettke
  2016-02-03  0:18   ` Rasmus
  0 siblings, 2 replies; 4+ messages in thread
From: Bingo UV @ 2016-02-02 15:51 UTC (permalink / raw)
  To: emacs-orgmode

On Tue, 2 Feb 2016 15:22:09 +0100
Giacomo M <jackjackk@gmail.com> wrote:

> Dear all,
> at work I have Windows 7, at home Windows 10. I use the same emacs 
> configuration, and Consolas as the default font face.
> I indulge myself using org-bullets. At work it works. At home the
> pretty symbol for 3-rd level outlines is missing. An empty rectangle
> is showing instead. Other symbols, like those for the first two
> levels headlines or things like \lambda, work.
> 
> Did anybody experience anything similar?
> 
> Thanks,
> 
> Giacomo
> 

Yes, I faced it too - on CentOS 6.5. I moved to Debian stable to get
rid of the problem, I couldn't find any other solution.

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

* Re: missing fancy character when using org-bullets
  2016-02-02 15:51 ` Bingo UV
@ 2016-02-02 21:38   ` Grant Rettke
  2016-02-03  0:18   ` Rasmus
  1 sibling, 0 replies; 4+ messages in thread
From: Grant Rettke @ 2016-02-02 21:38 UTC (permalink / raw)
  To: Bingo UV; +Cc: emacs-orgmode@gnu.org

https://github.com/rolandwalker/unicode-fonts helps Emacs use all
available fonts' characters.


Sincerely,

Grant Rettke


On Tue, Feb 2, 2016 at 9:51 AM, Bingo UV <right.ho@gmail.com> wrote:
> On Tue, 2 Feb 2016 15:22:09 +0100
> Giacomo M <jackjackk@gmail.com> wrote:
>
>> Dear all,
>> at work I have Windows 7, at home Windows 10. I use the same emacs
>> configuration, and Consolas as the default font face.
>> I indulge myself using org-bullets. At work it works. At home the
>> pretty symbol for 3-rd level outlines is missing. An empty rectangle
>> is showing instead. Other symbols, like those for the first two
>> levels headlines or things like \lambda, work.
>>
>> Did anybody experience anything similar?
>>
>> Thanks,
>>
>> Giacomo
>>
>
> Yes, I faced it too - on CentOS 6.5. I moved to Debian stable to get
> rid of the problem, I couldn't find any other solution.
>

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

* Re: missing fancy character when using org-bullets
  2016-02-02 15:51 ` Bingo UV
  2016-02-02 21:38   ` Grant Rettke
@ 2016-02-03  0:18   ` Rasmus
  1 sibling, 0 replies; 4+ messages in thread
From: Rasmus @ 2016-02-03  0:18 UTC (permalink / raw)
  To: emacs-orgmode

Hi,

Bingo UV <right.ho@gmail.com> writes:

>> at work I have Windows 7, at home Windows 10. I use the same 
>> emacs  configuration, and Consolas as the default font face.  I 
>> indulge myself using org-bullets. At work it works. At home the 
>> pretty symbol for 3-rd level outlines is missing. An empty 
>> rectangle is showing instead. Other symbols, like those for the 
>> first two levels headlines or things like \lambda, work.   Did 
>> anybody experience anything similar? 
> 
> Yes, I faced it too - on CentOS 6.5. I moved to Debian stable to 
> get rid of the problem, I couldn't find any other solution. 

You can specify ranges with set-fontset-font, e.g.

    (set-fontset-font "fontset-default" 'greek (font-spec :family 
    "Fira Mono") nil 'prepend)
    (set-fontset-font "fontset-default" '(#x1f601 . #x1f567) 
    "Symbola")

You can also ignore certain fonts,

    (setq face-ignored-fonts '("Latin Modern Math"))

Hope it helps,
Rasmus

-- 
When in doubt, do it!

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

end of thread, other threads:[~2016-02-03  0:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-02 14:22 missing fancy character when using org-bullets Giacomo M
2016-02-02 15:51 ` Bingo UV
2016-02-02 21:38   ` Grant Rettke
2016-02-03  0:18   ` Rasmus

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).