]> code.delx.au - gnu-emacs/blobdiff - lisp/org/ChangeLog
Merge from emacs-24
[gnu-emacs] / lisp / org / ChangeLog
index 03d3cdd45f3bf2355b5c0806603377a47f542b35..acb8470bf866a2e8a4b7b0e12dae1fd8de769efb 100644 (file)
+2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Simplify use of current-time and friends.
+       * org-archive.el (org-archive-subtree)
+       (org-archive-to-archive-sibling):
+       * org-clock.el (org-resolve-clocks, org-clock-get-sum-start)
+       (org-clock-special-range):
+       * org-timer.el (org-timer-seconds):
+       * org.el (org-read-date-analyze, org-get-cursor-date):
+       * ox-html.el (org-html-format-spec):
+       * ox-icalendar.el (org-icalendar--vtodo):
+       Omit unnecessary call to current-time.
+       * org-clock.el (org-clock-get-table-data): Omit unnecessary, lossy
+       conversion from floating point to Emacs time and back.
+       (org-resolve-clocks): Prefer two-argument floor.
+       * org-compat.el (org-float-time): Simplify to an alias because
+       time-to-seconds now behaves like float-time with respect to nil arg.
+       * org.el (org-get-cursor-date):
+       Don't call current-time twice to get the current time stamp,
+       as this can lead to inconsistent results.
+
+2014-10-20  Glenn Morris  <rgm@gnu.org>
+
+       * Merge in all changes up to 24.4 release.
+
+2014-10-12  Marco Wahl  <marcowahlsoft@gmail.com>
+
+       * org-agenda.el (org-get-entries-from-diary):
+       Use `diary-fancy-display' instead of the obsolete
+       `diary-display-hook'.
+
+2014-10-12  Nicolas Goaziou  <mail@nicolasgoaziou.fr>
+
+       * ox.el (org-export-async-start): Limit first argument to lambda
+       expressions.
+
+       * ox-publish.el (org-publish, org-publish-all)
+       (org-publish-current-file): Replace `ignore', per limit stated above.
+
+2014-10-12  Christopher Schmidt  <ch@ristopher.com>
+
+       * org.el (orgstruct-make-binding): Do not use loop in interpreted code.
+
+2014-10-12  Mike McLean  <mike.mclean@pobox.com>  (tiny change)
+
+       * org-agenda.el (org-agenda-time-grid): Change docstring.
+
+2014-10-12  Nicolas Goaziou  <mail@nicolasgoaziou.fr>
+
+       * ox.el (org-export-async-start): Allow to use symbols as function.
+
+2014-10-03  Achim Gratz  <Stromeko@Stromeko.DE>
+
+       * ob-sh.el (org-babel-sh-initiate-session): After initiating a
+       session, initialize the marker `comint-last-output-start' since it
+       is going to be used by the ANSI color filter without further
+       checks in Emacs 23 and throws an error.
+
+       * ob-lilypond.el: Change prefix from `ly-' to
+       `org-babel-lilypond-' throughout.
+
+       * org-footnote.el: Forward declare `org-element-context',
+       `org-element-property' and `org-element-type'.
+
+       * org.el: Add forward declarations for a number of functions that
+       the compiler otherwise warns about as potentially undefined at
+       runtime.
+
+       * ob-core.el: Add comment to forward declaration of
+       'org-src-preserve-indentations'.
+
+       * ob-exp.el: Require org-src to import
+       'org-src-preserve-indentations'.
+
+       * ob-haskell.el, ob-python.el: Remove superfluous forward
+       declaration of 'org-src-preserve-indentations', since it gets
+       imported by other requires.
+
+       * ob-core.el (org-every): Forward declare 'org-every'.
+
+       * ob-C.el: Require cl during compilation so that lexical-let is
+       known.
+
+       * org-entities.el: Remove superfluous require of org-macs.
+       Forward declare 'org-toggle-pretty-entities' and
+       'org-pretty-entities'.
+
+       * ox.el (org-export-get-parent): Move definition of
+       'org-export-get-parent' before first use.  Leave comment at original
+       place of definition.
+
+       * org.el (org-uniquify): Move definition of 'org-uniquify' before
+       first use.  Leave comment at original place of definition.
+
+       * ob-tangle.el (org-babel-tangle): When `file-name-directory'
+       returns nil, do not run make-directory.  Remove superfluous when
+       clauses by using short-circuiting `and' instead.
+
+2014-10-03  Alex Kosorukoff  <alex@3form.com>  (tiny change)
+
+       * org-capture.el (org-capture-fill-template): Set `mark-active' to
+       nil.
+
+2014-10-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-agenda.el (org-agenda-prepare): Reset preset filters when
+       using sticky agendas.
+
+       * org-agenda.el (org-agenda-get-sexps): Don't add tags as text
+       properties.
+
+       * org-capture.el (org-capture-fill-template):
+       Take `org-extend-today-until' into account when setting the format time
+       string.
+
+       * org.el (org-paste-subtree): Fix match subexpression.
+
+       * org.el (org-fix-ellipsis-at-bol): Delete.
+       (org-mode, org-show-context, org-isearch-end): Don't use
+       `org-fix-ellipsis-at-bol'.
+
+       * org-agenda.el (org-agenda-filter-apply): Fix setting of
+       `org-agenda-filtered-by-category'.
+
+       * org.el (org-fontify-meta-lines-and-blocks-1): Fix handling
+       of `org-hidden-keywords'.
+
+       * org-agenda.el (org-cmp-ts): Fix agenda entry type checking.
+
+       * org-agenda.el (org-entries-lessp): Fix inactive timestamp
+       comparison.
+
+       * org-agenda.el (org-agenda-mode): Let `org-agenda-redo' DTRT
+       when agenda are sticky.
+       (org-agenda-tag-filter-while-redo): Delete.
+       (org-agenda-list, org-agenda-redo, org-agenda-filter-by-tag):
+       Remove unused code.
+       (org-agenda-clockreport-mode, org-agenda-set-mode-name):
+       Don't consider tag filters.
+
+       * org.el (org-fix-ellipsis-at-bol)
+       (org-first-headline-recenter): Use `set-window-start' instead
+       of `recenter'.
+
+       * org-agenda.el (org-recenter-heading): Delete.
+
+       * org.el (org-insert-heading): With one universal prefix argument
+       or `org-insert-heading-respect-content' set to `t', always respect
+       the content, i.e. don't insert a list item and don't convert
+       normal lines into headings.  Update docstring.
+       (org-insert-heading-respect-content): Remove unused arg.
+       (org-insert-todo-heading-respect-content): Don't use
+       `org-insert-todo-heading-respect-content', use the second argument
+       of `org-insert-todo-heading' instead.
+
+       * org-mobile.el (org-mobile-edit): Use only one arg.
+
+       * org.el (org-overview): Don't call `recenter'.
+
+       * org-agenda.el (org-agenda-custom-commands-local-options):
+       Fix misquoted values.
+
+       * org.el (org-property-re): Also match null properties by default.
+       (org-entry-delete): Also delete null properties.
+       (org-read-property-value): Allow the empty string as a new value.
+       (org-delete-property): Throw a message when there is not property
+       to delete.
+
+       * org-agenda.el (org-agenda-insert-diary-make-new-entry):
+       Fix docstring.
+
+       * org.el (org-re-property): New parameter `allow-null' to match
+       property with a null value.
+       (org-entry-put): Correctly update a property with a null
+       value.
+
+       * ox-md.el (org-md-headline): When exporting with a HTML table of
+       contents, add HTML anchors to Markdown headlines.
+
+       * org.el (org-insert-heading): Don't insert an item when called
+       with two universal prefix arguments.
+
+       * org-agenda.el (org-agenda-finalize): Remove duplicate check for
+       'org-hd-marker.
+
+       * org-agenda.el (org-agenda-prepare-window): New parameter
+       `filter-alist' to set the filters correctly when
+       `org-agenda-persistent-filter' is on.
+       (org-agenda-prepare): Use the new parameter for
+       `org-agenda-prepare-window'.
+
+       * org-compat.el (org-in-invisibility-spec-p): Tiny code cleanup.
+       (org-move-to-column): Only remove '(org-filtered) from
+       `buffer-invisibility-spec'.
+
+       * org-agenda.el (org-agenda-mode): Add buffer invisibility specs.
+       (org-agenda-filter-hide-line, org-agenda-remove-filter):
+       Set the 'invisible text property to 'org-filtered.
+       (org-agenda-show-new-time): Add the default face to avoid the
+       foreground of the last character on the line to leak into the
+       timestamp notification.
+
+       * org-agenda.el (org-get-time-of-day): Don't return time string
+       from within links.
+
+       * org-timer.el (org-timer-value-string): Always return a positive
+       value.  Add docstring.
+
+       * org-capture.el (org-capture-steal-local-variables): Don't steal
+       `mark-active', which should be nil in the target buffer.
+
+       * org-agenda.el (org-agenda-remove-filter): Use `save-excursion'.
+
+       * org.el (org-move-subtree-down): Use `org-end-of-subtree' instead
+       of `outline-end-of-subtree'.
+       (outline-end-of-subtree): Remove advice.
+
+       * org-mouse.el (org-mouse-move-tree, org-mouse-do-remotely):
+       Use `org-end-of-subtree' instead of `outline-end-of-subtree'.
+
+       * org-agenda.el (org-cmp-ts): Argument `type' is not optional.
+       Don't quote it.
+
+       * org-habit.el (org-habit-insert-consistency-graphs): Don't remove
+       filter overlays as we don't use overlays for filters anymore.
+
+       * org-agenda.el (org-agenda-local-vars):
+       Add `org-agenda-top-headline-filter'.
+       (org-agenda-filter-by-category): Fix syntax.
+       (org-agenda-filter-show-all-top-filter): New function.
+       (org-agenda-filter-by-top-headline)
+       (org-agenda-filter-remove-all): Use the new function.
+       (org-agenda-filter-top-headline-apply): Use a dedicated symbol
+       `top-headline'.
+
+       * org.el (org-entry-properties): Ensure the special property is
+       not commented out when matched.
+
+       * org-agenda.el (org-agenda-write): Code cleanup.
+       (org-agenda-mark-filtered-text)
+       (org-agenda-unmark-filtered-text)
+       (org-agenda-fix-tags-filter-overlays-at): Delete.
+       (org-agenda-remove-marked-text): Use the `property' argument
+       instead of hard-coding 'org-filtered.
+       (org-agenda-filter-remove-all): Use `org-agenda-finalize'.
+       (org-agenda-filter-hide-line): Rewrite using text properties
+       instead of overlays.
+       (org-agenda-remove-filter): New function.
+       (org-agenda-filter-show-all-tag)
+       (org-agenda-filter-show-all-cat)
+       (org-agenda-filter-show-all-re): Rewrite using
+       `org-agenda-remove-filter'.
+
+       * org-attach.el (org-attach-dir): When the property is "inherited"
+       from a variable outside of the file, do not use
+       `org-entry-property-inherited-from' to find the attachment
+       position, assume we need to go back to the current headline.
+
+       * ob-R.el (org-babel-R-assign-elisp): Fix parsing of a
+       one-dimensional value.
+
+       * org.el (org-insert-heading): Fix bug when trying to insert a
+       heading when point is before the first headline and not at the
+       beginning of a line.
+
+       * org-table.el (org-table-eval-formula): Fix conversion of
+       inactive timestamps to active ones.
+
+       * org.el (org-set-regexps-and-options):
+       Allow `org-complex-heading-regexp-format' to match [/] and [%] cookies
+       when they are both before and after the heading.
+
+       * org-agenda.el (org-agenda-max-todos, org-agenda-max-tags)
+       (org-agenda-max-effort): Fix type strings.
+
+       * org-capture.el (org-capture-fill-template): Deactivate region
+       while trying to align tags on the current headline.
+
+       * org-agenda.el (org-agenda-finalize): Filter by top headline if
+       `org-agenda-top-headline-filter' is set.
+
+2014-10-03  Bernt Hansen  <bernt@norang.ca>
+
+       * org-macs.el: Remove restriction when locating markers.
+
+2014-10-03  Dmitry Gorbik  <dgorbik@me.com>  (tiny change)
+
+       * org.el (org-fast-tag-selection): Fix window splitting.
+
+2014-10-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob-screen.el (org-babel-screen-test): Use unpredictable name for
+       temporary file.
+
+       * ob-screen.el (org-babel-screen-session-write-temp-file):
+       Use unpredictable temp file name, fixes bug#17416.
+
+2014-10-03  Ian Kelling  <ian@iankelling.org>
+
+       * ob-core.el (org-babel-insert-result): Test all list elements
+       against listp and (eq element 'hline) instead of checking just the
+       first.
+
+2014-10-03  Konstantin Kliakhandler  <kosta@slumpy.org>  (tiny change)
+
+       * org-agenda.el (org-agenda-redo): Reapply the filters correctly.
+
+2014-10-03  Kyle Meyer  <kyle@kyleam.com>  (tiny change)
+
+       * ox.el (org-export-show-temporary-export-buffer): Fix typo.
+
+2014-10-03  Matt Lundin  <mdl@imapmail.org>
+
+       * ox-publish.el (org-publish-find-title, org-publish-find-date):
+       Make sure to call org-export-get-environment in copy of buffer if
+       emacs is already visiting. Otherwise, #+bind variables meant for
+       export can be set in live buffers.
+
+       * org.el (org-agenda-inhibit-startup): fix docstring to reflect
+       default value
+
+       * ox-publish.el (org-publish-find-title, org-publish-find-date):
+       Fix unnecessary invocations of org-mode with org-inhibit-startup.
+
+2014-10-03  Nick Dokos  <ndokos@gmail.com>
+
+       * org-table.el (org-table-clean-before-export): The regexes match
+       spaces in addition to the special characters that might be used in
+       the first column as special marking characters.  Remove the space
+       from the character class.
+
+       * ox-ascii.el (org-ascii-superscript): Change _ to ^ in the
+       output.
+
+2014-10-03  Nick Dokos  <ndokos@redhat.com>
+
+       * org-table.el (org-table-show-reference): Call `set-window-start'
+       with the calculated values `min' and `max', not with
+       (point-min) and (point-max).
+
+2014-10-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * ox-latex.el (org-latex-link): Improve test for unnumbered
+       headlines.
+
+       * ox-ascii.el (org-ascii--fill-string): Allow filling even when
+       `org-export-preserve-breaks' is non-nil.
+
+       * org.el (org-N-empty-lines-before-current): Make sure to delete
+       only empty lines, not trailing whitespaces.
+
+       * ox-html.el (org-html-headline): Make sure even listified
+       headlines have proper anchors so internal links can refer to them.
+       Small refactoring.
+
+       * org-src.el (org-edit-src-code): Fix regexp.
+       (org-edit-src-exit): Do not remove auto-save timer.  This is
+       handled by the timer itself.
+
+       * org.el (org-re-property): Fix regexp.  Improve docstring.
+
+       * org-element.el (org-element-property-drawer-parser)
+       (org-element-node-property-parser): Ignore lines that are not node
+       properties.
+       (org-element-node-property-interpreter): Allow nil properties.
+
+       * org.el (org-re-property): Fix regexp to match properties with
+       empty values.
+
+       * org-element.el (org-element-headline-interpreter): Take into
+       consideration `org-odd-levels-only' value.  Small refactoring.
+
+       * ox-texinfo.el (org-texinfo--get-node): Return a node or anchor
+       name.
+       (org-texinfo--sanitize-content): Fix regexp.
+       (org-texinfo-link): Fix various bugs in link export.
+
+       * ox-beamer.el (org-beamer-link):
+       * ox-html.el (org-html-link):
+       * ox-latex.el (org-latex-link):
+       * ox-odt.el (org-odt-link): When radio link has no valid
+       target (e.g., this is a subtree export and the radio target is not
+       in the exported subtree), simply return contents.
+
+       * org.el (org-called-with-limited-levels): Initialize variable.
+
+       * org-agenda.el (org-agenda-write): Write headings in proper
+       order.
+
+       * org-element.el (org-element-table-interpreter):
+       Enhance docstring.
+
+       * ox-md.el (org-md-link): Allow custom link type export function.
+
+       * ox-texinfo.el (org-texinfo-template): Fix language and encoding
+       case.
+
+       * ox-md.el (org-md-separate-elements): Outside of lists, preserve
+       blank lines between paragraphs and plain lists.
+
+       * org-element.el (org-element-normalize-contents): Fix indentation
+       removal when there is an empty line within a verse block.
+
+       * ox-texinfo.el (org-texinfo--normalize-headlines): Properly add a
+       section to the contents.
+
+       * ox-texinfo.el (org-texinfo--normalize-headlines): Do not set pre
+       blanks since the value is now hard-coded.
+       (org-texinfo-headline): Force one blank line before contents, when non
+       empty.  Refactoring.
+       (org-texinfo-src-block): Refactor code.  Comply to predicate naming.
+
+       * ox-texinfo.el (org-texinfo--sanitize-node):
+       Handle " (not)allowed" case.
+
+       * ox-texinfo.el (org-texinfo-headline): Remove wrong code
+       comments.
+
+       * ox-texinfo.el (org-texinfo-headline): Remove `not-in-toc'
+       special case for tags.
+
+       * ox-texinfo.el (org-texinfo-headline): Remove LaTeXism (optional
+       arguments within square brackets).
+
+       * ox-texinfo.el (org-texinfo-info-process): Fix docstring.
+       (org-texinfo-compile): Do not check for impossible cases (e.g., if the
+       previous variable contains a function).
+
+       * ox-texinfo.el (org-texinfo-max-toc-depth): Fix docstring.
+
+       * ox-texinfo.el (org-texinfo--make-option-string,
+       org-texinfo--sanitize-headline,
+       org-texinfo--sanitize-headline-contents): Remove.
+
+       * ox-texinfo.el (org-texinfo--sanitize-node): "@", "{" and "}"
+       characters are allowed in a node name.  So are "(" and ")" unless
+       "(" starts the name and there is ")" somewhere in the name.
+       Also trim and collapse whitespace characters.  Renamed from
+       `org-texinfo--sanitize-menu'.
+       (org-texinfo--get-node): Do not sanitize node names over zealously.
+       Ensure returned node names are unique.
+       (org-texinfo-headline): Only add @node command where it makes sense.
+
+       * ox-texinfo.el (org-texinfo--sanitize-menu)
+       (org-texinfo--sanitize-content): Fix docstrings.
+
+       * ox-texinfo.el (org-texinfo--normalize-headlines): Make sure a
+       blank line always follows nodes.
+
+       * ox-texinfo.el (org-texinfo-make-menu): Change signature.
+       Remove some intermediate functions.  Generate the full master menu when
+       asked.
+       (org-texinfo--build-menu): Use a simpler algorithm.
+       (org-texinfo--format-entries): Fix entries when both node and title
+       are different.
+       (org-texinfo--menu-entries): Rename from `org-texinfo--generate-menu-list'.
+       (org-texinfo-headline): Move menu handling to next function.
+       (org-texinfo-section): Handle menu for current parent.
+       (org-texinfo--menu-headlines, org-texinfo--generate-detailed):
+       Remove functions.
+       (org-texinfo--normalize-headlines): New function.
+
+       * ox-texinfo.el (org-texinfo-headline): Fix @appendix command.
+
+       * ox-texinfo.el (org-texinfo-headline): Do not sanitize heading
+       text for sectioning command.
+
+       * ox-texinfo.el (org-texinfo--generate-menu-list): ":COPYING: nil"
+       is expected to be equivalent to no COPYING property at all.
+
+       * ox-texinfo.el (org-texinfo-item): Fix blank lines between items.
+
+       * ox-texinfo.el (org-texinfo-plain-list): Fix format string.
+       Small refactoring.
+
+       * ox-texinfo.el (texinfo): Provide new export property.
+       (org-texinfo-template): Use dedicated title for hard copy, when
+       available.
+
+       * ox-texinfo.el (org-texinfo-headline): Always obey to a non-nil
+       :APPENDIX: property.  Small refactoring.
+
+       * ox-texinfo.el (org-texinfo-verse-block): Generate somewhat
+       meaningful Texinfo code instead of LaTeX.
+
+       * ox-texinfo.el (org-texinfo-table): Remove reference to
+       "verbatim" attribute.  Handle table.el tables.  Tiny refactoring.
+       (org-texinfo-table--org-table, org-texinfo-table--table.el-table):
+       Remove functions.
+       (org-texinfo-table-column-widths): Indent code correctly.  Ignore
+       special column, if any.  Add a comment about the limitation on the
+       width computation.
+       (org-texinfo-table-row): Small refactoring.
+
+       * ox-texinfo.el (texinfo): Do not provide a default value for
+       @setfilename value.
+       (org-texinfo-filename): Remove variable.
+       (org-texinfo-template): Correctly find value for @setfilename command.
+       If none is possible, do not provide the command at all.
+
+       * ox.el (org-export-to-file): Provide output file name in
+       communication channel, through :output-file property.
+
+       * ox-texinfo.el (org-texinfo-template): Do not hardcode "Manual"
+       in top node.
+
+       * ox-texinfo.el (org-texinfo-classes): Change default value.
+       Update docstring.
+       (org-texinfo-template): Insert header string from current class after
+       "@settitle" command.  Always provide "\input texinfo" at the beginning
+       of the output.
+
+       * ox-texinfo.el (org-texinfo-template): Remove spurious blank
+       lines in output.  Refactor code.
+
+       * ox-texinfo.el (org-texinfo-template): Fix multi-line subtitles.
+
+       * ox-texinfo.el (org-texinfo-template): Make sure table of
+       contents are allowed before inserting them.
+
+       * ox-texinfo.el (org-texinfo-template): Check if copying data is
+       not nil before using it.
+
+       * ox-texinfo.el (org-texinfo-template): Fix multi-line subauthors.
+       Correctly add email, when provided.  Check if author info is
+       wanted first.
+
+       * ox-texinfo.el (org-texinfo-node-description-column)
+       (org-texinfo-format-drawer-function): Fix docstrings.
+
+       * ox-texinfo.el (texinfo): Make sure comments are ignored.
+       (org-texinfo-comment, org-texinfo-comment-block): Remove functions.
+
+       * ox-texinfo.el (org-texinfo-template): Properly pad @direntry
+       description.
+
+       * org-element.el (org-element-headline-parser): Add missing
+       `:post-blank' property in docstring.
+
+       * ox-latex.el (org-latex-table-scientific-notation):
+       Set appropriate value.
+       (org-latex-listings-options): Fix docstring.
+
+       * ox.el (org-export-raw-special-block-p): New function.
+
+       * org-element.el (org-element-link-parser): Properly handle
+       multi-line links according to RFC 3986 when enclosed within square
+       brackets.
+
+       * org-element.el (org-element-parse-secondary-string): Clone all
+       local variables from current buffer before parsing a secondary
+       string.  Small refactoring.
+       (org-element-object-variables): Remove variable.
+
+       * ox-odt.el (org-odt--format-paragraph): Change signature to
+       include info.
+       (org-odt-footnote-reference, org-odt-paragraph): Apply signature
+       change.
+
+       * org-clock.el (org-clocktable-indent-string): Use "\emsp" instead
+       of "\__", which is not supported anymore since Org 8.0.
+
+       * ox-odt.el (org-odt--paragraph-style): New function.
+       (org-odt--format-paragraph): Use new function to get proper style
+       to apply.
+
+       * org-element.el (org-element--current-element): Fix regexp.
+
+       * org-element.el (org-element--current-element): Fix regexp
+       matching latex environments.  Discrepancy with regexp used in
+       `org-element-latex-environment-parser' introduced matching errors.
+
+       * ox-ascii.el (org-ascii--table-cell-width): Correctly export
+       tables with width cookies.
+
+       * org.el (org-insert-heading): Fix error when inserting a headline
+       before first headline, with point not at bol.  Remove source block
+       check for consistency with behavior after first headline.
+       Tiny fix to docstring.
+
+       * org.el (org-scan-tags): Fix typo in docstring.
+
+       * ox.el (org-export--get-inbuffer-options): Return the empty
+       string instead of nil when TITLE keywords has no value.
+       (org-export--get-buffer-attributes): Do not set :title property
+       early.
+       (org-export--get-global-options): Do not ignore anymore nil values.
+       Small refactoring.
+       (org-export-as): Correctly set :title here.
+
+       * org-list.el (org-list-repair): Fix typo in docstring.
+
+       * ox-ascii.el (org-ascii--current-text-width): Tiny fix.
+
+       * ox-org.el (org-org-section): Tiny refactoring.  Use appropriate
+       property.
+
+       * ox-org.el (org-org-headline): Ignore footnote sections.
+       (org-org-section): New function.
+
+       * ox-beamer.el (org-beamer-select-environment): Ignore persistent
+       tags when displaying environments.
+
+       * ox-ascii.el (org-ascii-indented-line-width): Update docstring.
+       (org-ascii-paragraph): Do not apply indentation to the very first line
+       of a section.
+
+       * ox-latex.el (org-latex-inlinetask): Skip body if contents are
+       empty.
+
+       * ox-html.el (org-html-standalone-image-p): Ensure paragraph
+       contains at least a link before return a non-nil value.
+       Clarify docstring.
+
+       * ox.el (org-export-data): Always return a string, as specified
+       by the docstring.
+
+       * ox-ascii.el (org-ascii--indent-string): Fix regexp to avoid
+       stack overflow in regexp matcher on very long lines.
+
+       * org-element.el (org-element-timestamp-parser): Fix docstring.
+
+       * ox-icalendar.el (org-icalendar-include-sexps,
+       org-icalendar-blocked-headline-p): Fix docstrings.
+       (org-icalendar-clear-blank-lines): Fix docstring and regexp.
+
+       * ox-icalendar.el (org-icalendar-entry):
+       Use `org-icalendar-with-timestamps'.
+
+2014-10-03  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
+
+       * org.el (org-cycle-internal-local): Don't show a trailing
+       character when cycling a subtree that ends with a non-newline
+       character at the end of the buffer or the narrowed region.
+
+2014-10-03  Sebastien Vauban  <sva-news-D0wtAvR13HarG/iDocfnWg@public.gmane.org>
+
+       * ox-ascii.el (org-ascii--box-string): Choose more universal
+       Unicode characters for boxquote corners.
+
+2014-10-03  Marco Wahl  <marcowahlsoft@gmail.com>  (tiny change)
+
+       * org-agenda.el (org-agenda-bulk-mark)
+       (org-agenda-bulk-mark-regexp, org-agenda-bulk-toggle-all):
+       Fix org-agenda-bulk-mark-all when time-grid is shown.
+
+2014-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * org-compat.el (activate-mark): Set transient-mark-mode buffer-locally.
+
+2014-06-22  Mario Lang  <mlang@delysid.org>
+
+       * org-list.el (org-list-insert-item): The the -> the.
+
+       * org-bibtex.el (org-bibtex-fields): The the -> the.
+
+2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
+
+       * ob-core.el (org-babel-insert-result): Prefer point-min-marker
+       and point-max-marker.
+       * org-mouse.el (org-mouse-do-remotely): Prefer point-marker
+       to copy-marker of point.
+
+2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * org-compat.el (org-font-lock-ensure): New function.
+       * ox-odt.el (org-odt-do-format-code):
+       * ox-html.el (org-html-fontify-code):
+       * org.el (org-fontify-like-in-org-mode):
+       * org-src.el (org-src-font-lock-fontify-block):
+       * org-clock.el (org-clock-get-clocktable): Use it.
+       * ox-org.el (org-org-publish-to-org): Use it.  Avoid using find-file
+       from Elisp.
+
+2014-05-12  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob-screen.el (org-babel-screen-session-write-temp-file)
+       (org-babel-screen-test):
+       Use unpredictable names for temporary files.  (Bug#17416)
+
+2014-04-22  Aaron Ecay  <aaronecay@gmail.com>
+
+       * org-src.el (org-edit-src-exit): Place an undo boundary before
+       writing changes back to parent buffer.
+
+2014-04-22  Achim Gratz  <Stromeko@Stromeko.DE>
+
+       * ob-gnuplot.el (org-babel-gnuplot-process-vars):
+       `org-babel-gnuplot-table-to-data´ expects a table, so we need to
+       construct one when Babel hands us a vector.
+
+       * ob-ref.el (org-babel-ref-parse):
+       If `org-babel-current-src-block-location' is a marker, it can be from
+       another buffer, use marker-position instead in this case.
+
+2014-04-22  Arun Persaud  <apersaud@lbl.gov>  (tiny change)
+
+       * org-src.el (org-edit-src-exit): Don't add indentation on empty lines.
+
+2014-04-22  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-insert-heading): Fix behavior when point is at the
+       beginning of a heading or a list item.  Enhance docstring.
+
+       * ox-html.el (org-html-infojs-install-script): Don't install
+       infojs scripts when #+INFOJS_OPT: is empty.
+
+       * org.el (org-mode): Fix the use of `org-*-element' functions for
+       C-M-a and C-M-e but fix C-M-e.
+
+       * org-agenda.el (org-agenda-search-view): Fix tag.
+
+       * org.el (org-check-before-invisible-edit): Don't just cycle, show
+       the subtree, as cycling may leave the current heading folded.
+       (org-contextualize-validate-key): Fix wrong test.
+
+       * org-bibtex.el (org-bibtex-headline): Don't throw an error when
+       trying to add a keyword field to a BibTeX entry that is not known
+       by BibTeX or defined by the user.
+       (org-bibtex, org-bibtex-no-export-tags): Fix docstrings.
+
+       * ox-latex.el (org-latex-src-block): Fix wrong propagation of
+       labels and captions when using the listings environment.
+
+       * org.el (org-sort-entries): Fix the number of blank lines to
+       keep for the last entry to sort.
+
+       * org-clock.el (org-clock-put-overlay): Fix display when
+       `org-indent-mode' is on.
+
+       * org.el (org-sort-entries): Allow to sort by clocking time.
+
+       * org-agenda.el (org-agenda-finalize): Apply all filters
+       correctly.
+
+       * org.el (org-update-dblock): Use `save-excursion' instead of
+       `save-window-excursion' so that blocks can edit other windows and
+       change the window layout.
+
+       * org-agenda.el (org-agenda-mode): Disable `indent-tabs-mode'.
+       (org-agenda-dim-blocked-tasks): Make overlays intangible.
+       (org-agenda-show-new-time): Fix bug when deleting a timestamp
+       right after changing it.
+       (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item)
+       (org-agenda-get-sexps, org-agenda-filter-by-regexp)
+       (org-agenda-filter-top-headline-apply): Fix indentation.
+
+       * org.el (org-cycle): Try `org-try-cdlatex-tab' before trying
+       to edit/move as in a table.
+
+       * org-agenda.el (org-agenda-show-new-time): Don't use
+       `move-beginning-of-line' as it is slower and not needed.
+
+       * org-compat.el (org-move-to-column): Temporarily set
+       `buffer-invisibility-spec' more accurately.
+
+       * ox-latex.el (org-latex-text-markup-alist): Use \ul{...} for
+       underlining instead of \uline{...} as requiring the hyperref
+       package makes \uline{...} unusable on headline.
+
+       * org.el (org-latex-default-packages-alist): Add the "soul"
+       package.
+
+       * org.el (org-refresh-properties): Don't add the property to
+       the whole subtree, only to the part between the beginning of
+       the headline and the end of the "content", before any other
+       headline.  This fix a bug about properties displayed as
+       inherited in the agenda, where Org properties are checked
+       against text properties.
+
+       * ox-latex.el (org-latex--text-markup): Replace newlines by
+       whitespaces in \verb constructs.
+
+       * org-agenda.el (org-agenda-filter-hide-line): Hide from the
+       beginning of the line to the beginning of the next line.
+       (org-agenda-show-new-time): Use `move-beginning-of-line' and
+       `move-end-of-line'.
+       (org-agenda-drag-line-forward): Adapt to the new definition of
+       hidden filtered lines.
+
+       * org-compat.el (org-move-to-column): Always ignore invisible
+       text in agenda buffer, and when there is both a bracket link
+       and '(org-link) as a member of `buffer-invisibility-spec'.
+       Add a docstring.
+
+       * org.el (org-align-tags-here): Add docstring and remove useless
+       arguments when calling `org-move-to-column'.
+
+       * org-table.el (org-table-copy-down)
+       (org-table-find-dataline, org-table-move-row)
+       (org-table-insert-hline, org-table-kill-row):
+       * org-agenda.el (org-agenda-next-item)
+       (org-agenda-previous-item, org-agenda-todo)
+       (org-agenda-priority, org-agenda-show-new-time)
+       (org-agenda-clock-in, org-agenda-clock-out): Remove useless
+       arguments when calling `org-move-to-column'.
+
+       * org.el (org-refile): Fix calling with a numeric prefix argument
+       of 3 to refile and keep.
+
+       * org-clock.el (org-clock-get-table-data): When :link is `t' in
+       the clocktable parameters, bracket links in the clocktable should
+       only contain their description, other C-c C-o will try to open the
+       bracket link at point instead of the headline.
+
+       * org-agenda.el (org-agenda-todo): Always restore the window state
+       after `org-agenda-change-all-lines' has been called.
+       (org-agenda-open-link): Don't throw an error when trying to open a
+       link when the point is on a place that is not associated with a
+       buffer.
+
+       * ox-latex.el (org-latex-link): Escape `%' characters.
+
+       * org.el (org-entry-get-with-inheritance): Remove wrong quote.
+       (org-entry-get): Only try to combine file properties with local
+       properties when the property drawer contains such local property,
+       not when the property drawer exists.
+
+       * ox-latex.el (org-latex-link):
+       * ox-html.el (org-html-link):
+       * ox-beamer.el (org-beamer-link): Fix links to radio targets.
+
+       * ox-ascii.el (org-ascii-link): For links to a radio target, use
+       the link, not the target.
+
+       * org.el (org-do-emphasis-faces): Explicitly prevent nested
+       emphasis.
+       (org-insert-heading): Don't remove whitespaces following an empty
+       headline.
+
+       * org-timer.el (org-timer-stop): Set `org-timer-current-timer' to
+       nil.
+
+       * org.el (org-store-link): Ensure desc is not nil before matching
+       a regexp against it.  Fall back on an empty string when no
+       description is available.
+
+       * org-agenda.el (org-agenda-list-stuck-projects): Bugfix: set
+       `org-agenda-buffer-name'.
+
+       * org-capture.el (org-capture-finalize): Ensure to widen the
+       buffer when the target buffer is not initially narrowed.
+
+       * org-compat.el (org-move-to-column): Fix bug about ignoring
+       bracket links visibility status in tables with S-RET.
+
+       * org-src.el (org-edit-src-find-region-and-lang): Check if we are
+       in a table.el table last.
+
+       * org.el (org-delete-property): Don't suggest to delete the
+       CATEGORY property when the category is not explicitely set in the
+       property drawer.  Also enforce matching when completing.
+       (org-insert-heading): Fix regression: with two universal prefixes,
+       insert heading at the end of the subtree.
+       (org-insert-todo-heading): Bugfix: only enforce the first TODO
+       state when arg is '(4).
+
+       * org-agenda.el (org-agenda-skip-subtree-if): Fix docstring.
+
+       * org.el (org-contextualize-validate-key): Fix bug: perform the
+       check even when (buffer-file-name) returns `nil'.
+
+       * org-colview.el (org-columns-display-here): Let-bind `fm'.
+
+       * org.el (org-emphasis-alist): Use `org-verbatim' for =text=
+       and `org-code' for ~text~.
+       (org-open-link-marker): Fix typo in docstring.
+
+       * org-colview.el (org-columns-display-here): Fix the column
+       view for numbers with a format specifier (e.g. {+; %5.1f}).
+
+       * org-src.el (org-edit-src-code): Throw a warning instead of
+       an error when loading the mode fails, otherwise the user is
+       left with unusable buffers.
+
+       * org-table.el (org-table-copy-down)
+       (org-table-find-dataline, org-table-move-row)
+       (org-table-insert-hline, org-table-kill-row):
+       Use `org-move-to-column' with the IGNORE-INVISIBLE arg set to `t', so
+       that abbreviated rows don't interfer with setting the cursor back
+       at the correct position.
+
+       * org.el (org-agenda-prepare-buffers): Use `save-excursion'
+       instead of `save-window-excursion'.
+       (org-file-contents): Return an empty string instead of the
+       message.
+       (org-open-at-point): Fix bug when opening a plain link followed by
+       a bracket link.
+       (org-ctrl-c-ctrl-c): Fix behavior when hitting C-c C-c on LaTeX
+       formulas in tables.
+       (org-refile--get-location): New internal function using a wider
+       set of possible refile locations.
+       (org-refile-get-location): Use it.
+       (org-refile): Fix bug when refiling the last subtree of the
+       buffer: don't leave out the last character.
+       (org-sort-entries): Restore the point location when there is
+       nothing to sort.
+
+       * org-table.el (org-table-field-info): Throw a user error when not
+       at a table.
+
+       * org-agenda.el (org-agenda-drag-line-forward):
+       Call `org-agenda-mark-clocking-task' when done.
+       (org-agenda-mark-clocking-task): Small refactoring.
+
+       * org-compat.el (org-set-transient-map): Alias pointing at
+       `set-transient-map' if defined, at `set-temporary-overlay-map'
+       otherwise.
+
+       * org-agenda.el (org-agenda-next-item)
+       (org-agenda-previous-item, org-agenda-toggle-archive-tag)
+       (org-agenda-todo, org-agenda-priority, org-agenda-clock-in)
+       (org-agenda-clock-out): Put the cursor back on the correct
+       column, when possible.
+       (org-agenda-todo): When `org-clock-out-when-done' is `t', also
+       remove the current clock overlay.
+
+       * org.el (org-format-latex-options): Fix docstring.
+
+       * ox.el (org-export--get-subtree-options): When using the headline
+       as a title for a subtree export, only take the true heading, no
+       TODO keyword, no priority cookie, no tag.
+
+       * org.el (customize-package-emacs-version-alist): Fix Org version
+       for Emacs 24.4.
+
+       * org.el (org-demote): Ignore invisible text when aligning tags.
+       (org-set-tags): When JUST-ALIGN is 'ignore-column, ignore
+       invisible text when restoring the cursor to the correct column.
+
+       * ob-python.el (org-babel-python-var-to-python): Bugfix: Strip
+       properties before formatting the results.
+
+       * org-agenda.el (org-agenda-regexp-filter-preset): Fix typo in
+       docstring.
+       (org-agenda-reapply-filters): New function.
+       (org-agenda-drag-line-forward): Rewrite to fix a bug when used
+       in filtered agendas.
+       (org-agenda-drag-line-backward): Rewrite using
+       `org-agenda-drag-line-forward'.
+
+       * ob-table.el (org-sbe): Rename from `sbe'.
+
+       * org.el (org-store-link): When a link has been stored, always
+       returns it.
+
+       * ob-python.el (org-babel-python-var-to-python): Fix code typo.
+
+       * org-entities.el (org-entities-help): Prevent the display of
+       pretty entities, as this help buffer is meant to list literal
+       strings, not utf-8 representations.
+
+2014-04-22  Benjamin Drieu  <bdrieu@april.org>
+
+       * org.el (org-store-link): Fix selection of the function to store
+       the link.
+
+2014-04-22  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>
+
+       * org.el (org-entry-get-with-inheritance): Temporarily let-bind
+       `org-file-properties', `org-global-properties' and
+       `org-global-properties-fixed' to nil before calling
+       `org-entry-get' on entries up the hierarchy from the queried
+       entry.
+
+2014-04-22  Justin Gordon  <justin.gordon@gmail.com>
+
+       * ox-md.el (org-md-separate-elements): Fix blank line insertion
+       between elements.
+
+       * ox-md.el (org-md-inner-template): New function.
+
+2014-04-22  Leonard Randall  <leonard.a.randall@gmail.com>  (tiny change)
+
+       * org-bibtex.el (org-bibtex-headline): Fix insertion of keywords
+       of unknown BibTeX entries.
+
+2014-04-22  Markus Hauck  <markus1189@gmail.com>  (tiny change)
+
+       * org-agenda.el (org-agenda-get-scheduled):
+       If `org-agenda-skip-scheduled-if-deadline-is-shown' is set to
+       'repeated-after-deadline, still show tasks without any deadline
+
+2014-04-22  Michael Brand  <michael.ch.brand@gmail.com>
+
+       * org-table.el (org-table-fix-formulas): Handle multiple #+TBLFM
+       lines with `forward-line'.
+
+2014-04-22  Michael Weylandt  <michael.weylandt@gmail.com>  (tiny change)
+
+       * ox-latex.el (org-latex-export-to-latex): Downcase the language
+       name when using minted highlighting for src block exports.
+
+2014-04-22  Nick Dokos  <ndokos@gmail.com>
+
+       * org-mobile.el (org-mobile-create-index-file): delete :grouptags
+       entries from tags list when creating the org-mobile index file.
+
+2014-04-22  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * ox.el (org-export-copy-to-kill-ring): Comply to docstrings
+       standards.
+
+       * org.el (org-sparse-tree): Fix code typo.  Small refactoring.
+
+       * ox-latex.el (org-latex-link):
+       * ox-html.el (org-html-link):  Do not expand absolute file names
+       and do not try to fix hierarchy part, as it is already taken care of
+       at the parser level.
+
+       * ox-md.el (org-md-link): Ditto.  Also fix absolute file names.
+
+       * ox-odt.el (org-odt-link):
+       * ox-man.el (org-man-link):
+       * ox-texinfo.el (org-texinfo-link):
+       * org-element.el (org-element-link-parser): Fix ill-defined "file"
+       type links.  Expand absolute file names in the process.
+
+       * org.el (org-make-link-regexps): Use `regexp-opt' instead of
+       `mapconcat' and `regexp-quote'.
+
+       * ox-html.el (org-html-link):
+       * ox-latex.el (org-latex-link):
+       * ox-man.el (org-man-link):
+       * ox-odt.el (org-odt-link):
+       * ox-html.el (org-html-link):
+       * ox-latex.el (org-latex-link):
+       * ox-man.el (org-man-link):
+       * ox-odt.el (org-odt-link):
+       * ox-texinfo.el (org-texinfo-link): Append "//" after some link
+       types.
+
+       * ox-md.el (org-md-link):
+       * org.el (org-make-link-regexps): Allow optional double slashes
+       after type.  Small refactoring.
+
+       * org-element.el (org-element-headline-parser): Tiny refactoring.
+
+       * org-element.el (org-element-headline-parser): Correctly parse
+       blank lines after a headline.
+
+       * org-element.el (org-element-table-cell-parser)
+       (org-element-table-cell-successor): Recognize cell even when last
+       vertical bar is missing.
+
+       * ox-md.el (org-md-example-block): handle switches and references
+       in source blocks.
+
+       * org.el (org-latex-packages-alist)
+       (org-latex-default-packages-alist): Update docstrings.
+
+       * ox-ascii.el (org-ascii--unique-links): Ignore white spaces when
+       uniquifying links in section.
+
+       * ox-odt.el (org-odt-template): Ignore blank titles.
+
+       * ox-publish.el (org-publish-find-title): Fix (invalid-read-syntax
+       "#").
+
+       * ox-ascii.el (org-ascii-link):
+       * ox-beamer.el (org-beamer-link):
+       * ox-html.el (org-html-link):
+       * ox-latex.el (org-latex-link):
+       * ox-md.el (org-md-link):
+       * ox-odt.el (org-odt-link): Update radio target export according
+       to recent changes.
+
+       * org-element.el (org-element-all-successors)
+       (org-element-object-restrictions): Prioritize `link' over other
+       successors in order to find radio links starting with another
+       syntax object (e.g., an entity).  Also allow text markup within
+       radio targets.
+       (org-element-link-parser): Add contents to radio targets.
+
+       * org.el (org-make-target-link-regexp): Fix regexp so it can match
+       targets starting with an Org object (e.g., an entity).
+       (org-ctrl-c-ctrl-c): Fix function when applied on an object contained
+       within a radio target.
+
+       * org.el (org-mode): Change "\" and "~" characters syntax from
+       `punctuation' to `symbol' so they are on par with other characters
+       used in Org syntax (e.g., "/", "*"...).
+
+       * ox-beamer.el (org-beamer-publish-to-pdf):
+       * ox-latex.el (org-latex-publish-to-pdf): Ensure ".tex" file is
+       generated in the same directory as the ".org" file.
+
+       * ox-latex.el (org-latex-headline): Hard-code "\underline" in
+       sections because "\uline" ("ulem" package) returns an error and
+       "\ul" ("soul" package) doesn't support chinese characters.
+
+       * ox-ascii.el (org-ascii-link): Correctly handle case mismatch
+       between radio targets and radio links.
+
+       * org-element.el (org-element-link-parser): "radio" links have
+       their path downcased to avoid introducing case mismatch with their
+       relative radio target.  With this change it is also necessary to
+       add contents to them, since `:path' property no longer matches
+       real value of the link.
+       (org-element-radio-target-parser): Downcase value as explained
+       above.  Store the initial value in a new `:raw-value' property.
+
+       * org-element.el (org-element-context): Fix parsing of bold
+       objects at the beginning of a headline.
+
+       * org-element.el (org-element-context): Fix timestamps parsing.
+
+       * ox-beamer.el (org-beamer-item): Insert the export snippet right
+       after the first \item, not all of them.
+
+       * org-element.el (org-element--list-struct): Fix regexp.
+
+       * org-element.el (org-element-inlinetask-parser): Fix parsing when
+       regular and degenerate inlinetasks are mixed in the section.
+
+       * ox-md.el (org-md-link): Generate md links to other Org files
+       instead of html links.  Do not confuse caption and alt-text.
+       Provide "img" as default alt-text.
+
+       * org-element.el (org-element-normalize-contents): Do not ignore
+       empty lines when an object follows.
+       (org-element-interpret-data): Do not remove properties by
+       side-effect when interpreting a string, as it also removes them
+       from the parse tree, making the string unusable without its
+       :parent property.
+
+       * ob-exp.el (org-babel-exp-process-buffer): Also check
+       `org-src-preserve-indentation' to know when to preserve indentation.
+       (org-babel-exp-code-template): Include switches in template.
+       (org-babel-exp-code): Provide %switches placeholder.
+
+       * ox-latex.el (org-latex-plain-list): Do not automatically
+       enclose value for :options attribute within square brackets.
+       Instead, append them verbatim next to the block name, as special
+       blocks do.
+
+       * ob-exp.el (org-babel-exp-code): Fix export of src blocks with
+       flags.
+       (org-babel-exp-process-buffer): Make processing more robust when
+       results are inserted before source block or when source block is
+       followed by multiple blank lines.
+
+       * ox.el (org-export-insert-default-template): Only insert
+       keywords and options relatives to the selected back-end.
+       Ignore those relatives to its parent in the case of a derived back-end.
+
+       * ox-beamer.el: Remove unnecessary package definitions in default
+       class.
+
+       * ox-latex.el (org-latex-headline, org-latex-item): Fix items
+       starting with a square bracket.
+
+       * org.el (org-mode-restart): Fix turning off `org-indent-mode'
+       when necessary.
+       (org-get-previous-line-level): Do not call `org-current-level'
+       twice unless necessary.  Also, avoid using `line-number-at-pos'
+       when the information needed is to know if point is in the first
+       line of the visible part of the buffer.
+
+       * ob-core.el (org-babel-get-inline-src-block-matches): Do not
+       compute line number if all is needed is to know if we're on the
+       first one.
+
+       * ox-md.el (org-md-item): Do not return an error when exporting
+       an empty item.
+
+       * ox-beamer.el (org-beamer-select-environment): Function doesn't
+       work if fast tag selection is disabled, so make sure it is always
+       on, independently on user's configuration.
+
+2014-04-22  Nikolai Weibull  <now@disu.se>  (tiny change)
+
+       * org.el (org-mode): Add guard around set-face-foreground.
+
+2014-04-22  Rasmus  <w530@pank.eu>
+
+       * ox-html.el (org-html-html5-elements): Drop reference to hgroup.
+
+2014-04-22  Rick Frankel  <rick@rickster.com>
+
+       * ox-html.el (org-html-link): Unescape org-escaped links an
+       re-escape for html (browser).
+
+2014-04-22  Sacha Chua  <sacha@sachachua.com>
+
+       * org.el (org-refresh-properties): Don't throw an error when
+       reaching the end of the buffer.
+
+2014-04-22  Stefan-W. Hahn  <stefan.hahn@s-hahn.de>  (tiny change)
+
+       * org-bibtex.el (org-bibtex-read): Check string length before
+       using aref.
+
+2014-04-22  Yasushi SHOJI  <yashi@atmark-techno.com>
+
+       * ox-ascii.el (org-ascii--current-text-width): Convert `length'
+       to `string-width'.
+       (org-ascii--build-title, org-ascii--build-toc)
+       (org-ascii--list-listings, org-ascii--list-tables)
+       (org-ascii-template--document-title)
+       (org-ascii-inner-template, org-ascii-format-inlinetask-default)
+       (org-ascii-format-inlinetask-default, org-ascii-item
+       (org-ascii--table-cell-width, org-ascii-table-cell)
+       (org-ascii--current-text-width): Likewise.
+
+2014-02-25  Glenn Morris  <rgm@gnu.org>
+
+       * org-version.el (org-odt-data-dir):
+       Remove incorrect, duplicate definition.  (Bug#16734)
+
 2014-01-08  Paul Eggert  <eggert@cs.ucla.edu>
 
        Spelling fixes.
        docstring.
        (org-entry-get): Minor docstring enhancement.
        (org-set-startup-visibility): Bugfix.
-       (org-shiftcontrolup, org-shiftcontroldown): When
-       `org-support-shift-select' is not `nil', let-bind it to nil if
+       (org-shiftcontrolup, org-shiftcontroldown):
+       When `org-support-shift-select' is not `nil', let-bind it to nil if
        point is on a clock log.  Otherwise throw an error.
 
        * ob-lob.el (org-babel-lob-files): Fix custom type.
 
        * ox-html.el: Clean up "FIXME" comments.
 
-       * ox-publish.el (org-publish-resolve-external-fuzzy-link): Fix
-       docstring.
+       * ox-publish.el (org-publish-resolve-external-fuzzy-link):
+       Fix docstring.
 
        * ox.el (org-export-smart-quotes-regexps): Fix smart quote
        detection when it is followed by an open parenthesis syntax class.
 
-       * org-element.el (org-element-inline-babel-call-successor): Use
-       original regexp to stay up-to-date with Babel changes.
+       * org-element.el (org-element-inline-babel-call-successor):
+       Use original regexp to stay up-to-date with Babel changes.
        (org-element--affiliated-re): Fix affiliated keyword regexp.
 
        * ox-org.el (org-org-identity): Since back-end specific keywords
        are stripped from output, also remove attr_backend keywords.
        (org-babel-exp-process-buffer): Fix duplicate evaluation with
        :wrap src.
-       (org-babel-exp-non-block-elements): Removed function.
+       (org-babel-exp-non-block-elements): Remove function.
 
 2013-01-07  Ted Wiles  <thewiles@wharton.upenn.edu>  (tiny change)
 
        * org-habit.el (org-habit-parse-todo): Match all TODO keywords,
        not just "TODO".
 
-2013-01-07  U-usuario  <rbenit68@yahoo.es>  (tiny change)
+2013-01-07  Miguel Ruiz  <rbenit68@yahoo.es>  (tiny change)
 
        * ob-gnuplot.el (org-babel-gnuplot-quote-tsv-field): Fix code
        typo.
        (org-texinfo-drawer): Always use
        `org-texinfo-format-drawer-function' as it is now a function
        by default.
-       (org-texinfo-headline): Compare
-       `org-texinfo-format-headline-function' against 'ignore.
-       (org-texinfo-inlinetask): Compare
-       `org-texinfo-format-inlinetask-function' against 'ignore.
+       (org-texinfo-headline):
+       Compare `org-texinfo-format-headline-function' against 'ignore.
+       (org-texinfo-inlinetask):
+       Compare `org-texinfo-format-inlinetask-function' against 'ignore.
 
        * ox-odt.el (org-odt-format-drawer-function): Use a function as
        the default value.  Update docstring.
        (org-odt-format-inlinetask-function): Fix default value.
        (org-odt-drawer): Always use `org-odt-format-drawer-function'
        as it is now a function by default.
-       (org-odt-format-headline--wrap): Compare
-       `org-odt-format-headline-function' against 'ignore.
+       (org-odt-format-headline--wrap):
+       Compare `org-odt-format-headline-function' against 'ignore.
 
        * ox-latex.el (org-latex-format-drawer-function): Use a function
        as the default value.  Update docstring.
        (org-latex-drawer): Always use
        `org-latex-format-drawer-function' as it is now a function by
        default.
-       (org-latex-inlinetask): Compare
-       `org-latex-format-inlinetask-function' against 'ignore.
+       (org-latex-inlinetask):
+       Compare `org-latex-format-inlinetask-function' against 'ignore.
 
        * ox-html.el (org-html-format-drawer-function): Use a function as
        the default value.  Update docstring.
        (org-html-format-headline-function)
        (org-html-format-inlinetask-function): Fix default value.
        (org-html--format-toc-headline)
-       (org-html-format-headline--wrap): Compare
-       `org-html-format-headline-function' against 'ignore.
-       (org-html-inlinetask): Compare
-       `org-html-format-inlinetask-function' against 'ignore.
+       (org-html-format-headline--wrap):
+       Compare `org-html-format-headline-function' against 'ignore.
+       (org-html-inlinetask):
+       Compare `org-html-format-inlinetask-function' against 'ignore.
 
        * ox-ascii.el (org-ascii-format-drawer-function): Use a
        function as the default value.  Update docstring.
        `org-ascii-format-drawer-function' as it is now a function by
        default.
        (org-ascii-format-inlinetask-default): New function.
-       (org-ascii-format-inlinetask-function): Use
-       `org-ascii-format-inlinetask-default' as the default.
+       (org-ascii-format-inlinetask-function):
+       Use `org-ascii-format-inlinetask-default' as the default.
 
        * org.el (org-mouse-1-follows-link): Use :set to set the default
        value.  Update custom type.
        type.
        (orgstruct-heading-prefix-regexp): Use an empty string as the
        default value.  Use 'regexp as the custom type.
-       (orgstruct-make-binding): Tiny docstring enhancement.  Assume
-       `orgstruct-heading-prefix-regexp' is a string.
+       (orgstruct-make-binding): Tiny docstring enhancement.
+       Assume `orgstruct-heading-prefix-regexp' is a string.
 
-       * org-agenda.el (org-agenda-search-view-max-outline-level): Set
-       default value to 0.  Update docstring.
+       * org-agenda.el (org-agenda-search-view-max-outline-level):
+       Set default value to 0.  Update docstring.
        (org-agenda-deadline-leaders): Fix custom type.
-       (org-search-view): Assume
-       `org-agenda-search-view-max-outline-level' is a number.
+       (org-search-view):
+       Assume `org-agenda-search-view-max-outline-level' is a number.
 
        * ob-ruby.el (org-babel-ruby-nil-to): Fix custom type.
 
 
        * org-agenda.el (org-agenda-set-restriction-lock): Autoload.
 
-       * ob-abc.el (org-babel-expand-body:abc): Use dolist.
-       (org-babel-execute:abc): Fix regexp quoting.
-
        * ob-calc.el (org--var-syms): Rename from `var-syms'.
 
        * ob-lilypond.el (ly-compile-lilyfile): Remove redundant
        * ox-html.el (org-html-format-latex): Add an argument.  Ensure
        latex header is the same as specified in the original buffer when
        exporting a LaTeX fragment or environment.
-       (org-html-latex-environment, org-html-latex-fragment): Apply
-       signature change.
+       (org-html-latex-environment, org-html-latex-fragment):
+       Apply signature change.
 
        * ox-publish.el (org-publish-cache-ctime-of-src): Return an error
        when publishing a non-existent file.
 2013-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        Address some byte-compiler warnings.
-       * ob-abc.el (org-babel-expand-body:abc): Use dolist.
-       (org-babel-execute:abc): Fix regexp quoting.
        * ob-calc.el (org--var-syms): Rename from `var-syms'.
        * ob-lilypond.el (ly-compile-lilyfile): Remove redundant let-binding.
        * ob-table.el (sbe): Move debug declaration.
        * ob-clojure.el (org-babel-execute:clojure):
        * ob-calc.el (org-babel-execute:calc):
        * ob-awk.el (org-babel-execute:awk):
-       * ob-abc.el (org-babel-execute:abc):
        * ob-R.el (org-babel-expand-body:R):
        * ob-C.el (org-babel-C-execute): Avoid deprecated ((lambda) ...).
 
        * org.el (org-format-latex): Do not re-generate a LaTeX preview if
        the image already exists.
 
-       * org-agenda.el (org-agenda-search-view-max-outline-level): New
-       option to define the max level for the entries shown by the search
+       * org-agenda.el (org-agenda-search-view-max-outline-level):
+       New option to define the max level for the entries shown by the search
        view.  A value of 1 means to show the top parent of the entries.
 
        * org.el (org-create-formula-image-with-dvipng): Fix bug that made
        (org-babel-get-rownames, org-table.el)
        (org-table-transpose-table-at-point): Replace the inadvertent use
        of mapcar* (from cl) by plain mapcar and direct cons manipulation.
-       (org-babel-params-from-properties): Use
-       `org-babel-current-src-block-location' for evaluating new-style
+       (org-babel-params-from-properties):
+       Use `org-babel-current-src-block-location' for evaluating new-style
        header-argument properties.  Remove superfluous save-match-data
        clauses.  Comment which properties get evaluated where.
        (org-babel-insert-header-arg, org-babel-parse-src-block-match):
        `org-re-property'.
        (org-re-property-keyword): Remove, functionality is subsumed by
        `org-re-property'.
-       (org-property-re): Define using `org-re-property'.  Improve
-       definition so that this regex can be
+       (org-property-re): Define using `org-re-property'.
+       Improve definition so that this regex can be
        (org-entry-get, org-property-values): Adjust match number for
        PROPVAL.  (org-entry-put): Use `org-re-property' instead of
        `org-re-property-keyword'.
        (define-obsolete-function-alias): Actually remove the third (and
        any following) argument from the argument list before calling the
        advised function.  Extend eval-and-compile clause and add advices
-       for functions that have different parameter lists in XEmacs. Add
-       variable definitions that XEmacs lacks .
+       for functions that have different parameter lists in XEmacs.
+       Add variable definitions that XEmacs lacks .
 
        * ob-fortran.el (org-every): Declare.
 
-       * org-element.el (org-element-node-property-parser): Use
-       `org-property-re' and adjust match group numbers accordingly.
+       * org-element.el (org-element-node-property-parser):
+       Use `org-property-re' and adjust match group numbers accordingly.
        Move `looking-at' out of the let clause to not rely on the
        unspecified evaluation order inside the let.
 
        argument list that XEmacs complains about by adding parenthesis.
 
        * ob-octave.el (org-babel-octave-initiate-session): If octave-inf
-       can't be loaded, try octave instead before giving up.  Emacs
-       24.3.50 and upwards replaces octave-inf with just plain octave.
+       can't be loaded, try octave instead before giving up.
+       Emacs 24.3.50 and upwards replaces octave-inf with just plain octave.
 
        * org-id.el (org-id-update-id-locations): Autoload interactive
        function.
        * org-table.el (org-table-colgroup-info): Remove unused defvar for
        `org-table-colgroup-info'.
        (org-table-clean-before-export): Let-bind regular expression
-       strings and remove unused matching group.  Use
-       `org-table-clean-did-remove-column' in cond statement rather than
+       strings and remove unused matching group.
+       Use `org-table-clean-did-remove-column' in cond statement rather than
        branching via if to avoid code duplication.  Remove the code
        associated with the removed `org-table-colgroup-info'.
        (orgtbl-export): Remove unused internal function.
        * ob-perl.el (org-babel-execute:perl): Pass `result-params´
        through to `org-babel-perl-evaluate´.
        (org-babel-variable-assignments:perl): Add "my" to variable
-       declaration so that it becomes compatible with "use strict;".  Use
-       new internal formatting function `org-babel-perl--var-to-perl´.
+       declaration so that it becomes compatible with "use strict;".
+       Use new internal formatting function `org-babel-perl--var-to-perl´.
        (org-babel-perl--var-to-perl): New internal function, uses Perl
        non-interpolating quoting on the string that defines the variable
        to suppress spurious interpretation of it as Perl syntax.
        * ob-eval.el (org-babel-eval): Use simplified version of
        `org-babel--shell-command-on-region´, we are the only caller of
        this function.
-       (org-babel--shell-command-on-region): Replace
-       `org-babel-shell-command-on-region´ with a much more simplified
+       (org-babel--shell-command-on-region):
+       Replace `org-babel-shell-command-on-region´ with a much more simplified
        internal version, remove superfluous DOCSTRING and interactive
        clause, strip out all conditionals which were never used.  Prevent
        deletion of temporary input file to aid debugging when the symbol
        * org-macs.el: New macro to allow the 5-argument form of load to
        be used where possible without breaking compatibility with XEmacs.
 
-       * org.el (org-version, org-reload): Use
-       `org-load-noerror-mustsuffix´ instead of adding a fifth argument
+       * org.el (org-version, org-reload):
+       Use `org-load-noerror-mustsuffix´ instead of adding a fifth argument
        to load directly.  Guard against undefined variable load-suffixes,
        which doesn't exist in XEmacs.
 
 
 2013-11-12  Alan Schmitt  <alan.schmitt@polytechnique.org>
 
-       * ob-ocaml.el (org-babel-prep-session:ocaml): Use
-       `save-window-excursion' around the code starting the tuareg
+       * ob-ocaml.el (org-babel-prep-session:ocaml):
+       Use `save-window-excursion' around the code starting the tuareg
        process.
        (org-babel-ocaml-command): New option to specify the name of the
        toplevel to run.
        when inserting the new time as a text property.
        (org-agenda-filter-make-matcher): When filtering tags and hitting
        space, filter out entries with tags, only keep those without tags.
-       (org-agenda-drag-line-forward, org-agenda-drag-line-backward): Fix
-       bugs: don't drag lines without text and don't drag lines
+       (org-agenda-drag-line-forward, org-agenda-drag-line-backward):
+       Fix bugs: don't drag lines without text and don't drag lines
        before/after hidden lines.
 
        * ox-odt.el (org-odt-table-style-format): Use %s for inserting the
        * org-capture.el (org-capture-set-target-location): Don't throw an
        error when `org-time-was-given' is not bound.
 
-       * org-clock.el (org-clock-modify-effort-estimate): Clarify
-       docstring.
+       * org-clock.el (org-clock-modify-effort-estimate):
+       Clarify docstring.
 
        * org.el (org-set-regexps-and-options-for-tags): Return a list
        with tag-related variables.
        (org-get-outline-path): Remove statistical and checkboxes cookies.
 
        * org-agenda.el (org-agenda, org-search-view, org-tags-view)
-       (org-agenda-get-day-entries, org-agenda-set-restriction-lock): Use
-       (current-buffer) as the value of `org-agenda-restrict'.  Fix a bug
+       (org-agenda-get-day-entries, org-agenda-set-restriction-lock):
+       Use (current-buffer) as the value of `org-agenda-restrict'.  Fix a bug
        about narrowing to wrong region boundaries when
        `org-agenda-restrict' is non-nil.
 
        (org-insert-heading): Fix case when there the first heading starts
        at the beginning of the buffer.
 
-       * ob-core.el (org-babel-expand-src-block): Use
-       `org-called-interactively-p'.
+       * ob-core.el (org-babel-expand-src-block):
+       Use `org-called-interactively-p'.
 
        * org.el (org-agenda-prepare-buffers): Avoid duplicates in
        `org-tag-alist-for-agenda' correctly.
        (org-read-date-minibuffer-local-map): Check if we are at the
-       beginning of the prompt, not if we are after a whitespace.  Bind
-       C-. to `calendar-goto-today'.
+       beginning of the prompt, not if we are after a whitespace.
+       Bind C-. to `calendar-goto-today'.
 
        * org-clock.el (org-clock-in): Don't forward by one character when
        setting the marker in the clock history.
 
-       * org.el (org-read-date-minibuffer-local-map): Call
-       `calendar-goto-today' only if there is a space before point in the
+       * org.el (org-read-date-minibuffer-local-map):
+       Call `calendar-goto-today' only if there is a space before point in the
        minibuffer prompt.
        (org-insert-heading): Reveal context when called interactively.
        Fix bug about wrong conversion of lines with :END: or #+end_ into
        (org-mark-subtree, org-kill-line, org-first-sibling-p)
        (org-up-element, org-down-element)
        (org-drag-element-backward, org-drag-element-forward)
-       (org-unindent-buffer, org-speedbar-set-agenda-restriction): Use
-       `user-error' instead of `error'.
+       (org-unindent-buffer, org-speedbar-set-agenda-restriction):
+       Use `user-error' instead of `error'.
 
        * ox-latex.el (latex): Don't force exporting with smart quotes.
 
        values.
 
        * org.el (org-shifttab): Show the correct number of empty
-       headlines when called with a numeric prefix argument.  Enhance
-       docstring.
+       headlines when called with a numeric prefix argument.
+       Enhance docstring.
        (org-uniquify): Use `copy-sequence'.
        (org-adaptive-fill-function, org-fill-paragraph): Throw a useful
        error message when parse an element fails in the current buffer.
        (org-cycle-emulate-tab, org-file-apps)
        (org-set-font-lock-defaults)
        (org-translate-link-from-planner, org-link-search)
-       (org-refile-get-targets, org-read-date-get-relative): Minor
-       code clean-up: fix dangling parentheses.
+       (org-refile-get-targets, org-read-date-get-relative):
+       Minor code clean-up: fix dangling parentheses.
 
        * org-agenda.el (org-agenda-entry-text-mode): Also check against
        regexp filters.
        * org-mouse.el (org-mouse-agenda-context-menu): Fix a function's
        name.
 
-       * ox.el (org-export-options-alist, org-export--skip-p): Use
-       `:with-planning' instead of `:with-plannings', to keep in sync
+       * ox.el (org-export-options-alist, org-export--skip-p):
+       Use `:with-planning' instead of `:with-plannings', to keep in sync
        with the corresponding option's name.
 
        * ob-core.el (org-babel-confirm-evaluate): Fix typo in docstring.
        (org-re-timestamp): Handle closed time-stamps.
        (org-closed-in-range): Delete.
 
-       * org-capture.el (org-capture-import-remember-templates): Take
-       care of adding :jump-to-captured option if needed.
+       * org-capture.el (org-capture-import-remember-templates):
+       Take care of adding :jump-to-captured option if needed.
 
        * org.el (org-toggle-pretty-entities): Enhance messages.
        (org-raise-scripts): Handle scripts like "a_b^c".
        information for filtering in the agenda buffer.
        (org-uniquify-alist): New function.
 
-       * org-pcomplete.el (pcomplete/org-mode/file-option/tags): Handle
-       :grouptags.
+       * org-pcomplete.el (pcomplete/org-mode/file-option/tags):
+       Handle :grouptags.
 
        * org-faces.el (mode-line): New face for group tags.
 
        * ox-ascii.el (ascii): Use `org-export-define-backend' and
        `org-export-define-derived-backend' as defuns, not macros.
 
-       * org.el (org-set-regexps-and-options): Use
-       `org-table-set-constants'.
+       * org.el (org-set-regexps-and-options):
+       Use `org-table-set-constants'.
 
        * org-table.el (org-table-set-constants): New function.
        (orgtbl-ctrl-c-ctrl-c): Use it.
        * ox-publish.el (org-publish-org-to)
        (org-publish-org-sitemap, org-publish-find-title)
        (org-publish-find-date)
-       (org-publish-cache-file-needs-publishing): Set
-       `org-inhibit-startup' to t when visiting files for
+       (org-publish-cache-file-needs-publishing):
+       Set `org-inhibit-startup' to t when visiting files for
        publication.
 
        * ox-org.el (org-org-publish-to-org): Kill buffers not visited at
        (org-agenda-filter-remove-all): New command.
        (org-agenda-filter-show-all-re): Rename from
        `org-agenda-filter-show-all-regexp'.
-       (org-agenda-filter-by-regexp): Call
-       `org-agenda-filter-show-all-re'.
+       (org-agenda-filter-by-regexp):
+       Call `org-agenda-filter-show-all-re'.
 
        * org-list.el (org-insert-item): Don't ask for a definition term
        when insert an item in a description list.
        * ox.el (org-export--copy-to-kill-ring-p): New function.
        (org-export-copy-to-kill-ring): Use 'if-interactive as the
        default.
-       (org-export-to-buffer, org-export-to-file): Use
-       `org-export--copy-to-kill-ring-p' and fix docstrings.
+       (org-export-to-buffer, org-export-to-file):
+       Use `org-export--copy-to-kill-ring-p' and fix docstrings.
 
-       * ox-odt.el (org-odt-export-as-odf): Use
-       `org-export--copy-to-kill-ring-p'.
+       * ox-odt.el (org-odt-export-as-odf):
+       Use `org-export--copy-to-kill-ring-p'.
 
        * org.el (org-set-font-lock-defaults): Fontify macros.
 
        (org-scheduled-time-hour-regexp): New buffer local variables.
        (org-set-regexps-and-options): Set the new variables.
 
-       * org-agenda.el (org-agenda-custom-commands-local-options): Add
-       :deadline* and :scheduled* to the list of possible agenda entry
+       * org-agenda.el (org-agenda-custom-commands-local-options):
+       Add :deadline* and :scheduled* to the list of possible agenda entry
        types.
        (org-agenda): Implement a new agenda type agenda* with :scheduled*
        and :deadline* replacing :scheduled and :deadline respectively in
        (org-agenda-list): New parameter `with-hour'.  Use :scheduled* and
        :deadline*.
        (org-agenda-get-day-entries): Handle :scheduled* and :deadline*.
-       (org-agenda-get-deadlines, org-agenda-get-scheduled): New
-       parameter `with-hour'.  Use `org-deadline-time-hour-regexp' or
+       (org-agenda-get-deadlines, org-agenda-get-scheduled):
+       New parameter `with-hour'.  Use `org-deadline-time-hour-regexp' or
        `org-scheduled-time-hour-regexp' as the search string if needed.
        (org-agenda-to-appt): Use :scheduled* and :deadline* by default,
        as other scheduled and deadline items don't have a time spec and
        cannot be turned into appointments.  Trim bracket links and use
        only the description as the appointment text.
-       (org-agenda-get-restriction-and-command): Add
-       default description for the agenda* view.
+       (org-agenda-get-restriction-and-command):
+       Add default description for the agenda* view.
        (org-agenda-run-series): Handle agenda* views.
 
        * org-faces.el (org-agenda-filter-tags)
        (org-agenda-filter-category): Docstring fix.
        (org-agenda-filter-category): New face.
 
-       * org-agenda.el (org-agenda-local-vars): Add
-       `org-agenda-re-filter-overlays' and `org-agenda-regexp-filter'.
+       * org-agenda.el (org-agenda-local-vars):
+       Add `org-agenda-re-filter-overlays' and `org-agenda-regexp-filter'.
        (org-agenda-mode-map): Use "|" for
        `org-agenda-filtered-by-regexp'.
        (org-agenda-re-filter-overlays): New variable.
-       (org-agenda-mark-filtered-text): Use
-       `org-agenda-re-filter-overlays'.
+       (org-agenda-mark-filtered-text):
+       Use `org-agenda-re-filter-overlays'.
        (org-agenda-finalize, org-agenda-redo): Allow regexp filtering.
        (org-agenda-filter-by-category): Set `org-agenda-category-filter'
        here instead of within `org-agenda-apply-filter'.
        (org-agenda-filter-make-matcher): Make matcher for regexp filters.
        (org-agenda-filter-apply): Don't set `org-agenda-tag-filter' and
        `org-agenda-category-filter'.  Maybe apply regexp filter.
-       (org-agenda-filter-hide-line): Add docstring.  Hide
-       regexp-filtered lines.
+       (org-agenda-filter-hide-line): Add docstring.
+       Hide regexp-filtered lines.
        (org-agenda-filter-show-all-tag, org-agenda-filter-show-all-cat):
        Add docstring.
        (org-agenda-filter-show-all-regexp): New function.
        (org-agenda-regexp-filter-preset): New variable.
        (org-agenda-prepare): Use the new variable.
 
-       * ox-odt.el (org-odt-code, org-odt-verbatim): Use
-       `org-odt--encode-plain-text'.
+       * ox-odt.el (org-odt-code, org-odt-verbatim):
+       Use `org-odt--encode-plain-text'.
 
        * ox-html.el (org-html-link): Minor code clean-up.
 
        a universal prefix arg will only convert the first line.  This is
        more consistent with `org-toggle-item'.
        (orgstruct-setup): Add `org-ctrl-c-minus' and `org-ctrl-c-star'.
-       (customize-package-emacs-version-alist): Update
-       `customize-package-emacs-version-alist'.
+       (customize-package-emacs-version-alist):
+       Update `customize-package-emacs-version-alist'.
 
        * ox-texinfo.el (org-export-texinfo)
        (org-texinfo-filename, org-texinfo-classes)
        docstring.
 
        * ox-latex.el:
-       (org-latex-table-scientific-notation, org-latex-verse-block): Fix
-       typos in docstrings.
+       (org-latex-table-scientific-notation, org-latex-verse-block):
+       Fix typos in docstrings.
 
        * ox-html.el (org-html-text-markup-alist)
        (org-html-pretty-output, org-html-link-org-files-as-html)
        (org-html-format-list-item, org-html-format-latex)
        (org-html-encode-plain-text)
        (org-html-table-first-row-data-cells)
-       (org-html-table--table.el-table, org-html-final-function): Fix
-       or add docstring.
+       (org-html-table--table.el-table, org-html-final-function):
+       Fix or add docstring.
 
        * org.el (org-insert-heading): If the current item has a checkbox,
        insert the new item with a checkbox.
        * org.el (org-modules): Do not include org-mew.el, org-vm.el,
        org-w3m.el, org-wl.el as these files are now part of contrib/.
 
-       * org-w3m.el:
+       * org-mew.el:
        * org-vm.el:
        * org-w3m.el:
        * org-wl.el: Delete (moved to Org's contrib/ directory.)
        known as HTML_STYLE_EXTRA.
        (org-html-head): Enhance docstring.
        (org-html-head-extra): Reintroduce.  Was `org-html-style-extra'.
-       (org-html--build-head): Rename from `org-html--build-head'.  Add
-       information from `org-html-head-extra'.
+       (org-html--build-head): Rename from `org-html--build-head'.
+       Add information from `org-html-head-extra'.
        (org-html-template): Use `org-html--build-head'.
 
        * ox-html.el (org-html-display-buffer-mode): Delete.
        (org-insert-heading-respect-content): New optional argument
        arg, passed to `org-insert-heading'.
 
-       * org.el (org-mode): Remove syntax entries.  Use
-       `org-backward-element' and `org-forward-element' for
+       * org.el (org-mode): Remove syntax entries.
+       Use `org-backward-element' and `org-forward-element' for
        `beginning-of-defun-function' and `end-of-defun-function': this
        allows using C-M-a and C-M-e before the first headline.
 
        publishing projects.
 
        * ox-html.el (org-html-style-default): Update docstring.
-       (org-html-infojs-install-script, org-html--build-style): Update
-       property names.
+       (org-html-infojs-install-script, org-html--build-style):
+       Update property names.
        (org-html-head-include-scripts)
        (org-html-head-include-default-style, org-html-head):
        Respectively rename from `org-html-style-include-scripts',
        * ob-tangle.el (org-babel-tangle): Remove unused attempt of
        prompting the user of the tangle file name since :tangle is always
        set.  Don't prompt for a tangle file name when called with two
-       universal prefix arg outside of a src block.  Use
-       `org-babel-tangle-single-block'.
+       universal prefix arg outside of a src block.
+       Use `org-babel-tangle-single-block'.
        (org-babel-tangle-single-block): New function.
        (org-babel-tangle-collect-blocks): Use the new function.
 
        universal prefix arguments, set the warning time or the delay
        relatively to the current timestamp, not to today's date.
 
-       * org-agenda.el (org-agenda-filter-apply): Deactive
-       `org-agenda-entry-text-mode' when filtering.
+       * org-agenda.el (org-agenda-filter-apply):
+       Deactive `org-agenda-entry-text-mode' when filtering.
        (org-agenda-entry-text-mode): Don't allow in filtered views.
        Don't show the maximum number of lines when turning off.
 
        (org-html-use-infojs, org-html-infojs-options)
        (org-html-infojs-template): Move from ox-jsinfo.el.  Rename using
        the org-html- prefix.
-       (org-html-infojs-install-script): Move from ox-infojs.el.
+       (org-html-infojs-install-script): Move from ox-jsinfo.el.
 
-       * ox-infojs.el: Delete.
+       * ox-jsinfo.el: Delete.
 
        * ox-html.el (org-html-section): Fix indentation.
        (org-html-inner-template): Add the document title here, within the
        * org-macs.el (org-unmodified): Update comment.  Don't define
        `with-silent-modifications' for emacsen that don't have it.
 
-       * org-compat.el (org-with-silent-modifications): New
-       compatibility macro.
+       * org-compat.el (org-with-silent-modifications):
+       New compatibility macro.
 
        * org.el (org-refresh-category-properties)
        (org-refresh-properties, org-entry-blocked-p)
        * ox-publish.el (org-publish-sitemap-date-format): Small docstring
        enhancement.
 
-       * ox-latex.el (org-latex-format-headline-default-function): New
-       option.
+       * ox-latex.el (org-latex-format-headline-default-function):
+       New option.
        (org-latex-format-headline-function): Use the new option as
        the default value.
        (org-latex-toc-command): Don't add vertical space after the table
        (org-html-htmlized-org-css-url)
        (org-html-htmlize-region-for-paste): Rename from
        org-export-htmlize-*.
-       (org-html-htmlize-generate-css, org-html-fontify-code): Use
-       the correct names.
+       (org-html-htmlize-generate-css, org-html-fontify-code):
+       Use the correct names.
 
        * org-compat.el (org-file-equal-p): New compatibility function.
 
        (org-clock-in, org-clock-out): Set and delete
        `org-clock-current-task'.  Minor code clean-up.
 
-       * org-clock.el (org-clock-in, org-clock-in-last): Tell
-       `org-current-time' to always return a past time.
+       * org-clock.el (org-clock-in, org-clock-in-last):
+       Tell `org-current-time' to always return a past time.
 
        * org.el (org-current-time): New argument `past' to force
        returning a past time when rounding.
        `org-emphasis-alist' word constituents.
        (org-mode-transpose-word-syntax-table): Rename from
        `org-syntax-table'.
-       (org-transpose-words): Use
-       `org-mode-transpose-word-syntax-table'.
+       (org-transpose-words):
+       Use `org-mode-transpose-word-syntax-table'.
 
        * ox.el (org-export--dispatch-ui)
        (org-export--dispatch-action): Use integers for control chars.
        (org-edit-src-exit): Inconditionally kill the src/example
        editing buffer.
 
-       * org-pcomplete.el (pcomplete/org-mode/file-option): Require
-       'org-element.  This fixes a bug about unbound variable
+       * org-pcomplete.el (pcomplete/org-mode/file-option):
+       Require 'org-element.  This fixes a bug about unbound variable
        `org-element-affiliated-keywords' when trying to complete a
        keyword before 'org-element was required.
 
 
        * org.el (org-syntax-table, org-transpose-words): Delete.
        (org-mode): Syntactically Define {} and <> as parentheses.
-       (org-drag-line-forward, org-drag-line-backward): New
-       functions.
+       (org-drag-line-forward, org-drag-line-backward):
+       New functions.
        (org-shiftmetaup, org-shiftmetadown): Fall back on the new
        functions instead of throwing an error.
        (org-make-org-heading-search-string): Don't use statistic or [x/y]
        * org.el (org-emphasis-alist, org-protecting-blocks):
        * org-src.el (org-edit-src-find-region-and-lang):
        * org-list.el (org-list-forbidden-blocks):
-       * org-footnote.el (org-footnote-forbidden-blocks): Remove
-       references to the deleted DocBook exporter.
+       * org-footnote.el (org-footnote-forbidden-blocks):
+       Remove references to the deleted DocBook exporter.
 
        * org.el (org-end-of-line): Don't throw an error outside elements.
 
        (org-transpose-words): New command, simply wrapping the new
        syntax table around `transpose-words'.
        (org-mode-map): Bind `org-transpose-words' to `M-t'.
-       (org-store-link): Use keyword at point as the search string.  Use
-       `delq nil' instead of `delete nil'.
+       (org-store-link): Use keyword at point as the search string.
+       Use `delq nil' instead of `delete nil'.
        (org-make-org-heading-search-string): Rewrite using
        org-element.el.  Not an interactive function anymore.
 
        these list HTML tags: <ul> <dl> and <ol>.
 
        * org-clock.el (org-clock-timestamps-up)
-       (org-clock-timestamps-down, org-clock-timestamps-change): Add
-       an optional argument N to change timestamps by several units.
+       (org-clock-timestamps-down, org-clock-timestamps-change):
+       Add an optional argument N to change timestamps by several units.
 
        * org.el (org-shiftcontrolup, org-shiftcontroldown): Ditto.
 
        * org.el (org-block-entry-blocking): New variable.
        (org-todo): Use it.  Also use `user-error' when a TODO state
        change is blocked.
-       (org-block-todo-from-children-or-siblings-or-parent): Display
-       `org-block-entry-blocking' in the user-error message.
+       (org-block-todo-from-children-or-siblings-or-parent):
+       Display `org-block-entry-blocking' in the user-error message.
 
        * org.el (org-get-cursor-date): New optional argument WITH-TIME to
        add the time of the day.
        (org-use-last-clock-out-time-as-effective-time): New option.
        (org-current-effective-time): Use the new option.
 
-       * org-clock.el (org-clock-get-last-clock-out-time): New
-       function.
+       * org-clock.el (org-clock-get-last-clock-out-time):
+       New function.
 
        * org.el (org-toggle-inline-images): Only send a message when
        called interactively.
        (org-agenda-get-blocks, org-agenda-change-all-lines): Add a
        new text property 'level, a string with as many whitespaces as
        the level of the item.
-       (org-agenda-format-item, org-compile-prefix-format): Handle
-       the new `%l' specifier.
+       (org-agenda-format-item, org-compile-prefix-format):
+       Handle the new `%l' specifier.
 
        * org-colview.el (org-columns-next-allowed-value): Add the
        CLOCKSUM property to the list of properties that can be
        * org-agenda.el (org-agenda-custom-commands-local-options):
        (org-agenda-span, org-agenda-ndays-to-span)
        (org-agenda-span-to-ndays, org-agenda-list, org-agenda-later)
-       (org-agenda-change-time-span, org-agenda-compute-starting-span): Add
-       support for fortnight view.
+       (org-agenda-change-time-span, org-agenda-compute-starting-span):
+       Add support for fortnight view.
        (org-agenda-menu): Add fortnight view command.
        (org-agenda-fortnight-view): New command.
 
        * org-timer.el (org-clock-sound): Silence compiler.
 
-       * org.el (org-beginning-of-line, org-end-of-line): Bind
-       deactivate-mark to avoid that this command deactivates it.
+       * org.el (org-beginning-of-line, org-end-of-line):
+       Bind deactivate-mark to avoid that this command deactivates it.
        (org-make-tags-matcher): Do not interpret / in property value as
        starter of TODO match.
        (org-overview): Preserve point.
 
        * org.el (org-unlogged-message): New function.
        (org-cycle, org-cycle-internal-global, org-cycle-internal-local)
-       (org-global-cycle, org-display-outline-path): Use
-       `org-unlogged-message'.
+       (org-global-cycle, org-display-outline-path):
+       Use `org-unlogged-message'.
 
-       * org-pcomplete.el (org-make-org-heading-search-string): Fix
-       function declaration.
+       * org-pcomplete.el (org-make-org-heading-search-string):
+       Fix function declaration.
        (pcomplete/org-mode/searchhead): Remove incorrect second arguments
        to `org-make-org-heading-search-string'.
 
        (org-display-outline-path): Do not log outline path in Message
        buffer.
        (org-agenda-ignore-drawer-properties): New option.
-       (org-agenda-prepare-buffers): Honour
-       `org-agenda-ignore-drawer-properties'.
+       (org-agenda-prepare-buffers):
+       Honour `org-agenda-ignore-drawer-properties'.
 
        * org-clock.el (org-clock-goto): Recenter to thrd line
 
        (org-set-regexps-and-options-for-tags): Use `org-bookmark-names-plist'.
        (org-refile): Use `org-bookmark-names-plist'.
 
-       * org-capture.el (org-capture-bookmark-last-stored-position): Use
-       `org-bookmark-names-plist'.
+       * org-capture.el (org-capture-bookmark-last-stored-position):
+       Use `org-bookmark-names-plist'.
 
        * org.el (org-insert-heading): Rewritten from scratch.
        (org-N-empty-lines-before-current): New function
 
        * org-ctags.el (org-ctags-path-to-ctags): Avoid usine `case'.
 
-       * org.el (org-beginning-of-line,org-end-of-line): Set
-       disable-point-adjustment when the command ends next to invisible
+       * org.el (org-beginning-of-line, org-end-of-line):
+       Set disable-point-adjustment when the command ends next to invisible
        text.
 
        * ob-lob.el (org-babel-lob-files): Fix custom type.
 
 2013-11-12  Christian Moe  <mail@christianmoe.com>
 
-       * ox-odt.el (org-odt-line-break, org-odt-plain-text): Remove
-       newline after line-break tag.
+       * ox-odt.el (org-odt-line-break, org-odt-plain-text):
+       Remove newline after line-break tag.
 
 2013-11-12  Christophe Junke  <christophe.junke@inria.fr>  (tiny change)
 
        property.
        (org-heading-components): Use `org-heading-regexp' in
        orgstruct-mode.
-       (orgstruct-heading-prefix-regexp, orgstruct-setup-hook): New
-       options.
+       (orgstruct-heading-prefix-regexp, orgstruct-setup-hook):
+       New options.
        (orgstruct-initialized): New variable.
        (org-get-local-variables): Honour state property.
        (org-run-like-in-org-mode): Use `let' instead of `progv'.  Do not
        override variables with non-default values.
        (org-forward-heading-same-level): Do not skip to headlines on
        another level.  Handle negative prefix argument correctly.
-       (org-backward-heading-same-level): Use
-       `org-forward-heading-same-level'.
+       (org-backward-heading-same-level):
+       Use `org-forward-heading-same-level'.
 
 2013-11-12  Craig Tanis  <craig-tanis@utc.edu>  (tiny change)
 
 
        * ox-html.el (org-html-doctype-alist): New variable holding an
        alist of (X)HTML doctypes
-       (org-html-xhtml-p, org-html-html5-p, org-html-close-tag): New
-       function.
+       (org-html-xhtml-p, org-html-html5-p, org-html-close-tag):
+       New function.
        (org-html-html5-fancy): New export option, determining whether or
        not to use HTML5-specific elements.
        (org-html-html5-elements): New variable, new HTML5 elements.
        (org-html-format-list-item, org-html-line-break, org-html-table)
        (org-html-verse-block): Changes to allow flavored export.
 
-       * ox-latex.el (org-latex--org-table, org-latex-table-row): Allow
-       use of the "tabu" and "longtabu" table environments.  New table
+       * ox-latex.el (org-latex--org-table, org-latex-table-row):
+       Allow use of the "tabu" and "longtabu" table environments.  New table
        attribute :spread handles the width specification syntax of "tabu"
        and "longtabu" table environments.
 
        * ob-sh.el (org-babel-sh-evaluate):
        * ob-shen.el (org-babel-execute:shen):
        * ob-sql.el (org-babel-execute:sql):
-       * ob-sqlite.el (org-babel-execute:sqlite): Use
-       `org-babel-result-cond'.
+       * ob-sqlite.el (org-babel-execute:sqlite):
+       Use `org-babel-result-cond'.
 
        * ob.el (org-babel-common-header-args-w-values): Add a new "none"
        header argument.
        :padnewlines to "yes".  Either way lets just remove this which
        shouldn't have any functional effect.
 
-       * ob-haskell.el (org-babel-default-header-args:haskell): Set
-       :padlines to "no" by default.
+       * ob-haskell.el (org-babel-default-header-args:haskell):
+       Set :padlines to "no" by default.
 
        * ob-exp.el (org-babel-exp-non-block-elements): Ignore inline
        source block on #+ prefixed lines.
        * ob-sh.el (org-babel-sh-var-to-string): Fix bug in ob-sh when
        dealing with list variables.
 
-       * ob-core.el (org-babel-demarcate-block): Include
-       `org-src-lang-modes' in block demarcation options.
+       * ob-core.el (org-babel-demarcate-block):
+       Include `org-src-lang-modes' in block demarcation options.
 
        * ob-C.el: Don't modify `org-babel-load-languages' from ob-*
        files.
        * ob-gnuplot.el (org-babel-header-args:gnuplot): Term is a gnuplot
        header argument.
 
-       * ob-tangle.el (org-babel-tangle): Fixed bug in tangle-file.
+       * ob-tangle.el (org-babel-tangle): Fix bug in tangle-file.
        Collect tangle modes, and only apply them to the file after all
        tangling has completed, including the post-tangle-hook.
 
        * ob-core.el (org-babel-current-src-block-location):
        (org-babel-execute-src-block):
        * ob-exp.el (org-babel-exp-results):
-       * ob-lob.el (org-babel-lob-execute): Rename
-       `org-babel-current-exec-src-block-head' to
+       * ob-lob.el (org-babel-lob-execute):
+       Rename `org-babel-current-exec-src-block-head' to
        `org-babel-current-src-block-location'.
 
        * ob-core.el (org-babel-common-header-args-w-values): Adding the
        `org-babel-current-exec-src-block-head' variable when executing
        inline or lob style code.
 
-       * ob-core.el (org-babel-execute-src-block): The
-       `org-babel-current-exec-src-block-head' variable should point to
+       * ob-core.el (org-babel-execute-src-block):
+       The `org-babel-current-exec-src-block-head' variable should point to
        the outermost code block.
 
        * org.el (org-some): An org-mode version of the cl some function.
        * org.el (org-every): An Org-mode version of the cl every
        function.
 
-       * ob-tangle.el (org-babel-tangle-jump-to-org): Use
-       `org-src-switch-to-buffer' to jump from src to org.  Use the
+       * ob-tangle.el (org-babel-tangle-jump-to-org):
+       Use `org-src-switch-to-buffer' to jump from src to org.  Use the
        existing `org-edit-src' functionality to jump back to the correct
        point in the code block in the original Org-mode buffer.
 
        * ob-js.el (org-babel-execute:js): Use `org-babel-result-cond' in
        JavaScript code blocks.
 
-       * ob-scheme.el (org-babel-execute:scheme): Use
-       `org-babel-result-cond' in scheme code blocks.
+       * ob-scheme.el (org-babel-execute:scheme):
+       Use `org-babel-result-cond' in scheme code blocks.
 
-       * ob-ocaml.el (org-babel-execute:ocaml): Use
-       `org-babel-result-cond' in OCaml code blocks.
+       * ob-ocaml.el (org-babel-execute:ocaml):
+       Use `org-babel-result-cond' in OCaml code blocks.
 
-       * ob-haskell.el (org-babel-execute:haskell): Use
-       `org-babel-result-cond' in Haskell code blocks.
+       * ob-haskell.el (org-babel-execute:haskell):
+       Use `org-babel-result-cond' in Haskell code blocks.
 
        * ob-core.el (org-babel-result-cond): The "raw", "org" and
        "drawer" :results header argument values preclude table processing
        (org-babel-insert-result): Cycle tables for :results org and
        :results wrap.
 
-       * ob-python.el (org-babel-python-initiate-session-by-key): Fixed a
+       * ob-python.el (org-babel-python-initiate-session-by-key): Fix a
        bug pointed out by Gary Oberbrunner.
        (org-babel-python-initiate-session-by-key): Add "-i" to the python
        command on windows sessions.  Actually setting new session names.
        (org-babel-confirm-evaluate): Fix whitespaces.
        (org-babel-execute-src-block): A cond makes it more clear that we
        definitely do not execute without user confirmation.
-       (org-babel-call-process-region-original): Fixed line over 80 chars
+       (org-babel-call-process-region-original): Fix line over 80 chars
        long.
 
        * ob-tangle.el (org-babel-tangle-collect-blocks): Update comment
        * ox-html.el (org-html-latex-environment)
        (org-html-latex-fragment): Fix imagemagick support.
 
-       * org.el (org-create-formula-image-with-imagemagick): Generate
-       correct size formula image.
+       * org.el (org-create-formula-image-with-imagemagick):
+       Generate correct size formula image.
        (org-format-latex-header): Change pagestyle command position.
 
        * ox-latex.el (org-latex--caption/label-string): Allow to build a
 
        * org.el (org-reftex-citation): Fix contrib package name in the
        docstring.
-       (org-preview-latex-fragment, org-display-inline-images): Detect
-       whether a graphic display is available before inlining images to
+       (org-preview-latex-fragment, org-display-inline-images):
+       Detect whether a graphic display is available before inlining images to
        prevent an error.
        (org-startup-with-latex-preview): New option.
        (org-startup-options): New startup keywords for the new option.
        (org-reverse-string): Add `org-reverse-string' to reverse a
        string.
 
-       * org-id.el (org-id-new, org-id-decode): Replace
-       `org-id-reverse-string' by `org-reverse-string'.
+       * org-id.el (org-id-new, org-id-decode):
+       Replace `org-id-reverse-string' by `org-reverse-string'.
 
        * ob-core.el (org-babel-trim): Replace `org-babel-reverse-string'
        by `org-reverse-string' and declare it.
        * ox-md.el: Remove comments at the beginning of the file since
        the library is documented in Org manual.
 
-       * org-element.el (org-element--list-struct): Use
-       `org-match-string-no-properties'.  Fix block parsing in lists.
+       * org-element.el (org-element--list-struct):
+       Use `org-match-string-no-properties'.  Fix block parsing in lists.
 
        * ox-publish.el (org-publish-all): Fix compilation problem.
 
-       * org-element.el (org-element-timestamp-interpreter): Correctly
-       interpret timestamps with delays.
+       * org-element.el (org-element-timestamp-interpreter):
+       Correctly interpret timestamps with delays.
        (org-element-timestamp-parser)
        (org-element-timestamp-interpreter): Parse warning delays.
 
        Fix infloop when called on a blank line at the end of the buffer
        after a headline.
 
-       * org.el (org-forward-paragraph, org-backward-paragraph): New
-       functions.
+       * org.el (org-forward-paragraph, org-backward-paragraph):
+       New functions.
 
        * org.el (org-meta-return): Allow M-RET to insert items within
        drawers.  Rewrite function.
 
-       * org-element.el (org-element-footnote-definition-parser): Fix
-       value for :contents-begin when first line of footnote definition
+       * org-element.el (org-element-footnote-definition-parser):
+       Fix value for :contents-begin when first line of footnote definition
        is empty besides the label.
        (org-element-at-point): Return correct element when point is on a
        blank line just below a headline.
-       (org-element-paragraph-parser): Use
-       `org-match-string-no-properties'.  Small fixes to paragraph
+       (org-element-paragraph-parser):
+       Use `org-match-string-no-properties'.  Small fixes to paragraph
        parsing.
 
        * org.el (org-adaptive-fill-function): Do not handle
        variables are available.  Use correct :test.
        (org-export-table-cell-width): Modify key (now an element) and
        value structure (now a vector) of cache so it can use `eq' as
-       test. Elements are circular lists so `equal' cannot apply on them.
+       test.  Elements are circular lists so `equal' cannot apply on them.
 
        * ox-publish.el (project-plist): Remove variable.
 
-       * ox.el (org-export-to-buffer, org-export-to-file): Fix
-       docstrings.
+       * ox.el (org-export-to-buffer, org-export-to-file):
+       Fix docstrings.
 
        * ox-org.el (org-export-as-org): Add missing BODY-ONLY argument,
        which is always nil in this back-end.
        (org-export--dispatch-action): Maintain compatibility with Emacs
        23.
 
-       * org.el (org-adaptive-fill-function, org-fill-paragraph): Add
-       support for `adaptive-fill-regexp' in paragraphs and comments.
+       * org.el (org-adaptive-fill-function, org-fill-paragraph):
+       Add support for `adaptive-fill-regexp' in paragraphs and comments.
        (org-indent-line): Fix indentation after a list.
 
        * ox.el (org-export--get-inbuffer-options): Multiple options can
        * ox-latex.el (org-latex-template): Fix missing newlines in
        header.
 
-       * ox.el (org-export-insert-default-template): Fix
-       "wrong-type-argument" error in template insertion.
+       * ox.el (org-export-insert-default-template):
+       Fix "wrong-type-argument" error in template insertion.
 
        * org.el (org-fill-paragraph): Use empty commented lines as
        separators when filling comments.  This mimics default behavior
 
        * ox-latex.el (org-latex-listings): Update docstring.
 
-       * org-pcomplete.el (pcomplete/org-mode/file-option/options): Apply
-       changes to export back-end definiton.
+       * org-pcomplete.el (pcomplete/org-mode/file-option/options):
+       Apply changes to export back-end definiton.
 
        * org.el (org-get-export-keywords): Apply changes to export
        back-end definiton.
        (org-odt-format-headline--wrap): Use `org-export-with-backend'
        instead of `org-export-with-translations'.
 
-       * ox.el (org-export--registered-backends): Renamed from
+       * ox.el (org-export--registered-backends): Rename from
        `org-export-registered-backends'.
-       (org-export-invisible-backends): Removed variable.
+       (org-export-invisible-backends): Remove variable.
        (org-export-get-backend, org-export-get-all-transcoders
-       org-export-get-all-options, org-export-get-all-filters): New
-       functions.  It replaces `org-export-backend-translate-table'.
+       org-export-get-all-options, org-export-get-all-filters):
+       New functions.  It replaces `org-export-backend-translate-table'.
        (org-export-barf-if-invalid-backend, org-export-derived-backend-p,
        org-export-define-backend, org-export-define-derived-backend):
        Rewrite functions using new representation.
        org-export--get-inbuffer-options, org-export--get-global-options,
        org-export-to-buffer org-export-to-file, org-export-string-as
        org-export-replace-region-by): Update docstring.
-       (org-export-data-with-translations): Remove function.  Use
-       `org-export-data-with-backend' with a temporary back-end instead.
+       (org-export-data-with-translations): Remove function.
+       Use `org-export-data-with-backend' with a temporary back-end instead.
        (org-export-data-with-backend, org-export-as): Reflect new definition
        for back-ends.
        (org-export--dispatch-action, org-export--dispatch-ui): Reflect new
 
        * ox-html.el (org-html-link): Small refactoring.
 
-       * org-element.el (org-element--current-element): Fix
-       org-meta-return error at the end of buffer.
+       * org-element.el (org-element--current-element):
+       Fix org-meta-return error at the end of buffer.
 
        * ox-odt.el (org-odt-category-map-alist): Fix internationalization
        of "Table" and "Listing".
        * org-element.el (org-element--list-struct): Fix failing
        "plain-list-parser" test.
 
-       * ox-latex.el (org-latex-src-block): Handle :float attribute. Its
-       value can be set to "t", "multicolumn" or "nil".  Also remove
+       * ox-latex.el (org-latex-src-block): Handle :float attribute.
+       Its value can be set to "t", "multicolumn" or "nil".  Also remove
        :long-listing attribute, which is now replaced with :float nil.
        (org-latex--org-table): Replace :float table with :float t.
        (org-latex--inline-image): Replace :float figure with :float t.
        (org-latex-long-listings): Remove variable.
 
        * org-element.el (org-element--list-struct): New function.
-       (org-element-plain-list-parser, org-element--current-element): Use
-       new function.
+       (org-element-plain-list-parser, org-element--current-element):
+       Use new function.
 
        * ox-man.el (org-man-compile):
        * ox-texinfo.el (org-texinfo-compile): Use appropriate argument.
 
        * ox-md.el (md): Delegate underscore transcoding to HTML back-end.
 
-       * org-element.el (org-element--remove-indentation): Small
-       optimization.
+       * org-element.el (org-element--remove-indentation):
+       Small optimization.
        (org-element--remove-indentation): New function.
        (org-element-example-block-parser, org-element-src-block-parser):
        Use new function.
        `org-list-allow-alphabetical' when changed after org.el has been
        loaded.
 
-       * org-element.el (org-element-fixed-width-interpreter): Fix
-       interpretation of fixed-width elements with a nil or empty string
+       * org-element.el (org-element-fixed-width-interpreter):
+       Fix interpretation of fixed-width elements with a nil or empty string
        value.
 
        * ox-html.el (org-html-link): Don't skip the link description when
        * ox-icalendar.el (icalendar): Ignore footnotes.
        (org-icalendar--combine-files): Small refactoring.
 
-       * ox.el (org-export--skip-p, org-export--interpret-p): When
-       `org-export-with-footnotes' is nil, ignore completely footnotes
+       * ox.el (org-export--skip-p, org-export--interpret-p):
+       When `org-export-with-footnotes' is nil, ignore completely footnotes
        references and definitions instead of exporting them verbatim.
 
        * ox-beamer.el (org-beamer--frame-level): Small refactoring.
        * ox-html.el (html): Rename :html-table-tag property into
        :org-table-attributes.
        (org-html-table-default-attributes): New variable.
-       (org-html-table-tag): Removed variable.
+       (org-html-table-tag): Remove variable.
        (org-html--make-attribute-string): New function.
        (org-html-link--inline-image, org-html-table): Use new function.
-       (org-html-splice-attributes, org-export-splice-style): Remove
-       functions.
+       (org-html-splice-attributes, org-export-splice-style):
+       Remove functions.
        (org-html-inline-image-rules): Remove out of context part of the
        docstring.
 
        (org-export-with-sub-superscripts, org-export-with-toc)
        (org-export-with-tables, org-export-with-tags)
        (org-export-with-tasks, org-export-time-stamp-file)
-       (org-export-with-timestamps, org-export-with-todo-keywords): Fix
-       docstrings.
+       (org-export-with-timestamps, org-export-with-todo-keywords):
+       Fix docstrings.
 
        * ox-html.el (org-html-postamble-format): Slightly change default
        value so "Generated by" string doesn't get duplicated.
        (org-export--dispatch-ui, org-export--dispatch-action): Access to
        the function through the dispatcher.
 
-       * ox-icalendar.el (org-icalendar-convert-timestamp): Update
-       docstring.
+       * ox-icalendar.el (org-icalendar-convert-timestamp):
+       Update docstring.
        (org-icalendar-dtstamp): New function.
        (org-icalendar--vevent, org-icalendar--vtodo): Use new function.
 
        (org-macro-initialize-templates): Apply signature change from function
        above.
 
-       * ox.el (org-export--list-bound-variables): Renamed from
+       * ox.el (org-export--list-bound-variables): Rename from
        `org-export--install-letbind-maybe'.  Though, only return list of
        bound variables instead of installing them as buffer-local
        variables.
        * ox-man.el (org-man-table--org-table): Use new attribute syntax.
        Small refactoring.
 
-       * ox-odt.el (org-odt-link--inline-image, org-odt-table-cell): Use
-       new attribute syntax.
+       * ox-odt.el (org-odt-link--inline-image, org-odt-table-cell):
+       Use new attribute syntax.
 
        * ox.el (org-export-async-start): Remove code evaluation queries
        from asynchronous export.
        * ox-latex.el (org-latex-inline-image-rules)
        (org-latex-default-table-environment)
        (org-latex-default-table-mode, org-latex-tables-booktabs)
-       (org-latex-table-scientific-notation, org-latex-known-errors): Add
-       :version and :package-version.
+       (org-latex-table-scientific-notation, org-latex-known-errors):
+       Add :version and :package-version.
 
        * ox-md.el (org-md-headline-style): Add :version and
        :package-version.
        * ox.el (org-export-with-drawers, org-export-with-latex)
        (org-export-with-inlinetasks, org-export-with-planning)
        (org-export-with-smart-quotes, org-export-with-statistics-cookies)
-       (org-export-allow-bind-keywords, org-export-async-init-file): Add
-       :version and :package-version.
+       (org-export-allow-bind-keywords, org-export-async-init-file):
+       Add :version and :package-version.
 
        * ox-icalendar.el (org-icalendar-export-to-ics): Change back-end
        name from `e-ascii' to `ascii'.
        * org.el (org-fill-paragraph): Small refactoring to
        `org-fill-paragraph'.  Do not look for table cells in a paragraph.
 
-       * org-element.el (org-element-object-restrictions): Simplify
-       restrictions within secondary strings and objects.
+       * org-element.el (org-element-object-restrictions):
+       Simplify restrictions within secondary strings and objects.
 
        * org-list.el (org-list-send-list): Do not rely on
        `org-list-parse-list'.
-       (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Use
-       appropriate export back-end instead of using
+       (org-list-to-latex, org-list-to-html, org-list-to-texinfo):
+       Use appropriate export back-end instead of using
        `org-list-to-generic'.
 
        * ox-html.el (org-html-inner-template): Remove contents div and
        (org-icalendar-export-current-agenda): Integrate previous
        functions.
 
-       * ox-latex.el (org-latex-format-headline-default-function): Use
-       declarative shape to nest makup for TODO keywords.  Previous
-       syntax generated errors during export.
+       * ox-latex.el (org-latex-format-headline-default-function):
+       Use declarative shape to nest makup for TODO keywords.
+       Previous syntax generated errors during export.
 
        * ox.el (org-export-async-start): Ignore `org-mode-hook' and
        `kill-emacs-hook'.  The first one has been run in the original
        computing minimal headline level.
 
        * org.el (org-do-latex-and-related): Fix infloop when user
-       provides a wrong value for `org-highlight-latex-and-related'. In
-       this case, `org-latex-and-related-regexp' is the empty string and
+       provides a wrong value for `org-highlight-latex-and-related'.
+       In this case, `org-latex-and-related-regexp' is the empty string and
        generates an infloop since matching it doesn't move point.
 
-       * org-element.el (org-element-headline-parser): Rename
-       :optional-title into :alt-title.
+       * org-element.el (org-element-headline-parser):
+       Rename :optional-title into :alt-title.
 
-       * ox.el (org-export-get-alt-title): Renamed from
+       * ox.el (org-export-get-alt-title): Rename from
        `org-export-get-optional-title'.
 
        * ox-ascii.el (org-ascii--build-title):
        * ox-latex.el (org-latex-compile): Add an optional argument for
        latex snippet previewing.
 
-       * org.el (org-create-formula-image-with-imagemagick): Use
-       `org-latex-compile' instead of rewriting it.
+       * org.el (org-create-formula-image-with-imagemagick):
+       Use `org-latex-compile' instead of rewriting it.
 
        * ox-html.el (org-html-fontify-code): Do not use [^\000] in
        regexps that may match large strings.
        (org-element-plain-link-successor): New function.
 
        * org.el (org-match-substring-regexp)
-       (org-match-substring-with-braces-regexp): Update regexp.  A
-       sub/superscript cannot start anymore at the beginning of the line
+       (org-match-substring-with-braces-regexp): Update regexp.
+       sub/superscript cannot start anymore at the beginning of the line
        or after a space.
 
        * org-element.el (org-element--get-next-object-candidates):
 
        * ox-html.el (org-html--format-toc-headline): Fix function name.
        (org-html-toc, org-html--toc-text): Change to docstring.
-       (org-html-list-of-listings, org-html-list-of-tables): New
-       functions.
+       (org-html-list-of-listings, org-html-list-of-tables):
+       New functions.
        (org-html-keyword): Use new functions.
        (org-html-src-block): Add an ID attribute when a name is given.
 
-       * org-element.el (org-element-footnote-definition-parser): Require
-       2 blank lines to separate footnote definition.
+       * org-element.el (org-element-footnote-definition-parser):
+       Require 2 blank lines to separate footnote definition.
 
        * org-footnote.el (org-footnote-at-definition-p): Require 2 blank
        lines to separate footnote definition.
        (org-export-stack-refresh): Refactor.
        (org-export-stack-remove, org-export-stack-view): Apply renaming.
        (org-export-stack-mode-map): Use tabulated list map as a basis.
-       (org-export-stack--generate, org-export-stack--num-predicate): New
-       function.
+       (org-export-stack--generate, org-export-stack--num-predicate):
+       New function.
        (org-export-get-optional-title): Return regular title when no
        optional title is found.
 
        * ox-latex.el (org-latex-headline): Apply change to
        `org-export-get-optional-title'.
 
-       * ox-ascii.el (org-ascii--build-title): Add an argument.  Use
-       optional title when building a toc line.
+       * ox-ascii.el (org-ascii--build-title): Add an argument.
+       Use optional title when building a toc line.
        (org-ascii--build-toc): Call `org-ascii--build-title' with
        appropriate arguments.
 
        * ox-latex.el (org-latex-headline): Use optional title for table
        of contents.
 
-       * ox-html.el (org-html--toc-text): Renamed from
+       * ox-html.el (org-html--toc-text): Rename from
        `org-html-toc-text'.  Add docstring.
-       (org-html--format-toc-headline): Renamed from
+       (org-html--format-toc-headline): Rename from
        `org-html-format-toc-headline'.  Add docstring.  Use optional
        title if possible.
        (org-html-toc): Add docstring.
 
        * ox.el (org-export-get-optional-title): New function.
 
-       * ox-latex.el (org-latex-format-headline-default-function): Make
-       the variable a function.
+       * ox-latex.el (org-latex-format-headline-default-function):
+       Make the variable a function.
 
-       * ox-publish.el (org-publish-resolve-external-fuzzy-link): No
-       error when resolving external fuzzy links outside publishing.
+       * ox-publish.el (org-publish-resolve-external-fuzzy-link):
+       No error when resolving external fuzzy links outside publishing.
        Though search option for these links will not be resolved.
 
        * ox-latex.el (org-latex-guess-inputenc): Set inputenc option
        according to `org-export-coding-system'.
 
-       * ox.el (org-export--generate-copy-script): Clone
-       `buffer-file-coding-system' when creating a buffer copy.
+       * ox.el (org-export--generate-copy-script):
+       Clone `buffer-file-coding-system' when creating a buffer copy.
 
        * ox-html.el (org-html-link): Resolve external links with search
        options like [[file.org::#custom-id]] or
 
        * ox-latex.el (org-latex-property-drawer): Remove function.
 
-       * ox-ascii.el (org-ascii-filter-paragraph-spacing): Remove
-       reference to now renamed `e-ascii' back-end.
+       * ox-ascii.el (org-ascii-filter-paragraph-spacing):
+       Remove reference to now renamed `e-ascii' back-end.
 
        * ox-beamer.el (org-beamer-template): Allow to span documentclass
        options accross multiple lines in template.
        * org-element.el (org-element-map): Allow to map over any list.
        Do not restrict mapping to object types.
 
-       * org-faces.el (org-latex-and-related): Renamed from
+       * org-faces.el (org-latex-and-related): Rename from
        `org-latex-and-export-specials', which wasn't appropriate anymore.
 
        * org.el (org-highlight-latex-and-related)
        (org-latex-and-related-regexp): New variables.
-       (org-compute-latex-and-related-regexp, org-do-latex-and-related): New
-       function, revived from a previous commit.
+       (org-compute-latex-and-related-regexp, org-do-latex-and-related):
+       New function, revived from a previous commit.
        (org-set-regexps-and-options, org-set-font-lock-defaults): Use new
        functions.
        (org-set-regexps-and-options): Remove reference to LATEX_CLASS and
        * org-element.el (org-element-link-parser): Do not remove newlines
        characters in paths anymore, since this is not required.
 
-       * ox.el (org-export--dispatch-ui): Renamed from
+       * ox.el (org-export--dispatch-ui): Rename from
        `org-export-dispatch-ui'.  Handle scrolling.
-       (org-export--dispatch-action): Renamed from
+       (org-export--dispatch-action): Rename from
        `org-export-dispatch-action'.  Implement scrolling.
        (org-export-dispatch): Apply renaming.
 
 
        * ox.el (org-export-stack-mode): Fix docstring.
 
-       * org-pcomplete.el (pcomplete/org-mode/file-option): Allow
-       completion for ATTR_ prefixed keywords.
+       * org-pcomplete.el (pcomplete/org-mode/file-option):
+       Allow completion for ATTR_ prefixed keywords.
 
        * org.el (org-options-keywords): Add missing colons.
 
-       * org-macs.el (org-default-options): Removed function.
+       * org-macs.el (org-default-options): Remove function.
 
        * org-pcomplete.el (org-command-at-point): Fix bug with some file
        options.
-       (pcomplete/org-mode/file-option/x): Removed macro.
+       (pcomplete/org-mode/file-option/x): Remove macro.
        (pcomplete/org-mode/file-option): Refactor code.
        (pcomplete/org-mode/file-option/author)
        (pcomplete/org-mode/file-option/date)
 
        * ox-ascii.el (org-ascii-inner-template): New function.
        (org-ascii-template): Use new function.
-       (org-ascii-export-as-ascii, org-ascii-export-to-ascii): Update
-       docstring.
+       (org-ascii-export-as-ascii, org-ascii-export-to-ascii):
+       Update docstring.
 
        * org-element.el (org-element-link-parser): Take into
        consideration links filled and indented.
        * org-element.el (org-element-nested-p): Do not inline function.
 
        * ox.el (org-export-copy-buffer, org-export-with-buffer-copy)
-       (org-export--generate-copy-script): Moved earlier in the file.
+       (org-export--generate-copy-script): Move earlier in the file.
 
        * ox-texinfo.el (org-texinfo-link): Do not transform path part of
        internal links.
        required in the external process.
 
        * org.el (org-format-latex-header-extra, org-export-have-math):
-       Removed variables.
-       (org-latex-default-packages-alist): Renamed from
+       Remove variables.
+       (org-latex-default-packages-alist): Rename from
        `org-export-latex-default-packages-alist'.
-       (org-latex-packages-alist): Renamed from
+       (org-latex-packages-alist): Rename from
        `org-export-latex-packages-alist'.
        (org-try-cdlatex-tab, org-cdlatex-underscore-caret,
        org-cdlatex-math-modify): Reorder in file.
 
        * org-entities.el (org-entities-user): Update docstring.
 
-       * ox-latex.el (org-latex-classes, org-latex-listings): Update
-       docstring.
-       (org-latex-guess-inputenc): Renamed from `org-latex--guess-inputenc'.
-       (org-latex-guess-babel-language): Renamed from
+       * ox-latex.el (org-latex-classes, org-latex-listings):
+       Update docstring.
+       (org-latex-guess-inputenc): Rename from `org-latex--guess-inputenc'.
+       (org-latex-guess-babel-language): Rename from
        `org-latex--guess-babel-language'.
        (org-latex-template): Apply renaming.
 
        copying it.
 
        * org-macs.el (org-if-unprotected, org-if-unprotected-1)
-       (org-if-unprotected-at): Removed macros.
-       (org-re-search-forward-unprotected): Removed function.
+       (org-if-unprotected-at): Remove macros.
+       (org-re-search-forward-unprotected): Remove function.
 
        * org.el (org-format-latex):
        * org-list.el (org-list-struct):
        * org-capture.el (org-capture-fill-template): Remove reference to
        `org-protected'.
 
-       * ob-exp.el (org-babel-exp-process-buffer): Renamed from
+       * ob-exp.el (org-babel-exp-process-buffer): Rename from
        `org-export-blocks-preprocess'.
 
        * ox.el (org-export-execute-babel-code): Apply previous renaming.
        framework.
        (pcomplete/org-mode/file-option/options): Rewrite using new export
        framework.  Only complete up to the colon.
-       (pcomplete/org-mode/file-option/x): Removed macro.
+       (pcomplete/org-mode/file-option/x): Remove macro.
        (pcomplete/org-mode/file-option/title)
        (pcomplete/org-mode/file-option/author)
        (pcomplete/org-mode/file-option/email)
-       (pcomplete/org-mode/file-option/date): Removed functions.
+       (pcomplete/org-mode/file-option/date): Remove functions.
        (pcomplete/org-mode/file-option/infojs_opt): New function.
 
        * org-clock.el (org-clocktable-defaults)
        function.
 
        * org-inlinetask.el (org-inlinetask-export)
-       (org-inlinetask-export-templates): Removed variables.
-       (org-inlinetask-export-handler): Removed function.
+       (org-inlinetask-export-templates): Remove variables.
+       (org-inlinetask-export-handler): Remove function.
 
        * org-plot.el: Remove dependency on `org-exp' library.
 
        * org-agenda.el (org-agenda-menu, org-agenda-write): Use new
        iCalendar export back-end.
 
-       * org-table.el (org-table-export, orgtbl-export): Remove
-       dependency on `org-exp' library.
+       * org-table.el (org-table-export, orgtbl-export):
+       Remove dependency on `org-exp' library.
        (org-table-clean-before-export): New function.
        (org-table-colgroup-info): New variable.
        (orgtbl-to-html): Use to new HTML export back-end.
        Elements.
 
        * org-element.el (org-element-at-point): When point is before any
-       element, in the first blank lines of the buffer, return nil.  When
-       point is within blank lines just after a headline, return that
+       element, in the first blank lines of the buffer, return nil.
+       When point is within blank lines just after a headline, return that
        headline.
        (org-element-context): Return nil when point is within the blank at
        the beginning of the buffer.
 
        * org.el (org-edit-special): Fix regression.
        (org-timestamp-has-time-p, org-timestamp-format)
-       (org-timestamp-split-range, org-timestamp-translate): New
-       functions.
+       (org-timestamp-split-range, org-timestamp-translate):
+       New functions.
 
-       * org-element.el (org-element-timestamp-interpreter): Interpret
-       timestamps ranges with repeaters.
+       * org-element.el (org-element-timestamp-interpreter):
+       Interpret timestamps ranges with repeaters.
 
        * org.el (org-edit-special): Rewrite `org-edit-special' using Org
        Elements tools.  Behavior should be unchanged.
        * org.el (org-all-targets): Fix radio targets detection when
        object is directly followed by a non-whitespace character.
 
-       * ob.el (org-babel-use-quick-and-dirty-noweb-expansion): Renamed
-       from `org-babel-use-quick-and-dirty-noweb-expansion'.
+       * ob.el (org-babel-use-quick-and-dirty-noweb-expansion):
+       Rename from `org-babel-use-quick-and-dirty-noweb-expansion'.
        (org-babel-expand-noweb-references): Use new variable name.
 
-       * org-element.el (org-element-timestamp-interpreter): Fix
-       timestamp interpreter when raw value isn't available.
+       * org-element.el (org-element-timestamp-interpreter):
+       Fix timestamp interpreter when raw value isn't available.
 
        * ob-exp.el (org-babel-exp-non-block-elements): Make sure to parse
        inline babel call or inline src block instead of the following
        Fix docstring.
 
        * org.el (org-adaptive-fill-function): Items do not have
-       a :post-affiliated property. Use :begin property instead.
+       a :post-affiliated property.  Use :begin property instead.
 
        * org-element.el (org-element-headline-parser)
        (org-element-inlinetask-parser): Remove :clockedp property.
        (org-element-horizontal-rule-parser, org-element-keyword-parser)
        (org-element-latex-environment-parser)
        (org-element-paragraph-parser, org-element-src-block-parser)
-       (org-element-table-parser, org-element-verse-block-parser): Add
-       `:post-affiliated' property to elements.
+       (org-element-table-parser, org-element-verse-block-parser):
+       Add `:post-affiliated' property to elements.
        (org-element-inlinetask-parser): Remove affilated keywords.
 
        * org.el (org-adaptive-fill-function): Use new property.
        (org-element--current-element): Tiny refactoring.
 
        * ob.el (org-babel-where-is-src-block-result): Insert new results
-       keyword in current narrowed part of buffer, if necessary. Small
-       refactoring.
+       keyword in current narrowed part of buffer, if necessary.
+       Small refactoring.
        (org-babel-insert-result): Do not widen buffer when new results have
        to be inserted.  Therefore, results inserted after the last block of
        a narrowed buffer still belong to the narrowed part of the buffer.
        (org-element-diary-sexp-parser)
        (org-element-diary-sexp-interpreter): New functions.
        (org-element-horizontal-rule-parser)
-       (org-element-keyword-parser, org-element--current-element): Small
-       refactoring.
+       (org-element-keyword-parser, org-element--current-element):
+       Small refactoring.
        (org-element-property): Access to text properties when argument is
        a string.
        (org-element-put-property): Correctly set property when target is
 
        * org.el (org-all-targets): Make sure the regexp really matched a
        radio target.
-       (org-macro-expand, org-macro-replace-all): Change signature.  The
-       function now accepts an alist of templates so it doesn't have to
+       (org-macro-expand, org-macro-replace-all): Change signature.
+       The function now accepts an alist of templates so it doesn't have to
        rely only on `org-macro-templates'.
        (org-macro-initialize-templates): {{{date}}} is not anymore an
        alias for {{{time}}}.  During export, it will provide the value
        stored in DATE keyword instead.
 
        * org-element.el (org-element-object-restrictions): Allow links in
-       caption. Also allow inline-src-blocks and inline-babel-calls.
+       caption.  Also allow inline-src-blocks and inline-babel-calls.
        (org-element-map): Change signature.
        (org-element-parsed-keywords): Remove document properties from the
        value.
        (org-element-latex-environment-parser)
        (org-element-paragraph-parser, org-element-property-drawer-parser)
        (org-element-src-block-parser, org-element-table-parser)
-       (org-element-verse-block-parser): Change signature. Now use an
+       (org-element-verse-block-parser): Change signature.  Now use an
        additional argument: affiliated.
        (org-element--current-element): Skip affiliated keywords and pass
        them as an argument to parsers.  It prevents to walk through these
        * ob-exp.el (org-export-blocks-preprocess): Fix block evaluation
        when results are before the block.
        (org-export-blocks-preprocess): Improve blank lines handling in
-       function. Add comments. Remove `org-export-blocks-postblock-hook'
-       since it's defined nowhere now
-       (and doesn't need to, there's `org-export-before-parsing-hook'
-       already).
+       function.  Add comments.  Remove `org-export-blocks-postblock-hook'
+       since it's defined nowhere now (and doesn't need to, there's
+       `org-export-before-parsing-hook' already).
 
        * org-exp-blocks.el: Delete.
 
        * ob-exp.el (org-export-blocks-preprocess):
-       * ob-ditaa.el (org-ditaa-jar-path): Moved from
+       * ob-ditaa.el (org-ditaa-jar-path): Move from
        "org-export-blocks.el".
 
        * ob-exp.el (org-babel-exp-src-block): Remove unused argument.
        (org-babel-exp-non-block-elements): Rewrite function using Org
        Element.
 
-       * org-exp-blocks.el (org-export-blocks-preprocess): Rewrite
-       function using Org Element.
+       * org-exp-blocks.el (org-export-blocks-preprocess):
+       Rewrite function using Org Element.
 
        * org-element.el (org-element-recursive-objects)
        (org-element-object-restrictions): Remove `macro' from recursive
        container.
        (org-html-divs): Extra character in doc string.
        (org-babel-execute:sql): Unquote cmdline argument in
-       format string, dbish requires three separate arguments. Add dbi to
-       the list of engines with automatically added header separator.
+       format string, dbish requires three separate arguments.  Add dbi
+       to the list of engines with automatically added header separator.
        (org-html--build-pre/postamble): Add css class to wrapper div
        (defaults to `org-pre/postamble-class').  Move spec building to
        separate function (`org-html-format-spec').
        same style.  Make all anchors font-size %100.  Remove margin from
        the content section.
        (org-html-container-element): Fix docstring.
-       (org-html-postamble-format, org-html-preamble-format): Update
-       docstrings.
+       (org-html-postamble-format, org-html-preamble-format):
+       Update docstrings.
        (org-html-template): Use `org-html--build-pre/postamble'.
        (org-html--build-pre/postamble): New function, combining the
        pre/postamble generator.  Merge lists of formatters from the
        (org-html-divs): Change to alist of three entries each containing
        a key ('preamble, 'content, 'postamble), an HTML element type and
        an id to allow setting container elements.
-       (org-html--build-preamble, org-html--build-postamble): Modified to
+       (org-html--build-preamble, org-html--build-postamble): Modify to
        use `org-html-divs'.
-       (org-html-template): Modified to use doctype and container-element
+       (org-html-template): Modify to use doctype and container-element
        settings.
        (org-export-define-backend): Add css url option.
        (org-export-htmlized-org-css-url): Modify docstring and options.
        * ob-tangle.el (org-babel-tangle-collect-blocks): Change argument
        name collid `org-babel-map-src-blocks' variable 'lang'.
 
-       * org-protocol.el (org-protocol-convert-query-to-plist): New
-       function.
+       * org-protocol.el (org-protocol-convert-query-to-plist):
+       New function.
        (org-protocol-do-capture): Use new function.
        (org-protocol-data-separator): Change default separator.
 
        (org-mew-open-by-message-id, org-mew-search, org-mew-capture)
        (org-mew-capture-guess-selection-keys): New functions.
 
-2013-11-12  Trevor Murphy  <trevor.m.murphy@gmail.com>  (tiny change)
+2013-11-12  Trevor Murphy  <trevor.m.murphy@gmail.com>
 
        * org.el (org-get-compact-tod): Always pad minutes to two places.
 
 
 2013-11-12  Vitalie Spinu  <spinuvit@gmail.com>
 
-       * ob-tangle.el (org-babel-find-file-noselect-refresh): Call
-       `find-file-noselect' with 'nowarn argument to surpress
+       * ob-tangle.el (org-babel-find-file-noselect-refresh):
+       Call `find-file-noselect' with 'nowarn argument to surpress
        `yes-or-no-p' reversion message.
 
-       * ob-core.el (org-babel-where-is-src-block-head): Return
-       `point-marker' instead of `point'.
+       * ob-core.el (org-babel-where-is-src-block-head):
+       Return `point-marker' instead of `point'.
 
 2013-11-12  Yann Hodique  <yann.hodique@gmail.com>
 
        needed, make sure the distance is incremented.  In addition, the
        now obsolete mmin function was removed.
 
-2013-11-12  Oleh Krehel <wave@mail.ua>
+2013-11-12  Oleh Krehel  <wave@mail.ua>
 
        * org-capture.el (org-capture-expand-embedded-elisp): Throw error
        if result is not a string and not nil.  If the result is nil,
        treat it as if it was the empty string.
 
-       * org-clock.el (org-clock-notify-once-if-expired): Honor
-       `org-clock-sound'.
+       * org-clock.el (org-clock-notify-once-if-expired):
+       Honor `org-clock-sound'.
 
 2013-11-12  Rasmus Pank  <rasmus.pank@gmail.com>
 
        * ob-C.el: Added C++ to `org-babel-load-languages' automatically
        after loading C.
 
-       * org-src.el (org-src-lang-modes): Added association between
+       * org-src.el (org-src-lang-modes): Add association between
        language C++ and `c++-mode'.
 
-       * ox.el (org-export-smart-quotes-alist): Added ("da" "no" "nb"
+       * ox.el (org-export-smart-quotes-alist): Add ("da" "no" "nb"
        "nn" "sv").
-       (org-export-dictionary): Added some entries ("da" "no" "nb" "nn"
+       (org-export-dictionary): Add some entries ("da" "no" "nb" "nn"
        "sv").
        (org-export-default-language): Mention other variables affected by
        language.
 
-       * ox-latex.el (org-latex-babel-language-alist): Added 'nb', 'nn',
+       * ox-latex.el (org-latex-babel-language-alist): Add 'nb', 'nn',
        and 'no' for Norwegian.  Removed 'no-no'.
        (org-latex-pdf-process): let `latexmk' be a preconfigured choice
        and change the wording of the docstring.
        (org-latex-guess-babel-language): Replace AUTO with language if
        AUTO is the option of the LaTeX package Babel.
-       (org-latex-classes): updated documentation with respect
+       (org-latex-classes): Update documentation with respect
        to `org-latex-guess-babel-language'.
 
 2013-11-12  Дядов Васил Стоянов  <vdyadov@elvees.com>  (tiny change)
        (org-export-odt-schema-dir, org-odt-styles-dir): Infer the
        correct directories without requiring other variables.
 
-       * org-fixup.el (org-make-org-version, org-make-autoloads):
-       Don't define `org-odt-data-dir' in org-version.el.
-
        * org-loaddefs.el: New file.
 
        * org.el ("org-loaddefs.el"): Don't throw an error if the file
        "29.03 16:40".
 
        * org-element.el (org-element-center-block-parser)
-       (org-element-drawer-parser, org-element-footnote-definition-parser)
+       (org-element-drawer-parser, org-element-footnote-definition-parser)
        (org-element-inlinetask-parser, org-element-plain-list-parser)
        (org-element-quote-block-parser, org-element-special-block-parser)
        (org-element-babel-call-parser, org-element-clock-parser)
        * org-clock.el (org-dblock-write:clocktable)
        (org-dblock-write:clocktable): Ditto.
 
-       * org2rem.el (org2rem): Ditto.
-
        * org-agenda.el (org-agenda): In sticky agendas, use the current
        command's match to set the buffer name.  This gives more
        information to the user and allows to distinguish various agendas
 
        * org-macs.el (orgstruct++-ignore-org-filling): New macro.
 
-       * org-exp-block.el: Use `org-find-library-name' instead of
+       * org-exp-blocks.el: Use `org-find-library-name' instead of
        `find-library-name'.
 
        * org-compat.el (org-find-library-name): Convert into a macro to
        (org-agenda-run-series): Remove any old agenda markers in the
        buffer that is going to take the new block agenda.
        (org-prepare-agenda): Reset markers before erasing the buffer anc
-       running `org-agenda-mode', because after that hte local variable
+       running `org-agenda-mode', because after that the local variable
        `org-agenda-markers' will have gone away.
        (org-agenda-Quit):
        (org-finalize-agenda): Install the marker resetter into the
        * org-clock.el (org-clock-idle-time): Org-mode assumed that
        x11idle was an available command, and returned an idle time of 0
        if it was not
-       (never idle): Added checks so that org-idle-time will come from
+       (never idle): Add checks so that org-idle-time will come from
        emacs' own current-idle-time if x11idle cannot be found or if it
        cannot retrieve the idle time from X11
 
        possible completions, even when there are tags defined in the
        buffer.
 
-2012-04-01  Bastien Guerry  <bzg@gnu.org>
-
-       * org-mime.el (org-mime-htmlize):
-       Set `org-export-with-LaTeX-fragments' correctly.
-
 2012-04-01  Bastien Guerry  <bzg@gnu.org>
 
        * org.el (org-set-tags): Don't add a column when there is only one
 
        * ob.el (org-babel-params-from-properties): Now splits
        multiple var arguments behind a single ":var".
-       (org-babel-balanced-split): Separated balanced splitting of
+       (org-babel-balanced-split): Separate balanced splitting of
        strings out into a new function.
        (org-babel-parse-multiple-vars): Splits multiple var arguments
        behind a single ":var".
        (org-indent-initialize): Remove timer.
        (org-indent-add-properties): Refactor code.
        (org-indent-refresh-subtree, org-indent-refresh-section)
-       (org-indent-refresh-buffer,org-indent-set-initial-properties):
+       (org-indent-refresh-buffer, org-indent-set-initial-properties):
        Remove functions.
        (org-indent-deleted-headline): New variable.
-       (org-indent-notify-deleted-headline,org-indent-refresh-maybe):
+       (org-indent-notify-deleted-headline, org-indent-refresh-maybe):
        New functions.
        (org-indent-mode): Insert new functions into a hook.
 
        section when promoting or demoting it.
        (org-indent-add-properties): Rewrite function to proceed line by
        line, as required by `wrap-prefix' specificity.
-       (org-indent-refresh-section,org-indent-refresh-subtree): Refactor.
+       (org-indent-refresh-section, org-indent-refresh-subtree): Refactor.
        (org-indent-refresh-view): New function.
        (org-indent-refresh-to, org-indent-refresh-section):
        Remove functions.
 
        * org-list.el (org-list-in-valid-context-p): Rename from
        `org-list-in-valid-block-p'.
-       (org-at-item-p,org-list-search-generic): Use renamed function.
+       (org-at-item-p, org-list-search-generic): Use renamed function.
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
 
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
 
-       * org-list.el (org-list-struct,org-in-item-p): Don't assume end of
+       * org-list.el (org-list-struct, org-in-item-p): Don't assume end of
        blocks or drawers necessarily start somewhere.  It it isn't the
        case, treat them as normal text.
 
        * org-list.el (org-list-to-generic): Set a default term for
        ill-formed description lists.  Do not insert newline characters
        unless told to.
-       (org-list-to-texinfo,org-list-to-html): Apply changes to
+       (org-list-to-texinfo, org-list-to-html): Apply changes to
        `org-list-parse-liste'.
 
 2011-07-28  Bastien Guerry  <bzg@gnu.org>
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
 
        * org-list.el (org-list-in-valid-block-p): New function.
-       (org-at-item-p,org-list-search-generic): Use new function.
+       (org-at-item-p, org-list-search-generic): Use new function.
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
 
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
 
-       * org.el (org-demote-subtree,org-promote-subtree):
+       * org.el (org-demote-subtree, org-promote-subtree):
        Wrap `org-map-tree' into `org-with-limited-levels' macro, so it avoids
        operating on inline tasks.
 
        (org-export-html-preamble-format): Explain how to escape the
        `%' character.
 
-2011-07-28  Bastien Guerry  <bzg@gnu.org>
-
-       * org-exp-bibtex.el (org-export-bibtex-preprocess):
-       Use `org-export-current-backend'.
-
 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
 
        * ob.el (org-babel-read): Read string variable values wrapped in
        function every at every line in a list.  User will have to reload
        Org if he change value of either `org-list-end-regexp' or
        `org-empty-line-terminates-plain-lists'.
-       (org-in-item-p,org-list-struct,org-list-parse-list): Apply change.
+       (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-search-backward-unenclosed'.
        (org-list-search-forward): Rename from
        `org-search-forward-unenclosed'.
-       (org-toggle-checkbox,org-update-checkbox-count): Use new
+       (org-toggle-checkbox, org-update-checkbox-count): Use new
        functions.
        (org-sort-list): Using default regexp search functions as context
        is not required in this case.
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
 
-       * org.el (org-skip-over-state-notes,org-store-log-note): Use new
+       * org.el (org-skip-over-state-notes, org-store-log-note): Use new
        accessors.
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
        * org-list.el (org-list-indent-item-generic): Remove error
        messages happening before process.  This belongs to interactive
        functions.
-       (org-indent-item,org-indent-item-tree)
-       (org-outdent-item,org-outdent-item-tree): Ensure point or region
+       (org-indent-item, org-indent-item-tree)
+       (org-outdent-item, org-outdent-item-tree): Ensure point or region
        is correct before computing list structure.  Return an error
        message otherwise.
 
        text following a sub-list in the same item.  See docstring for an
        example of output.
        (org-list-to-generic): Use new parsing function.
-       (org-list-to-latex,org-list-to-html): Minor change for clearer
+       (org-list-to-latex, org-list-to-html): Minor change for clearer
        export.
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
        was already the first item of the list at point.
        (org-list-get-list-end): Function wasn't return value when item
        was already the last item of the list at point.
-       (org-list-struct-fix-box,org-update-checkbox-count): Now uses
+       (org-list-struct-fix-box, org-update-checkbox-count): Now uses
        `org-list-get-children'.
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
        (org-list-exchange-items): Refactor and comment code.  Now return
        new struct instead of modifying it, as list sorting would
        sometimes eat first item.
-       (org-move-item-down,org-move-item-up): Reflect changes to
+       (org-move-item-down, org-move-item-up): Reflect changes to
        `org-list-exchange-items'.
        (org-insert-item): As `org-in-item-p' also computes item beginning
        when applicable, reuse the result.
 
 2011-07-28  Bastien Guerry  <bzg@gnu.org>
 
-       * org-agenda.el (org-agenda-repeating-timestamp-show-all): Allow
-       to use a list of TODO keywords as the value of this variable.
+       * org-agenda.el (org-agenda-repeating-timestamp-show-all):
+       Allow to use a list of TODO keywords as the value of this variable.
        The agenda will show repeating stamps for entries matching these TODO
        keywords.
        (org-agenda-get-timestamps, org-agenda-get-deadlines)
 
 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
 
-       * ob-exp.el (org-babel-exp-results): Replaced old function call.
+       * ob-exp.el (org-babel-exp-results): Replace old function call.
 
 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
 
 
 2010-11-11  Noorul Islam  <noorul@noorul.com>
 
-       * org-latex.el (org-export-latex-links): Replaced hard coded
+       * org-latex.el (org-export-latex-links): Replace hard coded
        hyperref format with custom variable
        `org-export-latex-hyperref-format'.
 
 2010-11-11  aaa bbb  <dominik@powerbook-g4-12-van-aaa-bbb.local>
 
        * org-archive.el (org-get-local-archive-location):
-       Use `org-carchive-location' as default.
+       Use `org-archive-location' as default.
 
 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
 
 
 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
 
-       * org-list.el : Removed unused variable
+       * org-list.el: Removed unused variable
        `org-suppress-item-indentation'.
 
        * org-list.el (org-renumber-ordered-list): Skip item if bullet
        (org-ascii-replace-entities): New function.
 
 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
-            Ulf Stegemann  <ulf@zeitform.de>
+           Ulf Stegemann  <ulf@zeitform.de>
 
        * org-entities.el: New file.