Spelling fixes.
[bpt/emacs.git] / lisp / org / ChangeLog
index d63929d..6f835c7 100644 (file)
@@ -1,3 +1,50 @@
+2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
+
+       * ob.el (org-babel-expand-body:generic, org-babel-number-p):
+       * ob-ref.el (org-babel-ref-parse): Fix typos.
+
+2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
+
+       * ob.el (org-babel-execute-src-block): Fix typo.
+
+2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
+
+       * org.el (org-link-unescape, org-link-unescape-compound): Fix typos.
+
+2011-11-20  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * org-list.el (org-list-send-item): Use sort instead of sort*.
+
+2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
+
+       * org-table.el (org-table-line-to-dline): Fix typo.
+
+2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
+
+       * org-agenda.el (org-agenda-add-entry-text-descriptive-links)
+       (org-agenda-custom-commands, org-write-agenda, org-check-for-org-mode)
+       (org-search-syntax-table, org-modify-diary-entry-string)
+       (org-write-agenda):
+       * org-bbdb.el (org-bbdb-anniv-export-ical):
+       * org-bibtex.el (org-bibtex-fields):
+       * org-icalendar.el (org-icalendar-date-time-format):
+       * org-latex.el (org-export-latex-inline-image-extensions):
+       * org-list.el (org-list-insert-item): Fix typos.
+
+2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
+
+       * org-plot.el (org-plot/gnuplot-to-grid-data): Fix typo in docstring.
+
+2011-09-27  Eli Zaretskii  <eliz@gnu.org>
+
+       * org.el (org-mode): Force left-to-right paragraphs in Org
+       buffers.  For a related discussions, see
+       https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
+
+2011-09-17  Juanma Barranquero  <lekktu@gmail.com>
+
+       * org.el (org-toggle-pretty-entities): Fix typo in message.
+
 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
 
        * org-compat.el (org-pop-to-buffer-same-window): Deleted.
@@ -41,7 +88,7 @@
 
 2011-07-28  Bastien Guerry  <bzg@gnu.org>
 
-       * org-publish.el (org-publish-index-generate-theindex): rename
+       * org-publish.el (org-publish-index-generate-theindex): Rename
        from `org-publish-index-generate-theindex.inc'.  Use the file
        theindex.org directly instead of including theindex.inc.
        (org-publish-projects): Don't delete .orgx files.
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
 
-       * org.el (org-timestamp-change): keep point in the same category
+       * org.el (org-timestamp-change): Keep point in the same category
        when updating a time-stamp.  This requires to be careful, as,
        depending on the locale, name of day might change of length during
        the process.
 
        * org-archive.el (org-archive-subtree): While it might be possible
        to archive an headline of a temporary buffer (i.e. not visiting a
-       file), it wouldn't be really sensical.
+       file), it wouldn't be really sensible.
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
 
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
 
-       * org.el (org-in-block-p): new function.
+       * org.el (org-in-block-p): New function.
 
        * org-footnote.el (org-footnote-forbidden-blocks): New variable.
        (org-footnote-in-valid-context-p): New function.
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
 
-       * org-footnote.el (org-footnote-action): offer to create
+       * org-footnote.el (org-footnote-action): Offer to create
        definition when none is found.
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
 
-       * org-footnote.el (org-footnote-re): avoid matching inactive
+       * org-footnote.el (org-footnote-re): Avoid matching inactive
        time-stamps or check-box cookies.
-       (org-footnote-next-reference-or-definition): adapt to the new regexp.
+       (org-footnote-next-reference-or-definition): Adapt to the new regexp.
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
 
-       * org-exp.el (org-export-preprocess-string): if the last subtree
+       * org-exp.el (org-export-preprocess-string): If the last subtree
        is commented, footnotes inserted during normalizing at the end of
        the buffer may get deleted. This patch ensures deletion comes
        first, normalization second.
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
 
-       * org-exp.el (org-export-footnotes-data): change docstring.
-       (org-export-footnotes-seen): renamed from
+       * org-exp.el (org-export-footnotes-data): Change docstring.
+       (org-export-footnotes-seen): Rename from
        org-export-footnotes-markers.
 
-       * org-ascii.el (org-export-as-ascii): apply change.
+       * org-ascii.el (org-export-as-ascii): Apply change.
 
-       * org-docbook.el (org-export-as-docbook): apply change.
+       * org-docbook.el (org-export-as-docbook): Apply change.
 
-       * org-footnote.el (org-footnote-normalize): apply change.
+       * org-footnote.el (org-footnote-normalize): Apply change.
 
-       * org-html.el (org-export-as-html): apply change.
+       * org-html.el (org-export-as-html): Apply change.
 
-       * org-latex.el (org-export-as-latex): apply change.
+       * org-latex.el (org-export-as-latex): Apply change.
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
 
-       * org-latex.el (org-export-latex-preprocess): rely on
+       * org-latex.el (org-export-latex-preprocess): Rely on
        `org-export-footnotes-markers' to retreive definition of the
        current footnote during export.
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
 
