diff --git a/lisp/ChangeLog b/lisp/ChangeLog index aa32074d3..1983aaeeb 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-10-27 Carsten Dominik + + * org.el (org-default-properties): Add STYLE property. + 2009-10-26 Carsten Dominik * org-table.el (org-table-convert-region): Correctly interpret diff --git a/lisp/org.el b/lisp/org.el index d2c7dbdc6..ed36c45cb 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -11860,7 +11860,7 @@ but in some other way.") "TABLE_EXPORT_FORMAT" "TABLE_EXPORT_FILE" "EXPORT_FILE_NAME" "EXPORT_TITLE" "EXPORT_AUTHOR" "EXPORT_DATE" "ORDERED" "NOBLOCKING" "COOKIE_DATA" "LOG_INTO_DRAWER" - "CLOCK_MODELINE_TOTAL") + "CLOCK_MODELINE_TOTAL" "STYLE") "Some properties that are used by Org-mode for various purposes. Being in this list makes sure that they are offered for completion.")