diff --git a/lisp/org.el b/lisp/org.el index ec4a59c48..367d7e1ed 100755 --- a/lisp/org.el +++ b/lisp/org.el @@ -6365,7 +6365,6 @@ needs to be inserted at a specific position in the font-lock sequence.") ":\\).*$") '(1 'org-tag-group prepend))) ;; Special keywords - (list (concat "\\<" org-comment-string) '(0 'org-special-keyword t)) (list (concat "\\<" org-deadline-string) '(0 'org-special-keyword t)) (list (concat "\\<" org-scheduled-string) '(0 'org-special-keyword t)) (list (concat "\\<" org-closed-string) '(0 'org-special-keyword t))