-       * org-footnote.el (org-footnote-normalize): remember footnotes
+       * org-footnote.el (org-footnote-normalize): Remember footnotes
        seen so far by the exporter when choosing the new marker.
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
 
-       * org-footnote.el (org-footnote-normalize): make use of
+       * org-footnote.el (org-footnote-normalize): Make use of
        `org-footnote-insert-pos-for-preprocessor'.
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
 
-       * org-footnote.el (org-footnote-normalize): add `org-footnote'
+       * org-footnote.el (org-footnote-normalize): Add `org-footnote'
        property to footnote markers when preparing for exportation.
 
-       * org-html.el (org-export-as-html): read new property to decide
+       * org-html.el (org-export-as-html): Read new property to decide
        when to export a footnote.
 
-       * org-docbook.el (org-export-as-docbook): read new property to
+       * org-docbook.el (org-export-as-docbook): Read new property to
        decide when to export a footnote.
 
-       * org-latex.el (org-export-latex-preprocess): ensure footnote at
+       * org-latex.el (org-export-latex-preprocess): Ensure footnote at
        column 0 cannot end a list containing it by adding
        `original-indentation' property to it.
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
 
-       * org-exp.el (org-export-preprocess-string): normalize footnotes
+       * org-exp.el (org-export-preprocess-string): Normalize footnotes
        before marking lists ending.
 
-       * org-latex.el (org-export-latex-preprocess): work with labels as
+       * org-latex.el (org-export-latex-preprocess): Work with labels as
        strings and not as numbers.
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
 
-       * org-docbook.el (org-export-docbook-footnote-separator): new
-       variable
-       (org-export-as-docbook): add a separator between footnotes.
+       * org-docbook.el (org-export-docbook-footnote-separator): New
+       variable.
+       (org-export-as-docbook): Add a separator between footnotes.
 
-       * org-html.el (org-export-html-footnote-separator): new variable.
-       (org-export-as-html): add a separator between footnotes.
+       * org-html.el (org-export-html-footnote-separator): New variable.
+       (org-export-as-html): Add a separator between footnotes.
 
-       * org-latex.el (org-export-latex-footnote-separator): new
+       * org-latex.el (org-export-latex-footnote-separator): New
        variable.
-       (org-export-latex-preprocess): add a separator between footnotes.
+       (org-export-latex-preprocess): Add a separator between footnotes.
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
 
        * org-exp.el (org-export-footnotes-markers)
-       (org-export-footnotes-data): new variables.
-       (org-export-preprocess-string): use a more explicit argument.
+       (org-export-footnotes-data): New variables.
+       (org-export-preprocess-string): Use a more explicit argument.
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
 
-       * org-footnote.el (org-footnote-goto-definition): now, determining
+       * org-footnote.el (org-footnote-goto-definition): Now, determining
        if point is at a footnote reference is entirely determined by
        `org-footnote-at-reference-p'. No need to check if pattern isn't
        at beginning of the line elsewhere.
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
 
-       * org-footnote.el (org-footnote-next-reference-or-definition): new
+       * org-footnote.el (org-footnote-next-reference-or-definition): New
        function.
 
-       * org.el (org-activate-footnote-links): activate the whole
+       * org.el (org-activate-footnote-links): Activate the whole
        footnote, but only fontify its label.
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
 
-       * org-footnote.el (org-footnote-normalize): make use of changes to
+       * org-footnote.el (org-footnote-normalize): Make use of changes to
        `org-footnote-at-reference-p' and creation of various functions..
        Also comment code.
