emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bernt Hansen <bernt@norang.ca>
To: Carsten Dominik <carsten@orgmode.org>
Cc: emacs-orgmode@gnu.org
Subject: Annoying face customizations
Date: Thu, 13 Aug 2009 09:38:35 -0400	[thread overview]
Message-ID: <878whnsujo.fsf@gollum.intra.norang.ca> (raw)

Hi Carsten,

I have a small problem with the org customize interface.  I have two
systems which I sync files between using git (my Eee PC and my Linux
Workstation).  I've started syncing my .emacs and custom.el files along
with my org-mode files.

Both systems are running the same version of GNU Emacs 22.2.1
(i486-pc-linux-gnu, GTK+ Version 2.12.11) of 2008-11-09 on raven,
modified by Debian and org-mode.

However on my workstation when I customize org-tags-alist or
org-agenda-custom-commands I get face information embedded in the data
like this:

,----
|  '(org-tag-alist (quote ((:startgroup) (#("@InTown" 0 7 (face nil)) . 116) (#("@Work" 0 5 (face org-done)) . 119) ...
`----

but my Eee PC doesn't do this.  It saves changes like this

,----
|  '(org-tag-alist (quote ((:startgroup) ("@InTown" . 116) ("@Work" . 119) ...
`----

This makes synchronizing changes with git a bit hard since there are
always conflicts for the different face information.  Ideally I'd like
to just remove the face information completely so that it looks like the
second entry above.

Is there some way to control this?

Thanks,
Bernt

             reply	other threads:[~2009-08-13 13:38 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-13 13:38 Bernt Hansen [this message]
2009-08-14 14:30 ` Annoying face customizations Carsten Dominik
2009-08-14 14:32   ` Bernt Hansen
2009-08-14 14:38     ` Carsten Dominik
2009-08-14 14:43       ` Bernt Hansen
2009-08-14 15:19         ` Bernt Hansen
2009-08-14 15:26         ` Carsten Dominik
2009-08-14 15:40           ` Bernt Hansen
2009-08-14 17:11             ` Carsten Dominik

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.orgmode.org/

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

  git send-email \
    --in-reply-to=878whnsujo.fsf@gollum.intra.norang.ca \
    --to=bernt@norang.ca \
    --cc=carsten@orgmode.org \
    --cc=emacs-orgmode@gnu.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/org-mode.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).