summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2009-10-02 06:47:30 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2009-10-02 06:47:30 +0200
commitcd7d2eb68e1f8d4f3a85a8ec6b5caf1c081b70a6 (patch)
treef68afeec0426a312174e13288119ff8cdc83a277
parent748560088d2d2f759c2126079db47951640c6a6c (diff)
downloadorg-mode-cd7d2eb68e1f8d4f3a85a8ec6b5caf1c081b70a6.tar.gz
Don't mark items DONE when archiving them
The default value of `org-archive-mark-done' is now nil.
-rwxr-xr-xlisp/ChangeLog5
-rw-r--r--lisp/org-archive.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2a906d0..eb344e2 100755
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2009-10-02 Carsten Dominik <carsten.dominik@gmail.com>
+
+ * org-archive.el (org-archive-mark-done): Change default value to
+ nil.
+
2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-context): Call `bobp', not `eobp'.
diff --git a/lisp/org-archive.el b/lisp/org-archive.el
index 1d856b4..fad0b4f 100644
--- a/lisp/org-archive.el
+++ b/lisp/org-archive.el
@@ -50,7 +50,7 @@ See `org-archive-to-archive-sibling' for more information."
:group 'org-archive
:type 'string)
-(defcustom org-archive-mark-done t
+(defcustom org-archive-mark-done nil
"Non-nil means, mark entries as DONE when they are moved to the archive file.
This can be a string to set the keyword to use. When t, Org-mode will
use the first keyword in its list that means done."