Spelling fixes.
[bpt/emacs.git] / lisp / org / ChangeLog
index 1c320f2..d4f993f 100644 (file)
@@ -1,3 +1,13 @@
+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.
 
        * 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  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  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>
 
        (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
        * 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>
 
        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>
 
        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>
        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.
 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
 
        * org-export-latex.el (org-export-latex-subcontent):
-       Interprete target aliases as additonal labels.
+       Interprete 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>
 
 
   You should have received a copy of the GNU General Public License
   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
-