Use global archive location default

* lisp/org-archive.el (org-get-local-archive-location): Use
`org-carchive-location' as default.

Strange that nobody has noticed this bug before!
This commit is contained in:
aaa bbb 2010-09-11 07:38:27 +02:00
parent 025921e94f
commit fd49e69730
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ information."
((or (re-search-backward re nil t)
(re-search-forward re nil t))
(match-string 1))
(t org-archive-location (match-string 1)))))))
(t org-archive-location))))))
(defun org-add-archive-files (files)
"Splice the archive files into the list of files.