From: "Jose A. Ortega Ruiz" <jao@gnu.org>
To: emacs-orgmode@gnu.org
Subject: Re: Problem with agenda file list
Date: Sun, 27 Apr 2008 22:11:51 +0200 [thread overview]
Message-ID: <yr0gmynfrraw.fsf@google.com> (raw)
In-Reply-To: B0224D68-7E4A-4D5B-8DE8-4065F1DA9A30@science.uva.nl
Hi Carsten,
Carsten Dominik <dominik@science.uva.nl> writes:
> Hi Jose,
>
> in principle it would be possible, of course, to write a
> custom function that directly modifies a special Org
> configuration file. However, that is even less clean than
> what I was doing so far and is bound to cause problems. What
> if another person does *not* have a special file for Org?
> Should I then directly manipulate .emacs? I think this is
> not acceptable.
>
I think we're misunderstanding each other :) What i really want is to
just set in my .emacs something along the lines of
(setq org-agenda-files '("/home/jao/org/a.org" "home/jao/org/b.org"))
(require 'org-install)
and be sure that org won't write any custom-set-variables or
custome-set-faces in my custom file. Last time i tried doing that,
org-agenda-files appeared automagically in my custom-set-variables
section, together with a face definition for font-lock-warning in my
custom-set-faces... they were put in my .emacs, but i was using a
separate custom-file, so i just set and loaded custom-file before
loading org, and then org-agenda-files and font-lock-warning are written
by org in my custom-file instead of .emacs. But since i'm setting
org-agenda-files in my .emacs, what i'd like is that it wouldn't appear
in custom-set-variables.
My understanding was that, in order to prevent this behaviour (that is,
the automatic modification of custom-set-variables and -faces), my only
option was to use the org files list file. Am i confused?
Thanks!
jao
> There is of course, a simple solution for you: Set the value
> of org-agenda-files with a lisp setq form in .emacs, and never use
> `C-c [' and `C-c ]' to modify the list. If you want to be sure,
> disable these functions with `disable-command'.
>
next prev parent reply other threads:[~2008-04-27 21:08 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-26 3:11 Problem with agenda file list Dan Griswold
2008-04-26 11:06 ` Jose A. Ortega Ruiz
2008-04-26 11:28 ` Dan Griswold
2008-04-26 20:25 ` Carsten Dominik
2008-04-27 15:17 ` Eddward DeVilla
2008-04-27 15:51 ` Carsten Dominik
2008-04-27 17:08 ` Jose A. Ortega Ruiz
2008-04-27 18:44 ` Carsten Dominik
2008-04-27 20:11 ` Jose A. Ortega Ruiz [this message]
2008-04-28 4:12 ` 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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=yr0gmynfrraw.fsf@google.com \
--to=jao@gnu.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 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.