-       (org-footnote-get-next-reference, org-footnote-delete-references,
-       org-footnote-delete-definitions): new functions
-       (org-footnote-goto-previous-reference, org-footnote-all-labels,
-       org-insert-footnote-reference-near-definition, org-footnote-delete):
-       rewrite to use org-footnote-get-next-reference.
+       (org-footnote-get-next-reference, org-footnote-delete-references)
+       (org-footnote-delete-definitions): New functions.
+       (org-footnote-goto-previous-reference, org-footnote-all-labels)
+       (org-insert-footnote-reference-near-definition, org-footnote-delete):
+       Rewrite to use org-footnote-get-next-reference.
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
 
-       * org-footnote.el (org-footnote-re): don't end an inline footnote
+       * org-footnote.el (org-footnote-re): Don't end an inline footnote
        at unrelated closing square brackets.
-       (org-footnote-at-reference-p): improve accuracy of the function to
+       (org-footnote-at-reference-p): Improve accuracy of the function to
        determine if point is at a reference and to extract definition of an
        inline footnote.
-       (org-footnote-all-labels, org-footnote-action, org-footnote-delete,
-       org-footnote-auto-adjust-maybe): make use of previous function.
+       (org-footnote-all-labels, org-footnote-action, org-footnote-delete)
+       (org-footnote-auto-adjust-maybe): Make use of previous function.
 
 2011-07-28  Bastien Guerry  <bzg@gnu.org>
 
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
 
-       * org-list.el (org-cycle-item-indentation): cycling back to
+       * org-list.el (org-cycle-item-indentation): Cycling back to
        original position deleted any additional information in the item,
        like a counter or a tag.
 
 2011-07-28  Pieter Praet  <pieter@praet.org>
 
        * org-crypt.el (org-crypt-disable-auto-save): New defcustom.
-       (org-decrypt-entry): before decrypting, check whether
+       (org-decrypt-entry): Before decrypting, check whether
        `auto-save-mode' is enabled for the current buffer, and act on it
        according to how `org-crypt-disable-auto-save' is set.  Remove
        comment re "encrypt[ing] Org auto-saved buffers".  Remove on-init
 
 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
 
-       * ob-C.el (ob-tangle): initialize variable from `ob-tangle'.
+       * ob-C.el (ob-tangle): Initialize variable from `ob-tangle'.
 
-       * ob-asymptote.el (ob-tangle): initialize variable from `ob-tangle'.
+       * ob-asymptote.el (ob-tangle): Initialize variable from `ob-tangle'.
 
-       * ob-awk.el (ob-tangle): initialize variable from `ob-tangle'.
+       * ob-awk.el (ob-tangle): Initialize variable from `ob-tangle'.
 
-       * ob-clojure.el (ob-tangle): initialize variable from `ob-tangle'.
+       * ob-clojure.el (ob-tangle): Initialize variable from `ob-tangle'.
 
-       * ob-haskell.el (ob-tangle): initialize variable from `ob-tangle'.
+       * ob-haskell.el (ob-tangle): Initialize variable from `ob-tangle'.
 
-       * ob-latex.el (ob-tangle): initialize variable from `ob-tangle'.
+       * ob-latex.el (ob-tangle): Initialize variable from `ob-tangle'.
 
-       * ob-lisp.el (ob-tangle): initialize variable from `ob-tangle'.
+       * ob-lisp.el (ob-tangle): Initialize variable from `ob-tangle'.
 
-       * ob-ocaml.el (ob-tangle): initialize variable from `ob-tangle'.
+       * ob-ocaml.el (ob-tangle): Initialize variable from `ob-tangle'.
 
-       * ob-perl.el (ob-tangle): initialize variable from `ob-tangle'.
+       * ob-perl.el (ob-tangle): Initialize variable from `ob-tangle'.
 
-       * ob-python.el (ob-tangle): initialize variable from `ob-tangle'.
+       * ob-python.el (ob-tangle): Initialize variable from `ob-tangle'.
 
-       * ob-ruby.el (ob-tangle): initialize variable from `ob-tangle'.
+       * ob-ruby.el (ob-tangle): Initialize variable from `ob-tangle'.
 
-       * ob-tangle.el (ob-tangle): initialize variable from `ob-tangle'.
+       * ob-tangle.el (ob-tangle): Initialize variable from `ob-tangle'.
 
 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
 
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
 
