Kaynağa Gözat

Add CLOCKSUM to special properties, to make org-invoice.el work again

* lisp/org.el (org-special-properties): Add CLOCKSUM to the special properties.
Carsten Dominik 14 yıl önce
ebeveyn
işleme
e8151c382c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -13439,7 +13439,7 @@ a *different* entry, you cannot use these techniques."
 
 (defconst org-special-properties
   '("TODO" "TAGS" "ALLTAGS" "DEADLINE" "SCHEDULED" "CLOCK" "CLOSED" "PRIORITY"
-    "TIMESTAMP" "TIMESTAMP_IA" "BLOCKED" "FILE")
+    "TIMESTAMP" "TIMESTAMP_IA" "BLOCKED" "FILE" "CLOCKSUM")
   "The special properties valid in Org-mode.
 
 These are properties that are not defined in the property drawer,