org-mode/lisp
Kyle Meyer 0839dc4322 Protect remaining apostrophes in docstrings
Protect apostrophes not covered by the last backport.  Convert
expressions like '(...)  to \\='(...)  and symbols written as 'name to
`name'.  (In addition to ensuring the correct display, the latter also
improves consistency with many Org docstrings.)

If these aren't protected, Emacs 25 may display them as curved quotes in
the help buffer, depending on the value of text-quoting-style.
2015-09-21 18:38:39 -04:00
..
Makefile Makefile (clean-install): Also remove ox*.el* files 2013-04-18 14:43:45 +02:00
ob-C.el Protect remaining apostrophes in docstrings 2015-09-21 18:38:39 -04:00
ob-J.el ob-J: adapt to new `org-babel-process-params' 2014-08-26 09:16:28 +02:00
ob-R.el Protect remaining apostrophes in docstrings 2015-09-21 18:38:39 -04:00
ob-abc.el improve handling of output file types 2013-09-25 09:12:42 -06:00
ob-asymptote.el Update some copyright years 2015-02-16 01:40:07 +01:00
ob-awk.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
ob-calc.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
ob-clojure.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
ob-comint.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
ob-coq.el Update remaining copyright years in lisp/ 2015-08-10 02:17:52 -04:00
ob-core.el Protect remaining apostrophes in docstrings 2015-09-21 18:38:39 -04:00
ob-css.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
ob-ditaa.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
ob-dot.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
ob-ebnf.el ob-ebnf: Fix copyright and style 2013-10-29 15:18:24 +01:00
ob-emacs-lisp.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
ob-eval.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
ob-exp.el Protect remaining apostrophes in docstrings 2015-09-21 18:38:39 -04:00
ob-forth.el ob-forth: Silence byte-compiler 2014-08-14 11:15:37 +02:00
ob-fortran.el Backport quote-related commits from Emacs 2015-09-21 18:38:18 -04:00
ob-gnuplot.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
ob-groovy.el Protect remaining apostrophes in docstrings 2015-09-21 18:38:39 -04:00
ob-haskell.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
ob-io.el Protect remaining apostrophes in docstrings 2015-09-21 18:38:39 -04:00
ob-java.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
ob-js.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
ob-keys.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
ob-latex.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
ob-ledger.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
ob-lilypond.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
ob-lisp.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
ob-lob.el Update some copyright years 2015-02-16 01:40:07 +01:00
ob-makefile.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
ob-matlab.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
ob-maxima.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
ob-mscgen.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
ob-ocaml.el Update some copyright years 2015-02-16 01:40:07 +01:00
ob-octave.el Protect remaining apostrophes in docstrings 2015-09-21 18:38:39 -04:00
ob-org.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
ob-perl.el Protect remaining apostrophes in docstrings 2015-09-21 18:38:39 -04:00
ob-picolisp.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
ob-plantuml.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
ob-processing.el ob-processing.el: Support for Processing language 2015-04-25 10:01:21 +02:00
ob-python.el Protect remaining apostrophes in docstrings 2015-09-21 18:38:39 -04:00
ob-ref.el Backport quote-related commits from Emacs 2015-09-21 18:38:18 -04:00
ob-ruby.el Protect remaining apostrophes in docstrings 2015-09-21 18:38:39 -04:00
ob-sass.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
ob-scala.el Protect remaining apostrophes in docstrings 2015-09-21 18:38:39 -04:00
ob-scheme.el Backport quote-related commits from Emacs 2015-09-21 18:38:18 -04:00
ob-screen.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
ob-sed.el Org Babel now supports sed scripts 2015-05-30 14:59:01 +02:00
ob-shell.el Protect remaining apostrophes in docstrings 2015-09-21 18:38:39 -04:00
ob-shen.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
ob-sql.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
ob-sqlite.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
ob-table.el Protect remaining apostrophes in docstrings 2015-09-21 18:38:39 -04:00
ob-tangle.el ob-tangle: Fix commenting links at column 0 2015-09-10 11:12:20 +02:00
ob.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
org-agenda.el Protect remaining apostrophes in docstrings 2015-09-21 18:38:39 -04:00
org-archive.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
org-attach.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
org-bbdb.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
org-bibtex.el Backport quote-related commits from Emacs 2015-09-21 18:38:18 -04:00
org-capture.el Modify quote-related backport 2015-09-21 18:38:39 -04:00
org-clock.el Protect remaining apostrophes in docstrings 2015-09-21 18:38:39 -04:00
org-colview.el org-colview: Fix column view area 2015-08-12 14:49:02 +02:00
org-compat.el Backport quote-related commits from Emacs 2015-09-21 18:38:18 -04:00
org-crypt.el Protect remaining apostrophes in docstrings 2015-09-21 18:38:39 -04:00
org-ctags.el Backport quote-related commits from Emacs 2015-09-21 18:38:18 -04:00
org-datetree.el org-datetree: Fix DATE_TREE search 2015-08-22 21:40:54 +02:00
org-docview.el org-element: Externalize docview links 2015-02-03 23:00:21 +01:00
org-element.el Backport quote-related commits from Emacs 2015-09-21 18:38:18 -04:00
org-entities.el org-entities: Fix "infin" entity 2015-09-07 21:19:29 +02:00
org-eshell.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
org-faces.el Protect remaining apostrophes in docstrings 2015-09-21 18:38:39 -04:00
org-feed.el Backport quote-related commits from Emacs 2015-09-21 18:38:18 -04:00
org-footnote.el org-footnote-action: Handle nil context 2015-08-24 00:10:54 -04:00
org-gnus.el Backport commit c1cacb0 from Emacs master branch 2015-08-22 16:51:38 -04:00
org-habit.el Backport quote-related commits from Emacs 2015-09-21 18:38:18 -04:00
org-id.el Use substitute-command-keys more 2015-09-21 18:33:45 -04:00
org-indent.el org-indent: Remove extra column in indentation 2015-08-25 15:03:59 +02:00
org-info.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
org-inlinetask.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
org-install.el org-install.el: Do not warn users. 2013-01-22 14:08:39 +01:00
org-irc.el Backport quote-related commits from Emacs 2015-09-21 18:38:18 -04:00
org-list.el Protect remaining apostrophes in docstrings 2015-09-21 18:38:39 -04:00
org-macro.el Remove spurious argument to `org-link-search' 2015-08-04 14:10:44 +02:00
org-macs.el Protect remaining apostrophes in docstrings 2015-09-21 18:38:39 -04:00
org-mhe.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
org-mobile.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
org-mouse.el Backport quote-related commits from Emacs 2015-09-21 18:38:18 -04:00
org-pcomplete.el org-pcomplete: Update copyright year 2015-04-22 14:23:19 +02:00
org-plot.el Backport quote-related commits from Emacs 2015-09-21 18:38:18 -04:00
org-protocol.el Backport quote-related commits from Emacs 2015-09-21 18:38:18 -04:00
org-rmail.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
org-src.el Backport quote-related commits from Emacs 2015-09-21 18:38:18 -04:00
org-table.el Protect remaining apostrophes in docstrings 2015-09-21 18:38:39 -04:00
org-timer.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
org-w3m.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
org.el Protect remaining apostrophes in docstrings 2015-09-21 18:38:39 -04:00
ox-ascii.el Merge branch 'maint' into backport-master 2015-07-26 23:56:50 -04:00
ox-beamer.el ox-beamer: Wrap labels in braces 2015-06-16 21:30:41 +02:00
ox-html.el Protect remaining apostrophes in docstrings 2015-09-21 18:38:39 -04:00
ox-icalendar.el Backport remaining changes from commit 7e09ef0 2015-08-10 02:17:19 -04:00
ox-latex.el Protect remaining apostrophes in docstrings 2015-09-21 18:38:39 -04:00
ox-man.el Backport commit 0c856a2 from Emacs master branch 2015-08-05 23:29:43 -04:00
ox-md.el ox-md: Fix ID and custom ID links export 2015-09-20 22:58:56 +02:00
ox-odt.el ox-odt: Prevent internal links to target table of contents 2015-09-18 23:58:51 +02:00
ox-org.el Protect remaining apostrophes in docstrings 2015-09-21 18:38:39 -04:00
ox-publish.el Modify quote-related backport 2015-09-21 18:38:39 -04:00
ox-texinfo.el Backport commit 0c856a2 from Emacs master branch 2015-08-05 23:29:43 -04:00
ox.el Protect remaining apostrophes in docstrings 2015-09-21 18:38:39 -04:00