Match `org-complex-heading-regexp' with a nil `case-fold-search'
commit7bbe9202c2d641dfaabab45b1bfd4b7f1f0bf71a
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Fri, 28 Oct 2016 22:38:15 +0000 (29 00:38 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Fri, 28 Oct 2016 22:38:15 +0000 (29 00:38 +0200)
tree6043b10bf240e2bb562d2c436454fead516e23b6
parente8b4eeb4828d21ba5495b5898d6ca4d565fe1560
Match `org-complex-heading-regexp' with a nil `case-fold-search'

* lisp/org-agenda.el (org-agenda-goto):
* lisp/org-clock.el (org-clock-in):
(org-clock-out):
(org-clock-put-overlay):
(org-clock-load):
* lisp/org-element.el (org-element-context):
* lisp/org-footnote.el (org-footnote--allow-reference-p):
* lisp/org-mobile.el:
* lisp/ox.el (org-export--get-subtree-options):
* lisp/org.el (org-insert-heading):
(org-edit-headline):
(org-open-at-point):
(org-refile-get-targets):
(org--get-outline-path-1):
(org-toggle-comment):
(org-set-tags-to):
(org-set-tags):
(org-entry-properties):
(org-delete-indentation):
(org-beginning-of-line):
(org-end-of-line):
(org-mode-flyspell-verify): Bind `case-fold-search' to nil when matching
`org-complex-heading-regexp'.

(org-complex-heading-regexp): Add a note about the necessity to have
`case-fold-search' bound to nil.
lisp/org-agenda.el
lisp/org-clock.el
lisp/org-element.el
lisp/org-footnote.el
lisp/org-mobile.el
lisp/org.el
lisp/ox.el