-       * org-list.el (org-reset-checkbox-state-subtree): make the command
+       * org-list.el (org-reset-checkbox-state-subtree): Make the command
        more robust, and correctly update check-boxes in the whole
        sub-tree.
-       (org-update-checkbox-count): fix bug accumulating count of checkboxes
+       (org-update-checkbox-count): Fix bug accumulating count of checkboxes
        when walking a subtree.
-       (org-update-checkbox-count-maybe): add an optional argument passed to
+       (org-update-checkbox-count-maybe): Add an optional argument passed to
        org-update-checkbox-count.
 
 2011-07-28  Ted Zlatanov  <tzz@lifelogs.com>
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
 
-       * org-list.el (org-list-parse-list): replace transitional
+       * org-list.el (org-list-parse-list): Replace transitional
        check-boxes with "[CBTRANS]" string during parsing.
-       (org-list-to-generic): use the new property `:cbtrans' to configure
+       (org-list-to-generic): Use the new property `:cbtrans' to configure
        export string for transitional check-boxes.
 
 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
 
        * org-list.el (org-list-separating-blank-lines-number): Fix
        confusion between point and item beginning.  Now, if no
-       information is avalaible, truly follow user preference when it
+       information is available, truly follow user preference when it
        inserts blank lines manually.
        (org-list-insert-item): Send correct argument to the preceding
        function.
 
 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
 
-       * org-latex.el (org-export-latex-preprocess): Protect index string
+       * org-latex.el (org-export-latex-preprocess): Protect index string.
 
 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
 
        (org-bibtex-headline): Make use of new
        `org-bibtex-export-arbitrary-fields' and `org-bibtex-key-property'
        variables.
-       (org-bibtex-autokey):  Make use of new `org-bibtex-key-property'
+       (org-bibtex-autokey): Make use of new `org-bibtex-key-property'
        variable.
-       (org-bibtex-fleshout):  Make use of new `org-bibtex-key-property'
+       (org-bibtex-fleshout): Make use of new `org-bibtex-key-property'
        variable.
-       (org-bibtex-write):  Make use of new `org-bibtex-key-property'
+       (org-bibtex-write): Make use of new `org-bibtex-key-property'
        variable.
 
 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
 
        * org-html.el (org-html-handle-links): Add an alternate for inline
-       images
+       images.
 
 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
 
 
        * ob-python.el (org-babel-python-evaluate-external-process): Allow
        parsing as a table in the case of ":results output table".
-       (org-babel-python-evaluate-session):   Allow parsing as a table in
+       (org-babel-python-evaluate-session): Allow parsing as a table in
        the case of ":results output table".
 
 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
 
        * org.el (org-set-font-lock-defaults): Be more strict when
        recognizing description items, and do not fontify wrong cases
-       like: "- term ::description" or "1. term :: description"
+       like: "- term ::description" or "1. term :: description".
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
 
 
 2011-07-28  Bastien Guerry  <bzg@gnu.org>
 
-       * org-html.el (org-export-as-html): fix export of email.
+       * org-html.el (org-export-as-html): Fix export of email.
 
 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
 
 
 2011-07-28  Bastien Guerry  <bzg@gnu.org>
 
-       * org-crypt.el: remove useless TODO in comments.
+       * org-crypt.el: Remove useless TODO in comments.
 
 2011-07-28  Bastien Guerry  <bzg@gnu.org>
 
