Explorar el Código

Don't mark items DONE when archiving them

The default value of `org-archive-mark-done' is now nil.
Carsten Dominik hace 15 años
padre
commit
cd7d2eb68e
Se han modificado 2 ficheros con 6 adiciones y 1 borrados
  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."