1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-11-29 07:58:21 +00:00

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

* lisp/org.el (org-special-properties): Add CLOCKSUM to the special properties.
This commit is contained in:
Carsten Dominik 2011-05-06 17:20:40 +02:00
parent a173acf275
commit e8151c382c

View File

@ -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,