-       * org-html.el (org-export-as-html): the default postamble now only
+       * org-html.el (org-export-as-html): The default postamble now only
        export a date paragraph if `org-export-time-stamp-file' is
        non-nil.
 
 2011-07-28  Bernt Hansen  <bernt@norang.ca>
 
        * org-clock.el (org-clock-in): Allow clocking in new tasks
-       inserted before the current clocking task
+       inserted before the current clocking task.
 
 2011-07-28  Bernt Hansen  <bernt@norang.ca>
 
        * org-clock.el (org-clock-in): Set default clocking task when
-       already clocking the task
+       already clocking the task.
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
 
 
 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
 
-       * org-html.el (org-format-org-table-html): fix anchors in HTML
+       * org-html.el (org-format-org-table-html): Fix anchors in HTML
        export (thanks to <aankhen@gmail.com>)
-       (org-html-protect): fix a  bug that prevents some target to be
+       (org-html-protect): Fix a  bug that prevents some target to be
        rendered correctly.
 
 2011-07-28  Bastien Guerry  <bzg@gnu.org>
 
 2011-07-28  Bastien Guerry  <bzg@gnu.org>
 
-       * org-capture.el (org-capture-put-target-region-and-position): New
-       function to store information about the target buffer.
+       * org-capture.el (org-capture-put-target-region-and-position):
+       New function to store information about the target buffer.
        (org-capture-set-target-location): Use it.
-       (org-capture-finalize): restore the target buffer in its
+       (org-capture-finalize): Restore the target buffer in its
        possibly narrowed state.  Also restore the cursor position.
 
 2011-07-28  Bastien Guerry  <bzg@gnu.org>
 
-       * org-crypt.el (auto-save-default): make sure entries are
+       * org-crypt.el (auto-save-default): Make sure entries are
        encrypted before auto-saving.
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
 
-       * org.el (org-narrow-to-subtree): ensure `org-back-to-heading'
+       * org.el (org-narrow-to-subtree): Ensure `org-back-to-heading'
        will move point to a real heading and not an inline task by
        wraping function into a `org-with-limited-levels' macro.
 
 2011-07-28  Bastien Guerry  <bzg@gnu.org>
 
        * org.el (org-refile-get-targets): Rename from
-       `org-get-refile-targets.'
+       `org-get-refile-targets'.
 
 2011-07-28  Bastien Guerry  <bzg@gnu.org>
 
 
 2011-07-28  Bastien Guerry  <bzg@gnu.org>
 
-       * org-table.el (org-table-fix-formulas-confirm): new custom
+       * org-table.el (org-table-fix-formulas-confirm): New custom
        variable.
        (org-table-insert-column, org-table-delete-column)
        (org-table-move-column, org-table-move-row)
 
 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
 
-       * org-latex.el: place \title \author \date before
+       * org-latex.el: Place \title \author \date before
        \begin{document}.
 
 2011-07-28  Bastien Guerry  <bzg@gnu.org>
 
        * org-html.el (org-export-html-preamble)
-       (org-export-html-postamble): now default to `nil'.
-       (org-export-as-html): when :html-pre/postamble is nil, fall
+       (org-export-html-postamble): Now default to `nil'.
+       (org-export-as-html): When :html-pre/postamble is nil, fall
        back on the default pre/postamble, which depends on the
        :author-info, :email-info, :creator-info options.
 
 
 2011-07-28  Bastien Guerry  <bzg@gnu.org>
 
-       * org.el (org-move-subtree-down): leave the cursor at the same
+       * org.el (org-move-subtree-down): Leave the cursor at the same
        column we were at.
 
 2011-07-28  Bastien Guerry  <bzg@gnu.org>
 
 2011-07-28  Bastien Guerry  <bzg@gnu.org>
 
-       * org-exp.el (org-export-remove-headline-metadata): bugfix: don't
+       * org-exp.el (org-export-remove-headline-metadata): Bugfix: don't
        case-fold-search to avoid mixing TODO keywords with real headline
        words.
 
 2011-07-28  Bastien Guerry  <bzg@gnu.org>
 
        * org-html.el (org-export-html-postamble-format)
-       (org-export-html-preamble-format): explain how to escape the
+       (org-export-html-preamble-format): Explain how to escape the
        `%' character.
 
 2011-07-28  Bastien Guerry  <bzg@gnu.org>
 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
 
        * ob-latex.el (org-babel-execute:latex): Add imagemagick options,
-       and for file types other than png and pdf it uses imagemagick to
-       convert a compiled pdf file to the desired file type.
-       (convert-pdf): Convert a pdf file to a new file type using
+       and for file types other than png and PDF it uses imagemagick to
+       convert a compiled PDF file to the desired file type.
+       (convert-pdf): Convert a PDF file to a new file type using
        imagemagick.
 
 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
 
-       * org-capture.el (org-capture-fill-template): fix bug with the
+       * org-capture.el (org-capture-fill-template): Fix bug with the
        display of interactive prompt in templates expansion.
 
 2011-07-28  Reiner Steib  <reiner.steib@gmx.de>
        * org.el (org-set-autofill-regexps): Use `org-item-re' in
        `paragraph-start' to recognize alphabetical lists.
        (org-fill-paragraph): Enforce a pre-computed fill-prefix before
-       calling `fill-paragraph' when point in in an item.  Also prevent
+       calling `fill-paragraph' when point is in an item.  Also prevent
        paragraphs getting merged into an adjacent list upon filling.
        (org-adaptive-fill-function): Make sure to determine real
        fill-prefix for auto-fill.
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
 
-       * org-list.el (org-list-struct): when a line has org-example
+       * org-list.el (org-list-struct): When a line has org-example
        property, skip the entire block.  This is needed during export,
        for example when src blocks in org markup contain lists, and are
        returned verbatim because org isn't in the list of interpreted
        * org-capture.el (org-capture-place-item): Reflect changes to
        `org-item-beginning-re'.
 
