emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: org-agenda-file-regexp not used in org.el?
@ 2007-12-26 21:28 Wanrong Lin
  2007-12-29 12:15 ` Bastien
  0 siblings, 1 reply; 3+ messages in thread
From: Wanrong Lin @ 2007-12-26 21:28 UTC (permalink / raw)
  To: emacs-orgmode


Hi,

I am trying to customize the org-agenda-file-regexp variable to exclude 
those auto backup files starting with "#", but found out the regexp does 
not have any effect on agend file list. And I further found out it seems 
the variable org-agenda-file-regexp is not used in org.el at all. In 
function "org-agenda-files", the regular expression is hard coded to 
"\\.org\\'", as in these two lines:

(if (file-directory-p f)
     (directory-files f t "\\.org\\'")

I wonder whether this is a bug and should be fixed. Thank you.

Wanrong

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

end of thread, other threads:[~2008-01-02 22:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-26 21:28 Bug: org-agenda-file-regexp not used in org.el? Wanrong Lin
2007-12-29 12:15 ` Bastien
2008-01-02 22:05   ` Carsten Dominik

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