From: Wanrong Lin <wanrong.lin@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Bug: org-agenda-file-regexp not used in org.el?
Date: Wed, 26 Dec 2007 16:28:57 -0500 [thread overview]
Message-ID: <4772C799.5020409@gmail.com> (raw)
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
next reply other threads:[~2007-12-26 21:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-26 21:28 Wanrong Lin [this message]
2007-12-29 12:15 ` Bug: org-agenda-file-regexp not used in org.el? Bastien
2008-01-02 22:05 ` 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=4772C799.5020409@gmail.com \
--to=wanrong.lin@gmail.com \
--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.