-       * org-docbook.el (org-export-docbook-list-line): handle New type
+       * org-docbook.el (org-export-docbook-list-line): Handle New type
        of items.
 
        * org-exp.el (org-export-mark-list-end)
        (org-in-item-p,org-list-struct,org-list-parse-list): Apply change.
 
        * org-exp.el (org-export-mark-list-end)
-       (org-export-mark-list-properties): Apply change
+       (org-export-mark-list-properties): Apply change.
 
        * org-latex.el (org-export-latex-lists): Apply change.  Also
        prevent items with org-example property to be considered as real
        * org-list.el (org-list-blocks): New variable.
        (org-list-context): New function.
        (org-list-full-item-re): New variable.
-       (org-list-struct-assoc-at-point): Use new varible.
+       (org-list-struct-assoc-at-point): Use new variable.
        (org-list-struct): Rewrite of function.  Now, list data is
        collected by looking at the list line after line.  It reads the
        whole list each time because reading only a subtree was not enough
 
 2011-07-28  David Maus  <dmaus@ictsoc.de>
 
-       * org.el (org-link-escape): New unicode aware percent encoding
+       * org.el (org-link-escape): New Unicode aware percent encoding
        algorithm.
 
 2011-07-28  Sebastian Rose  <sebastian_rose@gmx.de>
        * org-protocol.el (org-protocol-unhex-single-byte-sequence): New
        function.  Decode hex-encoded singly byte sequences.
        (org-protocol-unhex-compound): Use new function if decoding sequence
-       as unicode character failed.
+       as Unicode character failed.
 
 2011-07-28  Bastien Guerry  <bzg@gnu.org>
 
-       * org-html.el (org-export-as-html): expand the HTML title.
+       * org-html.el (org-export-as-html): Expand the HTML title.
 
 2011-07-28  Bastien Guerry  <bzg@gnu.org>
 
        * ob-tangle.el (org-babel-spec-to-string): Adding "noweb" as a
        linking comment type
        (org-babel-tangle-comment-links): Returns comment links for the
-       source code block at point
+       source code block at point.
 
 2011-07-28  Bastien Guerry  <bzg@gnu.org>
 
 
        * org-capture.el (org-capture-templates): Add %f and %F escapes
        (org-capture): Add more information to capture property list
-       (org-capture-fill-template): Handle %f and %F escapes
+       (org-capture-fill-template): Handle %f and %F escapes.
 
 2011-07-28  David Maus  <dmaus@ictsoc.de>
 
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
 
-       * org-exp.el (org-export-mark-list-ending): insert additional
+       * org-exp.el (org-export-mark-list-ending): Insert additional
        newline characters if end-list-marker is at a wrong position.
 
 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
        output file.
 
        * ob-sass.el (org-babel-execute:sass): Return nil if result has
