diff --git a/lisp/org.el b/lisp/org.el index 825cd8c71..76501816e 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -5561,7 +5561,8 @@ by a #." (match-beginning 6) (match-end 6) (if (string-equal dc1 "+title:") '(font-lock-fontified t face org-document-title) - '(font-lock-fontified t face org-document-info)))) + '(font-lock-fontified t face org-document-info))) + (org-rear-nonsticky-at (match-end 0))) ((or (equal dc1 "+results") (member dc1 '("+begin:" "+end:" "+caption:" "+label:" "+orgtbl:" "+tblfm:" "+tblname:" "+results:"