GNU bug report logs - #15827
24.3.50; Error in ps-print with some custom colors

Previous Next

Package: emacs;

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


Message #19 received at 15827 <at> debbugs.gnu.org (full text, mbox):

From: "Sebastien Vauban" <sva-news <at> mygooglest.com>
To: 15827 <at> debbugs.gnu.org
Cc: rgm <at> gnu.org
Subject: Re: bug#15827: 24.3.50; Error in ps-print with some custom colors
Date: Tue, 12 Nov 2013 14:22:53 +0100
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.