unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "Sebastien Vauban" <sva-news-D0wtAvR13HarG/iDocfnWg@public.gmane.org>
To: Glenn Morris <rgm-mXXj517/zsQ@public.gmane.org>
Cc: 15827-ubl+/3LiMTaZdePnXv/OxA@public.gmane.org
Subject: bug#15827: 24.3.50; Error in ps-print with some custom colors
Date: Fri, 08 Nov 2013 11:21:41 +0100	[thread overview]
Message-ID: <86siv7fb2i.fsf@somewhere.org> (raw)
In-Reply-To: <mailman.5537.1383897291.10748.bug-gnu-emacs-mXXj517/zsQ@public.gmane.org> (Glenn Morris's message of "Fri, 08 Nov 2013 02:49:54 -0500")

Glenn Morris wrote:
> "Sebastien Vauban" wrote:
>
>> you can't export the Org agenda views anymore (C-x C-w to a PDF file, on any
>> view containing Org tags); they all generate the following error:
>>
>> Full recipe and thread available at:
>> http://lists.nongnu.org/archive/html/emacs-orgmode/2013-09/msg00466.html.
>
> I don't see a full recipe there, and since I don't use Org I have no idea how
> to reproduce your problem. Could you give a complete example starting from
> emacs -Q?

My minimal Emacs configuration file:

--8<---------------cut here---------------start------------->8---
(require 'org)

(define-key global-map
  (kbd "C-c a") 'org-agenda)

(setq org-agenda-files '("~/org/tests/15827.org")) ;; <<< update path

;; 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---

along with the following example Org file:

--8<---------------cut here---------------start------------->8---
#+TITLE:     Example of Tasks

* Bank

** TODO Pay electricity bill                               :work:
   DEADLINE: <2013-10-31 Thu>

* Health

** TODO Make dentist appointment                           :home:
   DEADLINE: <2013-11-08 Fri>
--8<---------------cut here---------------end--------------->8---

Recipe #1:

1. Start minimal Emacs
2. Call org-agenda (via `C-c a a')
3. Save buffer as a PDF file

=> ERROR "listp, #5C88D3"

Recipe #2:

1. Remove dots after "home" and "work" in Emacs configuration file
2. Start minimal Emacs
3. Call org-agenda (via `C-c a a')
4. Save buffer as a PDF file

=> No error, but the tag colors are NOT RESPECTED in the PDF file

Full video at http://screencast.com/t/Ua3jeh7p6.

Best regards,
  Seb

-- 
Sebastien Vauban





  parent reply	other threads:[~2013-11-08 10:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-07 18:39 bug#15827: 24.3.50; Error in ps-print with some custom colors Sebastien Vauban
2013-11-08  7:49 ` Glenn Morris
     [not found] ` <mailman.5537.1383897291.10748.bug-gnu-emacs@gnu.org>
     [not found]   ` <mailman.5537.1383897291.10748.bug-gnu-emacs-mXXj517/zsQ@public.gmane.org>
2013-11-08 10:21     ` Sebastien Vauban [this message]
2013-11-12  8:17       ` Glenn Morris
     [not found]       ` <mailman.5873.1384244290.10748.bug-gnu-emacs@gnu.org>
     [not found]         ` <mailman.5873.1384244290.10748.bug-gnu-emacs-mXXj517/zsQ@public.gmane.org>
2013-11-12 13:22           ` 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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86siv7fb2i.fsf@somewhere.org \
    --to=sva-news-d0wtavr13harg/idocfnwg@public.gmane.org \
    --cc=15827-ubl+/3LiMTaZdePnXv/OxA@public.gmane.org \
    --cc=rgm-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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.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).