Browse Source

Dependencies: Add completion support for ORDERED.

Carsten Dominik 16 years ago
parent
commit
80514f743e
2 changed files with 4 additions and 1 deletions
  1. 3 0
      lisp/ChangeLog
  2. 1 1
      lisp/org.el

+ 3 - 0
lisp/ChangeLog

@@ -1,5 +1,8 @@
 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
 
+	* org.el (org-default-properties): Add ORDERED to the default
+	properties, to get completion support for it.
+
 	* org-list.el (org-update-checkbox-count): Update more than one cookie.
 
 	* org.el (org-update-parent-todo-statistics): Update more than one

+ 1 - 1
lisp/org.el

@@ -10342,7 +10342,7 @@ but in some other way.")
   '("ARCHIVE" "CATEGORY" "SUMMARY" "DESCRIPTION"
     "LOCATION" "LOGGING" "COLUMNS" "VISIBILITY"
     "TABLE_EXPORT_FORMAT" "TABLE_EXPORT_FILE"
-    "EXPORT_FILE_NAME" "EXPORT_TITLE")
+    "EXPORT_FILE_NAME" "EXPORT_TITLE" "ORDERED")
   "Some properties that are used by Org-mode for various purposes.
 Being in this list makes sure that they are offered for completion.")