emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-agenda-files and customize
@ 2014-06-29 18:11 David Masterson
  2014-06-30  1:42 ` Jorge A. Alfaro-Murillo
  0 siblings, 1 reply; 2+ messages in thread
From: David Masterson @ 2014-06-29 18:11 UTC (permalink / raw)
  To: emacs-orgmode

Hmmm.  I just noticed that the following happened:

1. I noticed org-agenda-files was set in the custom-set-variables
section of my .emacs.
2. I removed org-agenda-files from the custom-set-variables section of
my .emacs.
3. I set org-agenda-files in the standard way (C-c [).
4. I notices that org-agenda-files was back in the custom-set-variables
section of my .emacs.

Is that supposed to happen?
-- 
David Masterson
Programmer At Large

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: org-agenda-files and customize
  2014-06-29 18:11 org-agenda-files and customize David Masterson
@ 2014-06-30  1:42 ` Jorge A. Alfaro-Murillo
  0 siblings, 0 replies; 2+ messages in thread
From: Jorge A. Alfaro-Murillo @ 2014-06-30  1:42 UTC (permalink / raw)
  To: emacs-orgmode

David Masterson <dsmasterson@gmail.com> writes:

> 2. I removed org-agenda-files from the custom-set-variables section of
> my .emacs.
> 3. I set org-agenda-files in the standard way (C-c [).
> 4. I notices that org-agenda-files was back in the custom-set-variables
> section of my .emacs.
>
> Is that supposed to happen?

Yes. Where do you expect them to be?

If you do not like the custom-set-variables, you have three options (but
you cannot use 'C-c ['):

#+BEGIN_SRC emacs-lisp
  (setq org-agenda-files
        (list "file1" "file2" ...))
#+END_SRC

#+BEGIN_SRC emacs-lisp
  (setq org-agenda-files
        "path_to_a_directory_that_contains_all_your_files")
#+END_SRC

#+BEGIN_SRC emacs-lisp
  (setq org-agenda-files
        "path_to_a_file_with_the_names_and_location_of_all_your_files")
#+END_SRC

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-06-30  1:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-29 18:11 org-agenda-files and customize David Masterson
2014-06-30  1:42 ` Jorge A. Alfaro-Murillo

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).