Bläddra i källkod

Don't mark items DONE when archiving them

The default value of `org-archive-mark-done' is now nil.
Carsten Dominik 15 år sedan
förälder
incheckning
cd7d2eb68e
2 ändrade filer med 6 tillägg och 1 borttagningar
  1. 5 0
      lisp/ChangeLog
  2. 1 1
      lisp/org-archive.el

+ 5 - 0
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'.

+ 1 - 1
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."