emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: Annoying face customizations


From: Carsten Dominik
Subject: [Orgmode] Re: Annoying face customizations
Date: Fri, 14 Aug 2009 17:26:15 +0200

On Aug 14, 2009, at 5:19 PM, Bernt Hansen wrote:

I think maybe I've fixed this by deleting the entries in the customize
interface and recreating them from scratch with identical detail.



Hi Bernt,

No, this will com back when you use the agenda or change
any tags with the fast tag interface.

What comes blow is a simpler technique to get rid of the properties:

I have now removed one reason why these things might get text properties. Please pull, then do this:

1. Call your agenda C-c a a.
2. Evaluate this form


(setq org-tag-alist
  (mapcar (lambda (x)
            (if (stringp (car x))
                (set-text-properties 0 (length (car x)) nil (car x)))
            x)
          org-tag-alist))

3. Customize both variables, and press Se and Save for both of them.

4. Let me know if the problem re-appears (it will if you ever use
   an oder version of Org, either calling the agenda or setting tags.

HTH

- Carsten

On Aug 14, 2009, at 4:43 PM, Bernt Hansen wrote:

Carsten Dominik <address@hidden> writes:

On Aug 14, 2009, at 4:32 PM, Bernt Hansen wrote:

Only org-tag-alist and org-agenda-custom-commands.

Do you see face information in the agenda custom commands?
This is strange, because they are not made by parsing some buffer.
Maybe you cut/paste some text for the custom commands from some
fontified buffer?

Hmmm maybe.  I didn't do that intentionally. :)
I see face information in the custom commands.

C-h v org-agenda-custom-commands shows (on my workstation)

,----
| Value:
| (("s" "Started Tasks" todo
|   #("STARTED" 0 7
|     (face org-warning))
|   ((org-agenda-todo-ignore-with-date nil)))
|  ("w" "Tasks waiting on something" tags
|   #("WAITING/!" 0 9
|     (face org-warning))
|   ((org-use-tag-inheritance nil)))
|  ("r" "Refile New Notes and Tasks" tags
|   #("LEVEL=1+REFILE" 0 14
|     (face org-warning))
|   ((org-agenda-todo-ignore-with-date nil)))
|  ("N" "Notes" tags
|   #("NOTE" 0 4
|     (face org-warning))
|   nil)
|  ("n" "Next" tags
|   #("NEXT-WAITING/!" 0 14
|     (face org-warning))
|   nil))
`----

After clicking the _Customize_ button the values ('WAITING/!', 'NOTE',
etc) are all RED.

This only happens on my workstation. I just don't know how to get this
to stop - it's been like this for a _long_ time (over a year?)

-Bernt





reply via email to

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