Quoting fixes in lisp/org
commit6cd2629bd1b3ce77d29ac28e29237c94a4197116
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 31 Aug 2015 07:28:55 +0000 (31 00:28 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 31 Aug 2015 07:29:40 +0000 (31 00:29 -0700)
tree4e90f898cdb6f9d99489fce790a7ec64680824d5
parent41ed99a322f35639bdc7402b1b7089d85782e8d3
Quoting fixes in lisp/org

* lisp/org/org-agenda.el (org-search-view, org-todo-list)
(org-tags-view):
* lisp/org/org-capture.el (org-capture-mode)
* lisp/org/org-ctags.el (org-ctags-visit-buffer-or-file)
(org-ctags-ask-append-topic):
* lisp/org/org.el (org-time-string-to-time)
(org-time-string-to-absolute):
* lisp/org/org-ctags.el (org-ctags-visit-buffer-or-file)
(org-ctags-ask-append-topic):
* lisp/org/org.el (org-time-string-to-time)
(org-time-string-to-absolute):
Respect ‘text-quoting-style’ in diagnostics.
* lisp/org/org-agenda.el (org-agenda-custom-commands)
(org-agenda-dim-blocked-tasks): Plural of TODO is TODOs, not TODO’s.
* lisp/org/org-capture.el (org-capture-fill-template):
Avoid contraction in output file that might be ASCII.
* lisp/org/org-compat.el (format-message):
Define if not already defined, for backward compatibility.
* lisp/org/org-src.el (org-edit-src-save):
* lisp/org/org.el (org-cycle, org-ctrl-c-ctrl-c):
Escape apostrophes in diagnostics.
lisp/org/org-agenda.el
lisp/org/org-capture.el
lisp/org/org-compat.el
lisp/org/org-ctags.el
lisp/org/org-src.el
lisp/org/org.el