summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2011-05-06 17:20:40 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2011-05-06 17:20:40 +0200
commite8151c382cf9c8f717c03002e62af334108d9ee5 (patch)
tree77739ab63767adaa23114a81949673fb4a1cfa77
parenta173acf275608695d0ddc6441b6cac04aa29f6bf (diff)
downloadorg-mode-e8151c382cf9c8f717c03002e62af334108d9ee5.tar.gz
Add CLOCKSUM to special properties, to make org-invoice.el work again
* lisp/org.el (org-special-properties): Add CLOCKSUM to the special properties.
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index cd0065a..acbb261 100644
--- a/lisp/org.el
+++ b/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,