summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraaa bbb <dominik@powerbook-g4-12-van-aaa-bbb.local>2010-09-11 07:38:27 +0200
committeraaa bbb <dominik@powerbook-g4-12-van-aaa-bbb.local>2010-09-11 07:38:27 +0200
commitfd49e69730ef47d4b797f6a5a80c6a92075e2590 (patch)
treea6122c43f9d859b98669af92ee5588833a9d05d3
parent025921e94f9e07932f3c3f11185f42423f147995 (diff)
downloadorg-mode-fd49e69730ef47d4b797f6a5a80c6a92075e2590.tar.gz
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!
-rw-r--r--lisp/org-archive.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-archive.el b/lisp/org-archive.el
index 865f4d1..629da05 100644
--- a/lisp/org-archive.el
+++ b/lisp/org-archive.el
@@ -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.