0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-16 16:46:26 +00:00

org.el (org-check-agenda-file): Use a more explicit message

Requested by Daniel Clemente.
This commit is contained in:
Bastien Guerry 2009-09-09 18:37:57 +08:00
parent 92520bed1b
commit 6c7f8790fb
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2009-09-09 Bastien Guerry <bzg@altern.org>
* org.el (org-check-agenda-file): Use a more explicit message
2009-09-08 Carsten Dominik <carsten.dominik@gmail.com>
* org-exp.el (org-export-remove-special-table-lines): Don't remove

View file

@ -13788,7 +13788,7 @@ Optional argument FILE means, use this file instead of the current."
(defun org-check-agenda-file (file)
"Make sure FILE exists. If not, ask user what to do."
(when (not (file-exists-p file))
(message "non-existent file %s. [R]emove from list or [A]bort?"
(message "non-existent agenda file %s. [R]emove from list or [A]bort?"
(abbreviate-file-name file))
(let ((r (downcase (read-char-exclusive))))
(cond