-       been written to file
+       been written to file.
 
 2011-07-28  Dan Davison  <dandavison7@gmail.com>
 
        with code implementing the writing of graohical output to file.
        (org-babel-execute:R): Use `org-babel-R-graphical-output-file' to
        determine whether R is taking responsibility for writing output to
-       file; if so, this is signalled to ob.el by returning a nil result.
+       file; if so, this is signaled to ob.el by returning a nil result.
 
 2011-07-28  Dan Davison  <dandavison7@gmail.com>
 
 
 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
 
-       * org-exp.el (org-export-preprocess-string): delaying code block
+       * org-exp.el (org-export-preprocess-string): Delay code block
        processing a bit to allow correct list parsing in the export string.
 
 2010-12-11  Christopher Allan Webber  <cwebber@dustycloud.org>
 
 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
 
-       * ob-lob.el (org-babel-lob-get-info): including pass-through
+       * ob-lob.el (org-babel-lob-get-info): Include pass-through
        header arguments in results variable header argument string.
 
 2010-12-11  David Maus  <dmaus@ictsoc.de>
 
 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
 
-       * org.el (org-indent-line-function): simplify code and remove bug that
+       * org.el (org-indent-line-function): Simplify code and remove bug that
        would insert a tab at the beginning of the line when trying to
        indent the item.
 
 
 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
 
-       * ob-calc.el (org-babel-execute:calc): support for variables --
+       * ob-calc.el (org-babel-execute:calc): Support for variables --
        converts :var variables in calc variables.
 
 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
 
        * org-indent.el (org-indent-add-properties):
-       Use `with-silent-modificatons'.
-       (org-indent-remove-properties): Use `with-silent-modificatons'.
+       Use `with-silent-modifications'.
+       (org-indent-remove-properties): Use `with-silent-modifications'.
 
 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
 
 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
 
        * ob.el (org-babel-get-src-block-info): Form info list correctly
-       when parenthesised arguments are missing.
+       when parenthesized arguments are missing.
 
 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
 
        src blocks.
        (org-speed-command-default-hook): The default hook for
        org-speed-command-hook.  Factored out from org-self-insert-command
-       and mimics existing behaviour.
+       and mimics existing behavior.
        (org-self-insert-command): Modified to use org-speed-command-hook.
 
 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
 
 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
 
-       * ob-tangle.el: autoload org-babel-tangle-lang-exts from ob-tangle.
+       * ob-tangle.el: Autoload org-babel-tangle-lang-exts from ob-tangle.
 
 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
 
 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
 
        * org-list.el (org-insert-item-internal): Guessing of blank lines
-       number is made by looking at neighbours items, if any.
+       number is made by looking at neighboring items, if any.
 
 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
 
 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
 
        * org-list.el (org-insert-item-internal): New function to handle
-       positionning and contents of an item being inserted at a specific
+       positioning and contents of an item being inserted at a specific
        pos. It is not possible anymore to split a term in a description
        list or a checkbox when inserting a new item.
 
 
 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
 
-       * ob-scheme.el: very preliminary support for evaluating scheme
+       * ob-scheme.el: Very preliminary support for evaluating scheme
        code blocks.
 
        * org.el (org-babel-load-languages): Adding scheme.
 
        * ob-latex.el (org-babel-execute:latex): Adding new ":fit" and
        ":border" header arguments which both use the "preview" latex
-       package to fit the resulting pdf image to the figure.
+       package to fit the resulting PDF image to the figure.
 
 2010-11-11  David Maus  <dmaus@ictsoc.de>
 
 
 2010-11-11  David Maus  <dmaus@ictsoc.de>
 
-       * org-agenda.el (org-write-agenda): Delete postscript file after
-       creating conversion to pdf.
+       * org-agenda.el (org-write-agenda): Delete PostScript file after
+       creating conversion to PDF.
 
 2010-11-11  David Maus  <dmaus@ictsoc.de>
 
 
 2010-07-19  Bastien Guerry  <bzg@altern.org>
 
-       * org-timer.el (org-timer-set-timer): Fix bug about cancelling
+       * org-timer.el (org-timer-set-timer): Fix bug about canceling
        timers.
 
 2010-07-19  David Maus  <dmaus@ictsoc.de>
        a list of symbols specifying which of the special keywords #+DATE,
        #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
        (org-fontify-meta-lines-and-blocks): Changes to font-lock code
-       implementing new faces and hiding behaviour.
+       implementing new faces and hiding behavior.
 
        * org-faces.el (org-document-title): New face for #+TITLE lines.
        (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines.
        package.
 
        * org-latex.el (org-export-latex-tables): Only add a caption when
-       macro in in longtable environments if one has been defined.
+       macro is in longtable environments if one has been defined.
 
        * org-html.el (org-export-as-html): Only take title from buffer if
        not exporting body-only.
        buffer and at the position of the given clock.  However, changes
        to the current clock are local and have no effect on the user's
        active clock.  This allows, for example, far any clock to be
-       cancelled without cancelling the active clock.
+       canceled without canceling the active clock.
        (org-clock-clock-in): New inline function that switches the active
        clock to the given clock.  If either the argument RESUME, or the
        global `org-clock-in-resume', are non-nil, it will resume a clock
 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
 
        * org.el (org-remove-empty-overlays-at)
