Clean up spacing to pass Emacs's pre-commit check

This is in preparation for syncing with the Emacs repo.
This commit is contained in:
Kyle Meyer 2015-08-10 01:18:52 -04:00
parent e802936f4b
commit 00dacdcc50
6 changed files with 33 additions and 33 deletions

View File

@ -8638,7 +8638,7 @@ be accumulated. You can add a filter preset through the option
@orgcmd{_,org-agenda-filter-by-effort} @orgcmd{_,org-agenda-filter-by-effort}
@vindex org-agenda-effort-filter-preset @vindex org-agenda-effort-filter-preset
@vindex org-sort-agenda-noeffort-is-high @vindex org-sort-agenda-noeffort-is-high
Filter the agenda view with respect to effort estimates. Filter the agenda view with respect to effort estimates.
You first need to set up allowed efforts globally, for example You first need to set up allowed efforts globally, for example
@lisp @lisp
(setq org-global-properties (setq org-global-properties
@ -14372,7 +14372,7 @@ however, override everything.
@subsubheading @LaTeX{} specific properties @subsubheading @LaTeX{} specific properties
@multitable {@code{:latex-link-with-unknown-path-format}} {@code{org-latex-link-with-unknown-path-format}} @multitable {@code{:latex-link-with-unknown-path-format}} {@code{org-latex-link-with-unknown-path-format}}
@item @code{:latex-active-timestamp-format} @tab @code{org-latex-active-timestamp-format} @item @code{:latex-active-timestamp-format} @tab @code{org-latex-active-timestamp-format}
@item @code{:latex-caption-above} @tab @code{org-latex-caption-above} @item @code{:latex-caption-above} @tab @code{org-latex-caption-above}
@item @code{:latex-classes} @tab @code{org-latex-classes} @item @code{:latex-classes} @tab @code{org-latex-classes}
@ -15063,22 +15063,22 @@ Code blocks in the following languages are supported.
@multitable @columnfractions 0.25 0.25 0.25 0.25 @multitable @columnfractions 0.25 0.25 0.25 0.25
@headitem @b{Language} @tab @b{Identifier} @tab @b{Language} @tab @b{Identifier} @headitem @b{Language} @tab @b{Identifier} @tab @b{Language} @tab @b{Identifier}
@item Asymptote @tab asymptote @tab Awk @tab awk @item Asymptote @tab asymptote @tab Awk @tab awk
@item C @tab C @tab C++ @tab C++ @item C @tab C @tab C++ @tab C++
@item Clojure @tab clojure @tab CSS @tab css @item Clojure @tab clojure @tab CSS @tab css
@item D @tab d @tab ditaa @tab ditaa @item D @tab d @tab ditaa @tab ditaa
@item Graphviz @tab dot @tab Emacs Calc @tab calc @item Graphviz @tab dot @tab Emacs Calc @tab calc
@item Emacs Lisp @tab emacs-lisp @tab Fortran @tab fortran @item Emacs Lisp @tab emacs-lisp @tab Fortran @tab fortran
@item gnuplot @tab gnuplot @tab Haskell @tab haskell @item gnuplot @tab gnuplot @tab Haskell @tab haskell
@item Java @tab java @tab Javascript @tab js @item Java @tab java @tab Javascript @tab js
@item LaTeX @tab latex @tab Ledger @tab ledger @item LaTeX @tab latex @tab Ledger @tab ledger
@item Lisp @tab lisp @tab Lilypond @tab lilypond @item Lisp @tab lisp @tab Lilypond @tab lilypond
@item MATLAB @tab matlab @tab Mscgen @tab mscgen @item MATLAB @tab matlab @tab Mscgen @tab mscgen
@item Objective Caml @tab ocaml @tab Octave @tab octave @item Objective Caml @tab ocaml @tab Octave @tab octave
@item Org mode @tab org @tab Oz @tab oz @item Org mode @tab org @tab Oz @tab oz
@item Perl @tab perl @tab Plantuml @tab plantuml @item Perl @tab perl @tab Plantuml @tab plantuml
@item Processing.js @tab processing @tab Python @tab python @item Processing.js @tab processing @tab Python @tab python
@item R @tab R @tab Ruby @tab ruby @item R @tab R @tab Ruby @tab ruby
@item Sass @tab sass @tab Scheme @tab scheme @item Sass @tab sass @tab Scheme @tab scheme
@item GNU Screen @tab screen @tab Sed @tab sed @item GNU Screen @tab screen @tab Sed @tab sed
@item shell @tab sh @tab SQL @tab sql @item shell @tab sh @tab SQL @tab sql
@item SQLite @tab sqlite @tab @tab @item SQLite @tab sqlite @tab @tab

View File

@ -99,7 +99,7 @@
(slime (slime
(require 'slime) (require 'slime)
(with-temp-buffer (with-temp-buffer
(insert expanded) (insert expanded)
(setq result (setq result
(slime-eval (slime-eval
`(swank:eval-and-grab-output `(swank:eval-and-grab-output

View File

@ -384,7 +384,7 @@ replaced with its value."
(nth 1 info)))) (nth 1 info))))
(org-fill-template (org-fill-template
(if (eq type 'inline) (if (eq type 'inline)
org-babel-exp-inline-code-template org-babel-exp-inline-code-template
org-babel-exp-code-template) org-babel-exp-code-template)
`(("lang" . ,(nth 0 info)) `(("lang" . ,(nth 0 info))
("body" . ,(org-escape-code-in-string (nth 1 info))) ("body" . ,(org-escape-code-in-string (nth 1 info)))

View File

@ -83,9 +83,9 @@
(mapcar #'org-babel-trim (reverse raw))))))) (mapcar #'org-babel-trim (reverse raw)))))))
(raw (org-babel-trim clean)) (raw (org-babel-trim clean))
(result-params (cdr (assoc :result-params params))) (result-params (cdr (assoc :result-params params)))
(parsed (parsed
(string-match (string-match
"\\(\\(.*\n\\)*\\)[^:\n]+ : \\([^=\n]+\\) =\\(\n\\| \\)\\(.+\\)$" "\\(\\(.*\n\\)*\\)[^:\n]+ : \\([^=\n]+\\) =\\(\n\\| \\)\\(.+\\)$"
raw)) raw))
(output (match-string 1 raw)) (output (match-string 1 raw))
(type (match-string 3 raw)) (type (match-string 3 raw))

View File

@ -12970,7 +12970,7 @@ statistics everywhere."
(and (listp org-provide-todo-statistics) (and (listp org-provide-todo-statistics)
(stringp (car org-provide-todo-statistics)) (stringp (car org-provide-todo-statistics))
(or (member kwd org-provide-todo-statistics) (or (member kwd org-provide-todo-statistics)
(member kwd org-done-keywords))) (member kwd org-done-keywords)))
(and (listp org-provide-todo-statistics) (and (listp org-provide-todo-statistics)
(listp (car org-provide-todo-statistics)) (listp (car org-provide-todo-statistics))
(or (member kwd (car org-provide-todo-statistics)) (or (member kwd (car org-provide-todo-statistics))
@ -12979,7 +12979,7 @@ statistics everywhere."
(setq cnt-all (1+ cnt-all)) (setq cnt-all (1+ cnt-all))
(if (eq org-provide-todo-statistics t) (if (eq org-provide-todo-statistics t)
(and kwd (setq cnt-all (1+ cnt-all))))) (and kwd (setq cnt-all (1+ cnt-all)))))
(when (or (and (member org-provide-todo-statistics '(t all-headlines)) (when (or (and (member org-provide-todo-statistics '(t all-headlines))
(member kwd org-done-keywords)) (member kwd org-done-keywords))
(and (listp org-provide-todo-statistics) (and (listp org-provide-todo-statistics)
(listp (car org-provide-todo-statistics)) (listp (car org-provide-todo-statistics))

View File

@ -1088,10 +1088,10 @@ linebreaks Let MathJax perform automatic linebreaks. Valid values
indent If align is not center, how far from the left/right side? indent If align is not center, how far from the left/right side?
Valid values are \"left\" and \"right\" Valid values are \"left\" and \"right\"
multlinewidth The width of the multline environment. multlinewidth The width of the multline environment.
autonumber How to number equations. Valid values are \"None\", autonumber How to number equations. Valid values are \"None\",
\"all\" and \"AMS Math\". \"all\" and \"AMS Math\".
tagindent The amount tags are indented. tagindent The amount tags are indented.
tagside Which side to show tags/labels on. Valid values are tagside Which side to show tags/labels on. Valid values are
\"left\" and \"right\" \"left\" and \"right\"
You can also customize this for each buffer, using something like You can also customize this for each buffer, using something like
@ -1116,14 +1116,14 @@ MathJax CDN Terms of Service.
(list :tag "align (alignment of displayed equations)" (list :tag "align (alignment of displayed equations)"
(const :format " " align) (string)) (const :format " " align) (string))
(list :tag "font (used to display math)" (list :tag "font (used to display math)"
(const :format " " font) (const :format " " font)
(choice (const "TeX") (choice (const "TeX")
(const "STIX-Web") (const "STIX-Web")
(const "Asana-Math") (const "Asana-Math")
(const "Neo-Euler") (const "Neo-Euler")
(const "Gyre-Pagella") (const "Gyre-Pagella")
(const "Gyre-Termes") (const "Gyre-Termes")
(const "Latin-Modern"))) (const "Latin-Modern")))
(list :tag "linebreaks (automatic line-breaking)" (list :tag "linebreaks (automatic line-breaking)"
(const :format " " linebreaks) (const :format " " linebreaks)
(choice (const "true") (choice (const "true")