From: "Sebastien Vauban" <sva-news-D0wtAvR13HarG/iDocfnWg@public.gmane.org>
To: emacs-orgmode-mXXj517/zsQ@public.gmane.org
Subject: [BUG] Colored tags generate an error when C-x C-w'ing the agenda
Date: Wed, 11 Sep 2013 14:48:23 +0200 [thread overview]
Message-ID: <86zjrjr0bs.fsf@somewhere.org> (raw)
Hello,
If you have colors for tags:
--8<---------------cut here---------------start------------->8---
;; faces for specific tags
(setq org-tag-faces
'(("home" .
(:slant italic
:foreground "#5C88D3" :background "#BBDDFF"))
("work" .
(:slant italic
:foreground "#5F7C43" :background "#C1D996"))))
--8<---------------cut here---------------end--------------->8---
you can't export the agenda views anymore; they all generate the following
error:
#+begin_src text
Debugger entered--Lisp error: (wrong-type-argument listp "#5C88D3")
ps-face-attributes("#5C88D3")
ps-face-attribute-list((:slant italic :foreground "#5C88D3" :background "#BBDDFF"))
ps-plot-with-face(459 463 (:slant italic :foreground "#5C88D3" :background "#BBDDFF"))
ps-generate-postscript-with-faces1(1 6850)
ps-generate-postscript-with-faces(1 6850)
ps-generate(#<buffer Agenda View> 1 6850 ps-generate-postscript-with-faces)
ps-spool-with-faces(1 6850 nil)
ps-print-with-faces(1 6850 "~/agenda.ps")
ps-print-buffer-with-faces("~/agenda.ps")
...
command-execute(org-agenda-write)
#+end_src
Best regards,
Seb
--
Sebastien Vauban
next reply other threads:[~2013-09-11 12:48 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-11 12:48 Sebastien Vauban [this message]
2013-09-27 7:23 ` [BUG] Colored tags generate an error when C-x C-w'ing the agenda Carsten Dominik
2013-09-27 11:35 ` Sebastien Vauban
2013-09-27 13:15 ` Carsten Dominik
[not found] ` <86a9iyebuc.fsf-oHC15RC7JGTNLxjTenLetw@public.gmane.org>
2013-11-07 18:45 ` Sebastien Vauban
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=86zjrjr0bs.fsf@somewhere.org \
--to=sva-news-d0wtavr13harg/idocfnwg@public.gmane.org \
--cc=emacs-orgmode-mXXj517/zsQ@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.