-       (org-clean-visibility-after-subtree-move): New functons.
+       (org-clean-visibility-after-subtree-move): New functions.
        (org-move-subtree-down): Simplify cleanup of display.
 
 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
 
 2009-08-06  Bastien Guerry  <bzg@altern.org>
 
-       * org.el (org-special-ctrl-a/e): Explicitely bind the value
+       * org.el (org-special-ctrl-a/e): Explicitly bind the value
        'reversed for this option to the "true line boundary first"
        behavior.
        (org-tags-match-list-sublevels): Document the 'indented value for
 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
 
        * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
-       better bufer-generating mechanism.
+       better buffer-generating mechanism.
        (org-edit-src-find-buffer): New function.
 
        * org-icalendar.el (org-print-icalendar-entries): Don't check for
 
 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
 
-       * org.el (org-sort-entries-or-items): Match TODO keywrds
+       * org.el (org-sort-entries-or-items): Match TODO keywords
        case-sensitively, when sorting.
        (org-priority): Do not match TODO keywords with wrong case.
 
 
        * org-exp.el (org-export-as-html): Use IDs in the correct way.
 
-       * org.el (org-uuidgen-p): New funtion.
+       * org.el (org-uuidgen-p): New function.
 
        * org-agenda.el (org-agenda-fontify-priorities): New default value
        `cookies'.
 
        * org.el (org-enforce-todo-checkbox-dependencies): New option.
        (org-block-todo-from-checkboxes): New function.
-       (org-todo): Make tripple prefix arg circumvent blocking.
+       (org-todo): Make triple prefix arg circumvent blocking.
 
 2009-01-30  Glenn Morris  <rgm@gnu.org>
 
        * org.el (org-agenda-tags-todo-honor-ignore-options):
        Declare variable.
 
-       * org-table.el (org-table-insert-hline): Fix typo in fuction call
+       * org-table.el (org-table-insert-hline): Fix typo in function call
        to `backward-char'.
 
        * org-exp.el (org-export-as-html): Remove the initial space from
 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
 
        * org-export-latex.el (org-export-latex-subcontent):
-       Interprete target aliases as additonal labels.
+       Interpret target aliases as additional labels.
 
        * org-exp.el (org-export-target-aliases): New variable.
        (org-export-preprocess-string)
        (org-export-handle-invisible-targets): Fill the alias alist.
        (org-export-as-html): Remove the &nbsp; from the anchor, and also
        assign an id.
-       (org-html-level-start): Insert the target aliases as additonal
+       (org-html-level-start): Insert the target aliases as additional
        anchors.
 
        * org.el (org-edit-fixed-width-region): Fix bug when starting a new
 
        * org-agenda.el (org-format-agenda-item)
        (org-agenda-filter-make-matcher): Make sure tags are stored and
-       compared donwcased.
+       compared downcased.
 
 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
 
        * org.el (org-entry-get-multivalued-property)
        (org-entry-protect-space, org-entry-restore-space):
        New functions.
-       (org-file-apps-defaults-macosx): Let postscript files be opened by
+       (org-file-apps-defaults-macosx): Let PostScript files be opened by
        preview.
        (org-time-stamp-inactive): Call `org-time-stamp'.
-       (org-time-stamp): New argument `inactive'.  Also edit inacive
+       (org-time-stamp): New argument `inactive'.  Also edit inactive
        stamps.  Convert time stamp type.
        (org-open-file): Interpret the `default' value for the `command'
        in `org-file-apps'.
        (org-edit-fixed-width-region): Also try
        `org-edit-fixed-width-region'.
        (org-edit-fixed-width-region-mode): New option.
-       (org-activate-code): Only interprete lines starting with colon
+       (org-activate-code): Only interpret lines starting with colon
        plus a space as example lines.
 
        * org-remember.el (org-remember-templates): Add nil instead of
 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
 
        * org.el (org-schedule, org-deadline): Protect scheduled and
-       deadline tasks against changes that accidently remove the
+       deadline tasks against changes that accidentally remove the
        repeater.  Also show a message with the new date when done.
 
 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
 
   You should have received a copy of the GNU General Public License
   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
-