GNU bug report logs -
#15827
24.3.50; Error in ps-print with some custom colors
Previous Next
Reported by: "Sebastien Vauban" <sva-news <at> mygooglest.com>
Date: Thu, 7 Nov 2013 18:41:02 UTC
Severity: normal
Found in version 24.3.50
Fixed in version 24.4
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
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
This bug report was last modified 11 years and 276 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.