bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#15827: 24.3.50; Error in ps-print with some custom colors


From: Sebastien Vauban
Subject: bug#15827: 24.3.50; Error in ps-print with some custom colors
Date: Tue, 12 Nov 2013 14:22:53 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt)

Hello Glenn,

Glenn Morris wrote:
> Version: 24.4
>
> Fixed.

Did you solve both subproblems?

- The "." in the lists?
- The white background in the produced PDF?

Finally, what's the good (or better syntax): with or without dot?

>>   ;; faces for specific tags
>>   (setq org-tag-faces
>>         '(("home" .
>>            (:slant italic
>>             :foreground "#5C88D3" :background "#BBDDFF"))
>>           ("work" .
>>            (:slant italic
>>             :foreground "#5F7C43" :background "#C1D996"))))
>
> It does seem to work if you specify the faces like this (without the dot).
>
>  (setq org-tag-faces
>        '(("home"
>           (:slant italic
>            :foreground "#5C88D3" :background "#BBDDFF"))
>          ("work"
>           (:slant italic
>            :foreground "#5F7C43" :background "#C1D996"))))

Best regards,
  Seb

-- 
Sebastien Vauban





reply via email to

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