Merge from emacs-24; up to 2012-04-16T19:06:02Z!rgm@gnu.org
[bpt/emacs.git] / lisp / org / ChangeLog
index 4f4fbf0..8cdc901 100644 (file)
+2012-04-27  Glenn Morris  <rgm@gnu.org>
+
+       * org-ctags.el (org-ctags-new-topic-template):
+       Revert 2012-04-09 removal of * from defcustom value, not doc.
+
+2012-04-27  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-table.el (org-table-number-fraction): Fix typo.
+
+2012-04-27  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob-python.el (org-babel-execute:python): Ensure newline precedes
+       automatically-added returns.
+
+2012-04-27  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-mouse.el (org-mode-hook): Do not move point when clicking on
+       a footnote reference.
+
+2012-04-27  Bastien Guerry  <bzg@gnu.org>
+
+       * org-faces.el (org-date-selected): Fix docstring.
+
+2012-04-27  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-list.el (org-list-struct-indent): Follow
+       `org-list-demote-modify-bullet' specifications for ordered
+       bullets.
+       (org-list-indent-item-generic, org-indent-item-tree)
+       (org-outdent-item-tree): Fix bug when operating on a region.
+       (org-outdent-item, org-indent-item): Allow to operate on a region.
+
+       * org.el (org-shiftmetaleft, org-shiftmetaright): Allow to operate
+       on a region.
+
+2012-04-27  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-footnote.el (org-footnote-normalize): Fix positioning in
+       HTML export without a footnote section.
+
+2012-04-27  Madan Ramakrishnan  <madanr79@gmail.com>  (tiny change)
+
+       * org-agenda.el (org-agenda-bulk-mark): Truly make arg optional as
+       advertised by the function.
+
+2012-04-27  Zachary Kanfer  <zkanfer@gmail.com>  (tiny change)
+
+       * org.el (org-read-date-display): Fix bug when displaying the
+       overlay.
+
+2012-04-27  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-mode): Don't use `buffer-face-mode' by default.
+
+2012-04-27  Bastien Guerry  <bzg@gnu.org>
+
+       * org-faces.el (org-date-selected): New face.
+
+2012-04-27  Jambunathan K  <kjambunathan@gmail.com>
+
+       * org-odt.el (org-odt-format-org-link): Pay no heed to whether the
+       internal links destined for headlines provide a description or
+       not.  In fact, the `org-store-link' and `org-insert-link' create
+       internal links which do have a description.
+
+2012-04-27  Bastien Guerry  <bzg@gnu.org>
+
+       * org-clock.el (org-program-exists): Fix docstring.
+
+2012-04-14  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-point-at-end-of-empty-headline): Only try to match
+       `org-todo-line-regexp' when the value is non-nil, e.g. in non-org
+       modes.
+       (org-fontify-meta-lines-and-blocks-1): Prevent errors when trying
+       to fontify beyond (point-max).
+
+       * org-clock.el (org-clock-task-overrun-text)
+       (org-task-overrun, org-clock-get-clock-string)
+       (org-clock-update-mode-line)
+       (org-clock-notify-once-if-expired): Rename `org-task-overrun'
+       and `org-task-overrun-text' to `org-clock-task-overrun' and
+       `org-clock-task-overrun-text' respectively.
+       (org-task-overrun-text): New alias.
+
+       * org-table.el (org-table-eval-formula): Fix bug about handling
+       remote references as durations.
+       (org-table-get-range): Fix bug: make sure references to $0 are
+       correctly handled.
+
+       * org-pcomplete.el (pcomplete/org-mode/file-option):
+       Fix bug in `pcomplete/org-mode/file-option'.
+       (org-thing-at-point): Also match line options like LATEX_CLASS
+       when pcompleting from LATEX_.
+
+       * org-agenda.el (org-agenda-filter-make-matcher)
+       (org-agenda-filter-apply): Allow filtering entries out by
+       category.  Using `C-u <' from the agenda view will redisplay
+       the agenda without entries from categories of the current line.
+
+2012-04-14  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob-C.el (org-babel-C-ensure-main-wrap):
+       Add an explicit return to automatically generated main methods.
+
+2012-04-14  Matt Lundin  <mdl@imapmail.org>
+
+       * org.el (org-after-todo-state-change-hook):
+       Fix docstring to reflect name change of state to `org-state'.
+
+2012-04-14  Mike Sperber  <sperber@deinprogramm.de>  (tiny change)
+
+       * org-footnote.el (org-footnote-normalize):
+       Correctly pass keyword arguments to `org-export-preprocess-string'.
+
+2012-04-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-todo): Fix regression: rename `state' to
+       `org-state'.
+       (org-use-effective-time): Fix group and type.
+
+2012-04-02  Bastien Guerry  <bzg@gnu.org>
+
+       * org-clock.el (org-clock-out-if-current): Fix regression: rename
+       `org-clock-state' to `org-state' to match the name of the
+       dynamically-scoped variable in `org-todo'.
+
+       * org-agenda.el (entry, org-diary, org-class): Fix regression:
+       rename `org-entry' to `entry'.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-todo): Fix regression in `org-todo'.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob-C.el (org-babel-C-execute): Add .exe to the end of compiled
+       C files on windows.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob-exp.el (org-babel-exp-code): Escape all lines when exporting
+       Org-mode blocks.
+
+       * ob.el (org-babel-parse-src-block-match): Make use of the new
+       language argument to org-babel-strip-protective-commas.
+       (org-babel-parse-inline-src-block-match): Make use of the new
+       language argument to org-babel-strip-protective-commas.
+       (org-babel-strip-protective-commas): Now accepts a language
+       argument.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-fast-tag-selection): Fix an bug when listing tags
+       for completion.
+
+2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
+
+       * org.el (org-delete-property-globally): Fixed a bug that left
+       blank line in place of the property, instead of removing the line.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * ob-maxima.el (org-babel-maxima-command): Add group information
+       to the defcustom.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-mode): Use `buffer-face-mode' to remap the 'default
+       face to 'org-default.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org-ascii.el (org-export-as-ascii): Fix escaping of underscores
+       in links.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el: Prevent a bug while defining the menu by requiring
+       `org-beamer' when necessary.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org-table.el (orgtbl-self-insert-command): Use
+       `backward-delete-char' instead of `delete-backward-char' as this
+       last command gets caught by the compiler which says to not use it
+       in programs.  `backward-delete-char' is just an alias for
+       `delete-backward-char' which is internally remapped to
+       `org-delete-backward-char' for optimization purpose.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org-latex.el (org-export-latex-subcontent): Bugfix: when
+       `org-export-latex-low-levels' is nil, do not export low levels.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (org-babel-insert-result): Fix bug in indented wrapped
+       results insertion.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-set-tags): Include `org-tag-alist' in the list of
+       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
+       tag offered for completion.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-fast-tag-selection): Include tags from
+       `org-tag-alist' when completing with the TAB key.
+
+2012-04-01  Shoji Nishimura  <nishimura.shoji@gmail.com>  (tiny change)
+
+       * org.el (org-display-inline-images): Honor the Ě€beg' parameter.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org-latex.el (org-export-latex-subcontent): Don't insert a
+       linebreak when itemizing a subtree that is just a headline.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob-lob.el (org-babel-lob-get-info): Removed extra []s when
+       parsing inline call_foo lines.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob-maxima.el (org-babel-maxima-command): The maxima command used
+       should be configurable (defaults to maxima-command if defined).
+       (org-babel-execute:maxima): The maxima command used should be
+       configurable (defaults to maxima-command if defined).
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob-C.el (org-babel-C-execute): Add the local directory to the
+       library search path for C/C++ block compilation.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (org-babel-where-is-src-block-result): Don't truncate
+       results name on call line execution.
+
+2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
+
+       * org-colview.el (org-columns-cleanup-item): Handle case of empty
+       headline
+
+2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-footnote.el (org-footnote-delete-definitions): Fix LaTeX
+       export error when a src block produces fake footnotes.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-read-date): Don't mention `parse-time-weekdays' and
+       `parse-time-months' in the docstring.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org-agenda.el (org-agenda-filter-apply): Bugfix: Add let
+       binding.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
+
+       * org-colview.el (org-columns-compute): Also consider inline tasks
+       when computing the sum.
+
+2012-04-01  Thomas Morgan  <tlm@ziiuu.com>  (tiny change)
+
+       * org-habit.el (org-habit-insert-consistency-graphs): Fix
+       alignment of consistency graph in filtered agenda view.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org-latex.el (org-export-as-latex): Fix bug in setting the
+       export directory according to the LaTeX options.
+
+2012-04-01  K.Nagashima  <uni.naga@gmail.com>  (tiny change)
+
+       * org.el (org-show-subtree): Make interactive.
+
+2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>
+
+       * org-clock.el: (org-clock-get-table-data): Make sure todo-only
+       does not leak when it is set by make-org-tags-macher.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-cycle-internal-local): Don't try to hide drawers
+       within subtrees in this function, it slows cycling down.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org-agenda.el (org-agenda-custom-commands-local-options): Fix
+       incorrect custom option definition.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org-colview.el (org-columns-display-here): Bugfix: use the date
+       as the value for the ITEM column when displaying a summary.
+
+2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
+
+       * ob-lilypond.el: Re-direct homepage to Worg.
+
+2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
+
+       * ob-lilypond.el: Leave versioning to Org.
+
+2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
+
+       * ob-lilypond.el: Fix compiler warning.
+
+2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
+
+       * org-odt.el (org-odt-format-entity-caption): Enumerate entities
+       that have either a caption or a label.
+       (org-odt-label-styles, org-odt-category-map-alist): Add a
+       separator between sequence number and caption.  Introduced two
+       new label styles for handling of math formula and math label.
+       (org-odt-format-label-definition)
+       (org-export-odt-format-formula): Propagate above changes.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-enforce-todo-dependencies): Fix docstring.
+
+2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
+
+       * org-odt.el (org-export-odt-category-strings): New custom
+       variable.
+       (org-odt-category-map-alist): Modify interpretation.  Don't
+       use the same field to double up as both a OpenDocument
+       variable and a category string.  Entries in this list now
+       specify only the OpenDocument variable.  Category strings are
+       obtained through an indirect lookup of
+       `org-export-odt-category-strings'.  Use same OpenDocument
+       variables as what LibreOffice uses for various entities.  Fix
+       docstring.
+       (org-odt-add-label-definition)
+       (org-odt-format-label-definition)
+       (org-odt-format-label-reference): Propagate above changes.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
+
+       * org-latex.el (org-export-as-latex): Check TeX-master correctly.
+
+2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
+
+       * org-odt.el (org-odt-category-map-alist): Update docstring.
+       (org-export-odt-user-categories)
+       (org-export-odt-get-category-from-label)
+       (org-odt-get-label-category-and-style): Remove.
+       (org-odt-add-label-definition): Propagate above changes.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
+
+       * org.el (org-refile): Don't allow creation of parents when using
+       the refile command to go to a headline.
+
+2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
+
+       * org-odt.el (org-odt-format-org-link): Resolve links to headlines
+       as section numbers only if section numbering is on.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (format-spec): Require 'format-spec.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
+
+       * org-latex.el (org-export-as-latex): Fix TeX-master declaration.
+
+2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
+
+       * org.el (org-imenu-get-tree): Check that looking-at succeeds
+       before using match results.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org-exp-blocks.el (org-ditaa-jar-path): Make a defcustom.
+
+2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
+
+       * org-lparse.el (org-do-lparse): Make effective setting of
+       `org-export-headline-levels' available to the ODT exporter.  Also
+       remove some stale comments.
+
+2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
+
+       * org-odt.el (org-odt-begin-toc): Handle named HTML entities in
+       per-language string for "Table Of Contents".
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org-exp-blocks.el (org-ditaa-jar-path): Fix merge conflict.
+
+2012-04-01  Shaun Johnson  <shaun@slugfest.demon.co.uk>  (tiny change)
+
+       * org-exp-blocks.el (org-ditaa-jar-path): Better heuristic to find
+       the libary name.
+
+2012-04-01  Suvayu Ali  <fatkasuvayu+linux@gmail.com>
+
+       * org-src.el (org-edit-src-code): Change let bind to let*, e.g. if
+       case-fold-search is bound to nil globally, the
+       (case-fold-search t) doesn't work until we get to the body.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
+
+       * org-latex.el (org-export-latex-tables): Allow to use
+       sidewaystable.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (org-babel-expand-noweb-references): Fix bug in src name
+       regexp when using *org-babel-use-quick-and-dirty-noweb-expansion*.
+
+2012-04-01  David Maus  <dmaus@ictsoc.de>
+
+       * org.el (org-scan-tags): Require one or more spaces (+) between
+       keyword and headline.
+
+2012-04-01  David Maus  <dmaus@ictsoc.de>
+
+       * org-agenda.el (org-prepare-agenda): Don't reset
+       `org-done-keywords-for-agenda' when `org-agenda-multi'.
+
+2012-04-01  Thomas Morgan  <tlm@ziiuu.com>  (tiny change)
+
+       * org-habit.el (org-habit-insert-consistency-graphs): Fix bug
+       while inserting habit graph in the agenda buffer.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
+
+       * org-src.el (org-src-edit-buffer-p): New function.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
+
+       * org-agenda.el (org-agenda-skip-if): Fix the order conditions are
+       being checked.  Also enhance the docstring a bit.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
+
+       * org-agenda.el (org-agenda-tree-to-indirect-buffer): Fix the
+       display of indirect agenda window.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
+
+       * org.el (org-create-formula-image, org-dvipng-color): Fix XEmacs
+       compatibility bug.
+
+2012-04-01  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
+
+       * org-clock.el (org-clock-get-table-data): Bind org-scanner-tags
+       to tags-list and org-trust-scanner-tags to t while evaluating the
+       matcher, since the matcher is always evaluated at the current
+       entry.
+
+2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
+
+       * org.el (org-scan-tags): Bind org-trust-scanner-tags to t while
+       evaluating the matcher, since the matcher is always evaluated at
+       the current entry.
+
+2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
+
+       * ob-lilypond.el (ly-compile-lilyfile): Fixed misplaced comma in a
+       quoting expression.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (org-babel-merge-params): Add "eval" as acceptable noweb
+       argument.
+       (org-babel-noweb-p): The "eval" argument only expands during
+       evaluation.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (org-strip-protective-commas): Declared.
+
+       * org-agenda.el (org-agenda-filtered-by-category): Declared.
+       (org-agenda-filter-apply): Capture free variable.
+
+       * org-footnote.el (org-skip-whitespace): Declared.
+
+       * org-mobile.el (org-agenda-filter): Declared.
+
+       * org-src.el (org-strip-protective-commas): Declared.
+
+2012-04-01  Sebastien Vauban  <sva@mygooglest.com>  (tiny change)
+
+       * org.el (org-version): Add autoload cookie.
+
+2012-04-01  David Maus  <dmaus@ictsoc.de>
+
+       * org-attach.el (org-attach-store-link-p): Remove spurious quote
+       in customization form choice.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob-sh.el (org-babel-execute:sh): Pass all params to subroutine.
+       (org-babel-sh-evaluate): Apply :shebang and :padline to shell script
+       execution.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (org-babel-insert-result): Ensure correct order for empty
+       result wrapping blocks.
+
+2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
+
+       * ob-lilypond.el: Make auditioning of midi and pdf asynchronous,
+       and add easy pdf generation in the form of `ly-gen-pdf' variable.
+
+2012-04-01  Deech  <deech@deech-ThinkPad-X200.none>  (tiny change)
+
+       * ob-tangle.el (org-babel-spec-to-string): The link generated by
+       org-store-link is escaped twice when tangling with ":comments yes"
+       flag.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org-html.el (org-export-as-html): Remove another useless space
+       before tag.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org-html.el (org-export-as-html): Remove another useless space
+       before tag.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org-html.el (org-export-as-html): Remove useless space before
+       tag.
+
+2012-04-01  Sebastien Vauban  <sva@mygooglest.com>  (tiny change)
+
+       * org.el (org-version): Add autoload cookie.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-get-category): Save match data.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob-tangle.el (org-babel-tangle): Don't prompt for a file name if
+       :tangle is specified.
+
+       * ob.el (org-babel-expand-noweb-references): Widen buffer when
+       expanding noweb references.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob-table.el (sbe): Don't accidentally leave a `t' value when
+       variables are force interpreted as strings.
+
+2012-04-01  David Maus  <dmaus@ictsoc.de>
+
+       * org-bbdb.el (org-bbdb-open, org-bbdb-open-old)
+       (org-bbdb-open-new): Pass record name to avoid dynamic scoping.
+
+2012-04-01  David Maus  <dmaus@ictsoc.de>
+
+       * org-bbdb.el (bbdb-record-get-field, bbdb-search-name)
+       (bbdb-search-organization): Declare functions to silence byte
+       compiler.
+
+2012-04-01  Bernt Hansen  <bernt@norang.ca>
+
+       * org.el (org-clone-subtree-with-time-shift): Fix task cloning for
+       repeating tasks using .+n and ++n syntax
+
+2012-04-01  Karl Fogel  <kfogel@red-bean.com>  (tiny change)
+
+       * org-agenda.el (org-agenda-highlight-todo): Handle the case of a
+       heading that has a date but no todo keyword.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (org-babel-find-named-result): Fix code block replacement
+       with results.
+
+2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-footnote.el (org-footnote-normalize): Do not normalize
+       labels when sort-only is non-nil.
+
+2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-footnote.el (org-footnote-normalize): Remove an useless part
+       of the function.
+       (org-insert-footnote-reference-near-definition): Remove function.
+
+2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-footnote.el (org-footnote-normalize): Fix normalization of
+       inline footnotes with no footnote section.
+
+2012-04-01  David Maus  <dmaus@ictsoc.de>
+
+       * org-bbdb.el (org-bbdb-old): Replace `defvar' after loading 'bbdb
+       to check for old or new version by a check for the required
+       function in `org-bbdb-open' and `org-bbdb-store-link'.
+       (org-bbdb-store-link, org-bbdb-open): Check which version of bbdb is
+       to be used.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (org-babel-find-named-result): Don't miss a code block
+       when there are confounding spaces after the result name.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob-lob.el (org-babel-block-lob-one-liner-regexp): Less greedy
+       regular expressions.
+       (org-babel-inline-lob-one-liner-regexp): Less greedy regular
+       expressions.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (org-babel-examplize-region): Fixed bug in examplization.
+
+2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org.el (org-link-search): Search for #+name affiliated keywords
+       and invisible targets.
+
+2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
+
+       * org-lparse.el (org-lparse-end-footnote-definition): Cleanup
+       newlines in a transcoded footnote definition.  This ensures that
+       the line that is currently being processed by `org-do-lparse' loop
+       doesn't get broken up into multiple lines.  Fix for the following
+       bug -
+
+2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
+
+       * org-footnote.el (org-footnote-normalize): Force a paragraph
+       break after the last footnote definition.  This is an an implicit
+       assumption made by the org-lparse.el library.  With this change,
+       footnote definitions can reliably be exported with ODT backend.
+       See http://lists.gnu.org/archive/html/emacs-orgmode/2012-02/msg01013.html.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob-ditaa.el (org-ditaa-jar-path): Fix a recursive load error.
+
+2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-list.el (org-list-struct): Fix small bug introduced by
+       commit 8b7a3f249803aba612f9ad3ae50c2fc986247da4 in Org's git repo.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob-ditaa.el (org-ditaa-jar-path): Already defined in
+       org-exp-blocks.el.
+
+       * org-exp-blocks.el (org-ditaa-jar-path): Declare appropriately
+       for the fact that this is really now a Babel thing -- even if it
+       is used here and the definition should remain here for reasons of
+       load dependencies.
+
+2012-04-01  David Maus  <dmaus@ictsoc.de>
+
+       * org-bbdb.el (org-bbdb-old): Wrap `defvar' so the variable gets
+       defined after bbdb was loaded.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * org-latex.el (org-export-latex-tables): Don't add spurious
+       preceding newline if caption is not above a longtable.
+
+2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
+
+       * org-odt.el (org-odt-insert-toc): Remove this stray,
+       dysfunctional routine.  This possibly has crept in because of the
+       broken merges between "maint" and "origin" branches.
+       (org-odt-begin-table): Don't emit an empty paragraph when a table is
+       neither labeled nor captioned.
+       (org-odt-init-outfile): Remove reference to an unused variable.
+
+2012-04-01  Viktor Rosenfeld  <listuser36@googlemail.com>
+
+       * ob-sql.el (org-babel-execute:sql): Add support for MonetDB to
+       SQL code blocks.
+
+2012-04-01  Andreas Leha  <andreas.leha@med.uni-goettingen.de>
+
+       * ob.el (org-babel-goto-named-src-block): Pushing the point to the
+       org-mark-ring and guessing at the code block name to jump to.
+
+2012-04-01  David Maus  <dmaus@ictsoc.de>
+
+       * org-agenda.el (org-agenda-tree-to-indirect-buffer): Fix handling
+       of indirect buffer and window.
+
+2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-footnote.el (org-footnote-forbidden-blocks): Allow footnotes
+       in verse blocks.
+
+2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-footnote.el (org-footnote-forbidden-blocks): Allow footnotes
+       in verse blocks.
+
+2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-exp.el (org-table-clean-before-export): Ignore table rows
+       defining parameters for formulas during export.
+
+2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-list.el (org-list-get-item-number): New function.
+
+2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-list.el (org-list-ending-method, org-list-end-regexp):
+       Removed variables.
+       (org-in-item-p, org-list-separating-blank-lines-number)
+       (org-list-parse-list, org-list-struct): Apply changes.
+
+       * org-exp.el (org-export-mark-list-end)
+       (org-export-mark-list-properties): Apply changes.
+
+       * org-latex.el (org-export-latex-lists): Apply changes.
+
+2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org.el (org-cycle-internal-local): Correctly unfold headlines
+       containing an inlinetask.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-structure-template-alist): Fix missing angle
+       brackets for muse export style.
+
+2012-04-01  David Maus  <dmaus@ictsoc.de>
+
+       * org.el (org-recenter-calendar): Use `with-selected-window' to
+       select calendar window and save currently selected window and
+       current buffer.
+
+2012-04-01  Toby S. Cubitt  <tsc25@cantab.net>  (tiny change)
+
+       * org.el (org-goto): call org-refile-get-location with NO-EXCLUDE
+       argument set, otherwise not only are headlines in the current
+       subtree excluded, but it throws an error if point happens not to
+       be within a subtree (e.g. at start of buffer).
+
+2012-04-01  David Maus  <dmaus@ictsoc.de>
+
+       * org.el (org-scan-tags): Fix highlighting in sparse-tree.
+
+2012-04-01  David Maus  <dmaus@ictsoc.de>
+
+       * org-clock.el (org-in-clocktable-p): Moved to org.el.
+
+       * org.el (org-in-clocktable-p): New function. Moved from
+       org-clock.el
+
+2012-04-01  David Maus  <dmaus@ictsoc.de>
+
+       * org-exp.el (org-export-get-title-from-subtree): Don't format
+       tags in title if title headline does not have tags.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-cycle-internal-local): Fix bug: hide drawers in
+       inline tasks too.
+
+2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
+
+       * org-odt.el (org-odt-format-preamble): Don't insert TOC here.
+       Delay it till the end of export.
+       (org-odt-begin-document-body): Make a note of the default
+       position of TOC in `org-lparse-dyn-first-heading-pos'.
+       (org-odt-insert-toc): Insert TOC as directed by
+       [TABLE-OF-CONTENTS] line or at the default position.
+       (org-odt-end-export): Call `org-odt-insert-toc'.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-preview-latex-fragment): Throw an error when called
+       from a non-file buffer.
+
+2012-04-01  David Maus  <dmaus@ictsoc.de>
+
+       * org-capture.el (org-capture-place-item): Don't search for
+       position in existing list if :exact-position was supplied.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-set-font-lock-defaults): Fix bug in done headline
+       fontification.
+
+2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
+
+       * org-odt.el (org-odt-format-textbox): Honor user-specified width
+       in captioned images.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * org.el (org-update-property-plist): Fix bug in property list
+       updates.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (org-babel-balanced-split): Explicit checking if list
+       before calling member.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob-sqlite.el (org-babel-execute:sqlite): Specify the use of ","
+       as the separator to `org-table-convert-region'.  Fixes errors when
+       only one result per line of output.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (org-babel-strip-protective-commas): Use
+       `org-strip-protective-commas'.
+
+       * org-exp.el (org-export-select-backend-specific-text): Use
+       `org-strip-protective-commas'.
+
+       * org-src.el (org-edit-src-code): Use
+       `org-strip-protective-commas'.
+
+       * org.el (org-strip-protective-commas): Single definition for this
+       functionality.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob-sql.el: Mention ob-sqlite in the comments of ob-sql.
+
+2012-04-01  David Maus  <dmaus@ictsoc.de>
+
+       * org-capture.el (org-capture-prepare-finalize-hook): New hook.
+       Run before the finalization process starts.
+       (org-capture-finalize): Run new hook.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * org.el (org-entry-get): Generalize to multiple "prop+"
+       properties.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * org-src.el (org-src-mode-map): Rebinding `org-edit-src-save' in
+       the `org-src-mode-map'.
+
+2012-04-01  David Maus  <dmaus@ictsoc.de>
+
+       * org.el (org-recenter-calendar): Use `with-selected-window' to
+       select calendar window and save currently selected window and
+       current buffer.
+
+2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-list.el (org-list-ending-method, org-list-end-regexp):
+       Removed variables.
+       (org-in-item-p, org-list-separating-blank-lines-number)
+       (org-list-parse-list, org-list-struct): Apply changes.
+
+       * org-exp.el (org-export-mark-list-end)
+       (org-export-mark-list-properties): Apply changes.
+
+       * org-latex.el (org-export-latex-lists): Apply changes.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * org.el (org-entry-get): Accumulate properties from subtree
+       property drawers.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * org.el (org-entry-get): Accumulate properties from subtree
+       property drawers.
+
+2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
+
+       * org-odt.el (org-export-odt-image-size-probe-method)
+       (org-odt-do-image-size): Use imagemagick preferentially to
+       determine image sizes.
+
+2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
+
+       * org-odt.el (org-export-as-odt-to-buffer)
+       (org-replace-region-by-odt, org-export-region-as-odt): Remove
+       these interactive functions.  They are of questionable value.
+
+2012-04-01  Toby S. Cubitt  <tsc25@cantab.net>  (tiny change)
+
+       * org.el (org-goto): call org-refile-get-location with NO-EXCLUDE
+       argument set, otherwise not only are headlines in the current
+       subtree excluded, but it throws an error if point happens not to
+       be within a subtree (e.g. at start of buffer).
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org-exp.el (org-export-kill-product-buffer-when-displayed)
+       (org-export-initial-scope, org-export-date-timestamp-format)
+       (org-export-with-tasks, org-export-email-info)
+       (org-export-table-remove-empty-lines): Add version tag.
+
+2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org.el (org-cycle-internal-local): Correctly unfold headlines
+       containing an inlinetask.
+
+2012-04-01  Bernt Hansen  <bernt@norang.ca>
+
+       * org-clock.el (org-clock-out): Do not delete the current clocking
+       task when org-clock-out-hook clocks in another task
+
+2012-04-01  David Maus  <dmaus@ictsoc.de>
+
+       * org.el (org-scan-tags): Fix highlighting in sparse-tree.
+
+2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
+
+       * org-odt.el (org-export-odt-convert-processes): Re-define
+       (org-export-odt-convert-capabilities): Fix an accidental
+       regression.
+
+2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
+
+       * org-odt.el (org-export-odt-convert-capabilities): Change the
+       default value.
+
+2012-04-01  David Maus  <dmaus@ictsoc.de>
+
+       * org-clock.el (org-in-clocktable-p): Moved to org.el.
+
+       * org.el (org-in-clocktable-p): New function. Moved from org-clock.el
+
+2012-04-01  David Maus  <dmaus@ictsoc.de>
+
+       * org-exp.el (org-export-get-title-from-subtree): Don't format
+       tags in title if title headline does not have tags.
+
+2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-footnote.el (org-blank-before-new-entry)
+       (org-export-footnotes-seen, org-export-footnotes-data): Fix bogus
+       declarations.
+
+2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org.el (org-beginning-of-line, org-end-of-line): Fix special C-a
+       and C-e behaviour with visual lines.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * org-exp-blocks.el (org-export-blocks): Changed the name of
+       exporting comment blocks given that it seems regular comment
+       blocks no longer export.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob-exp.el (org-babel-exp-get-export-buffer): Access current
+       export buffer.
+       (org-babel-exp-in-export-file): Access current export buffer.
+       (org-babel-exp-src-block): Access current export buffer.
+       (org-babel-exp-inline-src-blocks): Access current export buffer.
+
+2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * ob-exp.el (org-babel-exp-in-export-file)
+       (org-babel-exp-src-block, org-babel-exp-inline-src-blocks): Allow
+       org-current-export-file to contain a buffer.
+
+2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
+
+       * org-lparse.el (org-lparse-do-convert): Replace `call-process'
+       with `shell-command-to-string'.
+
+2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-footnote.el (org-footnote-create-definition): Fix space
+       insertion when creating a new footnote.  This fixes newline
+       munching when `org-footnote-section' is nil and blank lines
+       stacking when it isn't nil.
+
+2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-footnote.el (org-footnote-normalize): Make sure that
+       footnotes are moved to a single place during export.
+
+2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-footnote.el (org-footnote-normalize): Ensure footnote
+       definition will be inserted at the end of the section
+       corresponding to to its first reference.
+
+2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-footnote.el (org-footnote-at-definition-p): Make sure to
+       move point at the beginning of the separator before skiping white
+       spaces.  Refactor code.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob-exp.el (org-babel-exp-src-block): Strip noweb references on
+       export when "strip-export".
+
+       * ob.el (org-babel-common-header-args-w-values): New noweb
+       header value.
+       (org-babel-merge-params): New noweb header value.
+       (org-babel-noweb-p): New noweb header value.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob-tangle.el (org-babel-tangle-clean): Just use default value.
+
+       * ob.el (org-babel-noweb-wrap): Add default value.
+       (org-babel-expand-noweb-references): Just use default value.
+
+2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-exp.el (org-export-select-backend-specific-text): Always
+       preserve original indentation as a text property so that lists do
+       not get broken by indentation at column 0.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (org-babel-expand-noweb-references): Don't allow newlines
+       in source names in noweb references.
+
+2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org.el (org-fill-line-break-nobreak-p): New function.
+       (org-set-autofill-regexps): Add previous function to
+       `fill-nobreak-predicate'.
+
+2012-04-01  Vitalie Spinu  <spinuvit@gmail.com>
+
+       * ob-R.el (org-babel-R-evaluate-session): Inhibit R evaluation
+       visibility regardless of local user customization.
+
+2012-04-01  Vitalie Spinu  <spinuvit@gmail.com>
+
+       * ob-R.el (org-babel-R-evaluate-session): Inhibit R evaluation
+       visibility regardless of local user customization.
+
+2012-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
+
+       * org-inlinetask.el (org-inlinetask-show-first-star): New option.
+       (org-inlinetask-fontify): Honor `org-inlinetask-show-first-star'.
+
+       * org-indent.el (org-indent-set-line-properties): Honor
+       `org-inlinetask-show-first-star'.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-set-regexps-and-options): Ensure `org-drawers'
+       doesn't contain duplicates.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-at-drawer-p): Normalize the docstring to match other
+       `org-at-*-p' docstrings.
+       (org-indent-block, org-indent-drawer, org-at-block-p): New
+       functions.
+       (org-metaright): Use the new functions to indent a drawer or a
+       block depending on the context.  Also update the docstring.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-set-regexps-and-options): Set the value of
+       `org-drawers' by adding the value of the infile #+DRAWERS option
+       to that of the existing `org-drawers'.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-cycle-internal-local): Fix bug: hide drawers in
+       inline tasks too.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org-inlinetask.el (org-inlinetask-toggle-visibility): Use
+       `org-show-entry' instead of `outline-flag-region' to keep the
+       drawers folded when unfolding an inline task.
+
+2012-04-01  Torsten Anders  <torsten.anders@beds.ac.uk>  (tiny change)
+
+       * org-beamer.el (org-beamer-environments-default): Add support and
+       keybinding for the `exampleblock' environment.
+
+2012-04-01  Michael Brand  <michael.ch.brand@gmail.com>
+
+       * org.el (org-open-link-from-string): Regard `reference-buffer'
+       when setting `org-inhibit-startup'.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob-exp.el (org-babel-exp-non-block-elements): Don't insert extra
+       space between inline src block and results on export.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (org-babel-get-inline-src-block-matches): Allow *any*
+       punctuation to proceed an inline src block.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (org-babel-get-inline-src-block-matches): Add ( to the
+       list of characters allowed to proceed an inline src block.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob-tangle.el (org-babel-tangle-clean): Use the customizable
+       noweb wrappers.
+
+       * ob.el (org-babel-noweb-wrap-start): Begin a noweb reference.
+       (org-babel-noweb-wrap-end): End a noweb reference.
+       (org-babel-noweb-wrap): Apply the customizable noweb wrappers.
+       (org-babel-expand-noweb-references): Use the customizable noweb
+       wrappers.
+
+2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org.el (org-beginning-of-line): Handle case when there's no
+       character after box.
+
+2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
+
+       * org-odt.el (org-odt-format-preamble): Don't insert TOC here.
+       Delay it till the end of export.
+       (org-odt-begin-document-body): Make a note of the default
+       position of TOC in `org-lparse-dyn-first-heading-pos'.
+       (org-odt-insert-toc): Insert TOC as directed by
+       [TABLE-OF-CONTENTS] line or at the default position.
+       (org-odt-end-export): Call `org-odt-insert-toc'.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-preview-latex-fragment): Throw an error when called
+       from a non-file buffer.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-insert-property-drawer): Not an interactive
+       command anymore.
+       (org-insert-drawer): With a prefix argument, insert a property
+       drawer.  Check for headline within the region before inserting the
+       drawer.  Don't include special drawers in the completion table.
+       (org-mode-map): New keybinding `C-c C-x d' for
+       `org-insert-drawer'.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-insert-drawer): Support completion over known drawer
+       names and inserting a drawer around the current region.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-insert-drawer): New function.
+       (org-insert-property-drawer): Use it.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org-list.el (org-mark-list): New function.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org-pcomplete.el (pcomplete/org-mode/drawer): New function to
+       complete drawer at point.
+       (org-thing-at-point): Use it.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-meta-return): Use `newline-and-indent' when in a
+       property drawer.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-structure-template-alist): Fix docstring: the
+       feature is not experimental anymore.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org-agenda.el (org-agenda-show-and-scroll-up): Allow `C-u' to
+       display the item without unfolding drawers and logbooks.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org-src.el (org-edit-src-code): Make sure `buffer-file-name' is
+       always nil.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-structure-template-alist): Fix missing angle
+       brackets for muse export style.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-read-date): New parameter `inactive' when reading
+       for insertion of inactive timestamps.
+       (org-time-stamp, org-read-date-display): Use the new
+       parameter.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (org-babel-expand-noweb-references): Only allow
+       reference names which start and end with non-whitespace characters.
+       Also, raise errors as appropriate given org-babel-noweb-error-langs.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org-src.el (org-src-in-org-buffer): Save and restore
+       `buffer-undo-list' after editing.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (org-babel-common-header-args-w-values): Add new header
+       argument.
+       (org-babel-expand-noweb-references): Use header argument rather than
+       customization variable.
+
+2012-04-01  David Maus  <dmaus@ictsoc.de>
+
+       * org-capture.el (org-capture-place-item): Don't search for
+       position in existing list if :exact-position was supplied.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (org-babel-noweb-separator): Custom variable for
+       accumulated noweb references.
+       (org-babel-expand-noweb-references): Allow separator for noweb
+       references.
+
+2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org.el (org-beginning-of-line): In an item, special position
+       for C-a is after check-box, if any.
+       (org-special-ctrl-a/e): Modify doc-string accordingly.
+
+2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
+
+       * org-odt.el (org-export-odt-format-formula): Use :style
+       property to specify custom table styles.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob-exp.el (org-babel-exp-call-line-template): Control export of
+       additional call line information.
+       (org-babel-exp-non-block-elements): Fancier call line export.
+
+2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
+
+       * org-odt.el (org-odt-entity-frame-styles): Add frame params
+       for images that are anchored as character.
+       (org-export-odt-format-image): Handle new anchor type
+       "as-char".
+       (org-export-odt-default-image-sizes-alist): Misc. change.
+       (org-export-odt-format-formula): Misc. change.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (org-babel-check-src-block): Don't report valid header
+       arguments as suspicious.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob-exp.el (org-babel-exp-non-block-elements): Map over both
+       inline src blocks and call lines on export.
+
+2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
+
+       * org-odt.el (org-odt-label-styles): Add a new style.
+       (org-odt-category-map-alist):  Use it.
+
+2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
+
+       * org-odt.el (org-odt-table-style-format): New.  Template for
+       auto-generated table styles.
+       (org-odt-automatic-styles, org-odt-object-counters): New
+       variables.
+       (org-odt-add-automatic-style): New function.
+       (org-odt-write-automatic-styles): New function.  Create
+       automatic styles for tables that have custom :rel-width.
+       (org-odt-begin-table): Parse attributes specified with
+       "#+ATTR_ODT: " option and use it to create an automatic table
+       style.
+       (org-odt-save-as-outfile): Call
+       `org-odt-add-write-automatic-styles'.
+       (org-odt-init-outfile): Init newly add variables.
+       (org-odt-section-count): Remove it.
+       (org-odt-begin-section): Use `org-odt-add-automatic-style' to
+       generate an automatic section name.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (org-babel-map-executables): Correctly position point when
+       mapping hits an inline code block.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (org-babel-execute-src-block): Ensure params are
+       incorporated *before* checking if evaluation is legal.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob-exp.el (org-babel-exp-lob-one-liners): Ensure `end' is a
+       marker so it is updated as required during export.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * org-src.el (org-src-in-org-buffer): Run commands in the parent
+       buffer.
+       (org-edit-src-save): Use new macro.
+       (org-src-tangle): Tangle the parent buffer.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-set-font-lock-defaults): Fix bug in done
+       headline fontification.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-set-font-lock-defaults): Fix bug in done
+       headline fontification.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-return): Act normally when in code blocks.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-in-src-block-p): New function.
+       (org-context): Return new contexts :clocktable and :src-block.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-set-tags-command, org-set-tags): Make Ě€C-u C-c
+       C-q' do the right thing even when point is before the first
+       heading.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (org-babel-noweb-p): Disambiguate intersection name.
+
+2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
+
+       * org-odt.el (org-odt-format-textbox): Honor user-specified
+       width in captioned images.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (org-babel-map-src-blocks): Replace gensym with make-symbol.
+       (org-babel-map-inline-src-blocks): Replace gensym with make-symbol.
+       (org-babel-map-call-lines): Replace gensym with make-symbol.
+       (org-babel-map-executables): Replace gensym with make-symbol.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob-exp.el (org-babel-exp-results): Alter a copy of info.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org-html.el (org-export-as-html): Initialize
+       `html-pre-real-contents' correctly.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org-html.el (org-export-as-html): Initialize
+       `html-pre-real-contents' correctly.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob-exp.el (org-babel-exp-code): Ensure code block name is a
+       string on export.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob-exp.el (org-babel-exp-code-template): Customizable code
+       block export format string.
+       (org-babel-exp-code): Customizable code block export.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob-clojure.el (org-babel-execute:clojure): Removed dependency
+       on deprecated swank-clojure.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (org-babel-map-src-blocks): Don't pollute symbol space.
+       (org-babel-map-inline-src-blocks): Don't pollute symbol space.
+       (org-babel-map-call-lines): Don't pollute symbol space.
+       (org-babel-map-executables): Map over *all* executable Org-mode
+       elements.
+       (org-babel-execute-buffer): Execute elements in buffer order instead
+       of arbitrarily.
+
+2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org.el (org-ctrl-c-ctrl-c): Fix a naive structure backup.
+       Those must be done with `copy-tree'.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * org-src.el (org-edit-src-code): Referenced code block should
+       not be evaluated on code block edit.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-structure-template-alist): Use uppercase for
+       keywords.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (org-babel-insert-result): Capitalize RESULTS in :wrap'd
+       code block results.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (org-babel-results-keyword): New user-configurable
+       results keyword.
+       (org-babel-where-is-src-block-result): Use new user-configurable
+       results keyword.
+
+2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-indent.el (org-indent-refresh-maybe): Check for new
+       headlines from the beginning of the line to be sure to catch
+       any newly inserted headline there.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob-exp.el (org-babel-exp-src-block): Use `org-babel-noweb-p'.
+       (org-babel-exp-inline-src-blocks): Use `org-babel-noweb-p'.
+
+       * ob-tangle.el (org-babel-tangle-collect-blocks): Use
+       `org-babel-noweb-p'.
+
+       * ob.el (org-babel-execute-src-block): Use `org-babel-noweb-p'.
+       (org-babel-expand-src-block): Use `org-babel-noweb-p'.
+       (org-babel-load-in-session): Use `org-babel-noweb-p'.
+       (org-babel-merge-params): Use `org-babel-noweb-p'.
+       (org-babel-noweb-p): New function used to determine if noweb
+       expansion should be carried out in a given context.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * org.el (org-update-property-plist): Fix bug in property list
+       updates.
+
+2012-04-01  François Pinard  <pinard@iro.umontreal.ca>  (tiny change)
+
+       * org.el (org-kill-line): Use `kill-visual-line' in
+       `visual-line-mode'.
+
+2012-04-01  Bernt Hansen  <bernt@norang.ca>
+
+       * org-agenda.el (org-agenda-switch-to): Widen org buffer only if point is
+       outside the current restriction
+
+2012-04-01  Bernt Hansen  <bernt@norang.ca>
+
+       * org-agenda.el (org-agenda-clock-in): Save restriction when clocking in from the agenda
+
+2012-04-01  Bernt Hansen  <bernt@norang.ca>
+
+       * org.el: Honour existing restrictions when regenerating the agenda
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org-agenda.el: New alias for `list-diary-entries-hook'.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (org-babel-common-header-args-w-values): Add the new
+       header argument name.
+       (org-babel-insert-result): Respect the value of the :wrap header
+       argument when inserting results.
+       (org-babel-result-end): Find the end of arbitrarily named result
+       blocks.
+
+2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-indent.el (org-indent-refresh-maybe): Check for new
+       headlines from the beginning of the line to be sure to catch
+       any newly inserted headline there.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * org.el (org-update-property-plist): Remove old instances of
+       property when adding a new value for property.
+
+2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
+
+       * ob-emacs-lisp.el: A comment on the last line of an emacs-lisp
+       code block would cause an error when the block is was executed. This
+       fix cures this behaviour.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (org-babel-expand-noweb-references): Resurrect dropped
+       pieces of a previous patch.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (org-babel-expand-noweb-references): Resurrect dropped
+       pieces of a previous patch.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org-eshell.el (org-eshell-open): Use (goto-char (point-max))
+       instead of (end-of-buffer).
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org-bbdb.el (name): Declare variable.
+       (bbdb-record-get-field, bbdb-search-name)
+       (bbdb-search-organization): Declare as part of ext:bbdb.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'
+       instead of the obsolete `org-agenda-filter'.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * org-agenda.el: Add an alias for `org-agenda-filter'.
+       (diary-list-entries-hook): Use the non-obsolete hook.
+       (org-agenda-filter-apply): Silent compiler warning.
+
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
+
+       * ob-ditaa.el (org-ditaa-jar-path): Make a defcustom.
+       (org-ditaa-jar-option): New option.
+       (org-babel-execute:ditaa): Use it.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (org-babel-balanced-split): Explicit checking if list
+       before calling member.
+
+2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (org-babel-balanced-split): Explicit checking if list
+       before calling member.
+
+2012-02-14  Chong Yidong  <cyd@gnu.org>
+
+       * org-footnote.el: Remove bogus defvar values (Bug#10745).
+
+2012-01-05  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (org-babel-expand-noweb-references): Resurrect dropped
+       pieces of a previous patch.
+
+       * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
+
+2012-01-05  Bastien Guerry  <bzg@gnu.org>
+
+       * org-eshell.el (org-eshell-open): Use (goto-char (point-max))
+       instead of (end-of-buffer).
+
+       * org-bbdb.el (name): Declare variable.
+       (bbdb-record-get-field, bbdb-search-name)
+       (bbdb-search-organization): Declare as part of ext:bbdb.
+
+       * org-agenda.el: Add an alias for `org-agenda-filter'.
+       (diary-list-entries-hook): Use the non-obsolete hook.
+       (org-agenda-filter-apply): Silent compiler warnings.
+
+       * org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'
+       instead of the obsolete `org-agenda-filter'.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-ctrl-c-ctrl-c): Preserve symmetry when adding
+       and removing checkboxes with `C-u C-c C-c' on the first item
+       of a list.  Also, don't reinitialize checkboxes that are
+       already ticked.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-ts-regexp0, org-ts-regexp1): Also match a time
+       value with only one digit for the hours.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-agenda.el (org-batch-agenda, org-batch-agenda-csv):
+       Remove deleted function `org-encode-for-stdout'.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-show-context): Complete docstring.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-agenda.el (org-agenda-filter-by-tag): Use
+       `read-char-exclusive' instead of `read-char'.
+
+2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
+
+       * org-clock.el (org-clock-in, org-clock-find-position): Remove
+       erraneous space in regexp.
+
+2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (org-babel-expand-noweb-references): Rather than using
+       a pure regexp solution to resolve noweb references, actually
+       check the information of every code block in the buffer.  This
+       will cause a slowdown in noweb reference expansion, but is
+       necessary for correct behavior.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-map-continue-from): Fix typo in docstring.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-property-re): Also match cumulating properties
+       like ":prop+:".
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-exp-blocks.el (org-export-blocks-preprocess): Fix regexp for
+       matching the end of a block.
+
+2012-01-03  David Maus  <dmaus@ictsoc.de>
+
+       * org.el (org-open-at-point): Escape link path for http:,
+       https:, ftp:, news:, and doi: links only if the path contains
+       space or non-ascii character.
+
+2012-01-03  David Maus  <dmaus@ictsoc.de>
+
+       * org.el (org-refile-get-targets): Ignore headlines without a
+       true headline.
+
+2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (org-babel-map-call-lines): Moved this file from
+       ob-lob.el into ob.el to ease dependency pains.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-publish.el (org-publish-index-generate-theindex): Use
+       theindex.inc for storing index entries, and theindex.org for
+       including theindex.inc.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-publish.el (org-publish-index-generate-theindex): Create
+       proper file target for index entries in subdirectories.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-protocol.el (org-protocol-check-filename-for-protocol):
+       Fix spelling mistake.
+
+2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
+
+       * org-odt.el (org-export-odt-default-org-styles-alist): Add styles
+       for title and subtitle.
+       (org-odt-format-toc): New.
+       (org-odt-format-preamble): New.  Users can redefine this to
+       customize what goes before the document body.  Currently it
+       outputs title, author and email, date and toc.
+       (org-odt-begin-document-body): Use `org-odt-format-preamble'.
+       (org-odt-format-date): Renamed from
+       `org-odt-iso-date-from-org-timestamp'.  Also added an
+       additional param for format string.
+       (org-odt-begin-annotation, org-odt-update-meta-file): Use
+       `org-odt-format-date'.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-at-drawer-p): New function.
+       (org-end-of-line): Use it.
+
+2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (*org-babel-use-quick-and-dirty-noweb-expansion*):
+       Controls the method in which noweb references are expanded.
+       (org-babel-expand-noweb-references): Bring back the option for
+       regexp-based noweb expansion.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-ts-regexp0, org-ts-regexp1): Also match a time value
+       with only one digit for the hours.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-ctrl-c-ctrl-c): Don't make `C-c C-c' special
+       when ticking the checkbox of the first item.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-list.el (org-list-write-struct): Add an optional
+       argument for structure changes happening outside the function.
+
+       * org.el (org-ctrl-c-ctrl-c): Now, `C-u C-c C-c' on the first
+       item of a sub-list should toggle check-box presence of every
+       item in the same sub-list.  Also fix check-box insertion on a
+       single item.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-agenda.el (org-agenda-filter-preset): New alias.
+       (org-agenda-filter-by-category): New command.
+       (org-agenda-mode-map): Add the new command.
+       (org-agenda-custom-commands-local-options): Add category
+       filter preset.
+       (org-agenda-mark-filtered-text): Mark both tag and filter
+       overlays.
+       (org-agenda-category-filter-preset): New variable.
+       (org-finalize-agenda, org-agenda-redo)
+       (org-agenda-filter-make-matcher, org-agenda-filter-apply): Handle
+       both category and tag filters.
+       (org-agenda-filter-show-all-tag): Rename from
+       `org-agenda-filter-by-tag-show-all'.
+       (org-agenda-filter-show-all-cat): New function.
+       (org-agenda-set-mode-name): Show the category filter in the
+       modeline.
+
+2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
+
+       * org-bbdb.el (org-bbdb-old): New variable.
+       (org-bbdb-store-link, org-bbdb-open): Check for
+       `org-bbdb-old'.
+       (org-bbdb-open-old, org-bbdb-open-new): New functions.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-agenda.el (org-batch-agenda, org-batch-agenda-csv):
+       Remove deleted function `org-encode-for-stdout'.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-check-dates-range): New command.
+       (org-sparse-tree): Use it.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-agenda.el (org-agenda-write): Rename from
+       `org-write-agenda'.
+       (org-agenda-mode-map, org-agenda-menu)
+       (org-batch-store-agenda-views): Use new name
+       `org-agenda-write'.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-loop-over-headlines-in-active-region): Fix
+       docstring.
+       (org-todo, org-deadline, org-schedule): Honor the 'start-level
+       value of `org-loop-over-headlines-in-active-region'.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-archive.el (org-archive-subtree)
+       (org-archive-to-archive-sibling, org-toggle-archive-tag):
+       Bugfix: use 'region-start-level.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-show-context): Complete docstring.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-agenda.el (org-agenda-filter-by-tag): Use
+       `read-char-exclusive' instead of `read-char'.
+
+2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
+
+       * org.el (org-scan-tags): Make sure `org-map-continue-from' is
+       nil at each match.
+
+2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
+
+       * org-clock.el (org-clock-in, org-clock-find-position): Remove
+       erraneous space in regexp.
+
+2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
+
+       * org-odt.el (org-odt-lib-dir): Add docstring.
+       (org-odt-data-dir): New variable.  Use this variable to
+       control the locations from which the ODT exporter picks the
+       OpenDocument styles and schema files from.  Set this variable
+       explicitly only if the in-built heuristics for locating the
+       above files fails.
+       (org-odt-styles-dir-list, org-odt-schema-dir-list): New
+       variables.  Pay specific attention to (eval-when-compile ...)
+       form through which Makefile's $(datadir) - contained in
+       `org-odt-data-dir' - gets compiled in as a "hard coded"
+       constant.
+       (org-odt-styles-dir, org-export-odt-schema-dir): Add messages to
+       aid debugging.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-archive.el (org-archive-subtree)
+       (org-archive-to-archive-sibling, org-toggle-archive-tag)
+       (org-archive-set-tag): Handle the 'start-level value for
+       `org-loop-over-headlines-in-active-region'.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-scan-tags): New parameter `start-level' to scan only
+       through headlines of that level.
+       (org-map-entries): New allowed value `region-start-level' for
+       the `scope' parameter, to allow scanning through headlines of
+       the same level than the first headline in the region.
+       (org-loop-over-headlines-in-active-region): New allowed value
+       'start-level.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-archive.el (org-archive-subtree)
+       (org-archive-to-archive-sibling, org-archive-set-tag)
+       (org-toggle-archive-tag): Allow to loop over the active region by
+       using `org-loop-over-headlines-in-active-region'.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-todo): Allow to loop over the active region by
+       using `org-loop-over-headlines-in-active-region'.
+
+2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (org-babel-expand-noweb-references): Rather than using
+       a pure regexp solution to resolve noweb references, actually
+       check the information of every code block in the buffer.  This
+       will cause a slowdown in noweb reference expansion, but is
+       necessary for correct behavior.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-map-continue-from): Fix typo in docstring.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-agenda.el (org-agenda-write-buffer-name): New variable.
+       (org-write-agenda): Use it.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-exp.el (org-export-date-timestamp-format): New option to
+       define the way a timestamp in #+DATE will be exported.
+       (org-infile-export-plist): Use the new option.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-property-re): Also match cumulating properties
+       like ":prop+:".
+
+2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
+
+       * org-odt.el (org-odt-styles-dir): Assume that the styles
+       files are located under `data-directory' of Emacs distribution
+       as etc/org/OrgOdtStyles.xml and
+       etc/org/OrgOdtContentTemplate.xml.  Also update docstring.
+       (org-export-odt-schema-dir): Update docstring.
+
+2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
+
+       * org-odt.el (org-odt-format-preamble): Honor following user
+       options: author, timestamp and email.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-exp-blocks.el (org-export-blocks-preprocess): Fix regexp
+       for matching the end of a block.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-eshell.el: New file.
+
+2012-01-03  David Maus  <dmaus@ictsoc.de>
+
+       * org.el (org-open-at-point): Escape link path for http:,
+       https:, ftp:, news:, and doi: links only if the path contains
+       space or non-ascii character.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-beamer.el (org-beamer-fragile-re): Also recognize
+       \lstinline and \verb as commands that make a frame fragile.
+
+2012-01-03  David Maus  <dmaus@ictsoc.de>
+
+       * org.el (org-refile-get-targets): Ignore headlines without a
+       true headline.
+
+2012-01-03  Litvinov Sergey  <slitvinov@gmail.com>
+
+       * ob-octave.el: add graphical output to png file
+
+2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (org-babel-map-call-lines): Moved this file from
+       ob-lob.el into ob.el to ease dependency pains.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-publish.el (org-publish-index-generate-theindex): Use
+       theindex.inc for storing index entries, and theindex.org for
+       including theindex.inc.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-publish.el (org-publish-index-generate-theindex): Create
+       proper file target for index entries in subdirectories.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-protocol.el (org-protocol-check-filename-for-protocol):
+       Fix spelling mistake.
+
+2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
+
+       * org-odt.el (org-export-odt-default-org-styles-alist): Add
+       styles for title and subtitle.
+       (org-odt-format-toc): New.
+       (org-odt-format-preamble): New.  Users can redefine this to
+       customize what goes before the document body.  Currently it
+       outputs title, author and email, date and toc.
+       (org-odt-begin-document-body): Use `org-odt-format-preamble'.
+       (org-odt-format-date): Renamed from
+       `org-odt-iso-date-from-org-timestamp'.  Also added an
+       additional param for format string.
+       (org-odt-begin-annotation, org-odt-update-meta-file): Use
+       `org-odt-format-date'.
+
+2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob-ref.el (org-babel-ref-split-args): Now uses
+       `org-babel-balanced-split'.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-html.el (org-export-html-preamble)
+       (org-export-html-postamble): Fix docstrings.
+       (org-export-as-html): Insert the string used by a custom
+       function for `org-export-html-pre/postamble'.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-block-regexp)
+       (org-heading-keyword-regexp-format)
+       (org-heading-keyword-maybe-regexp-format): Move up to keep the
+       byte-compiler happy.
+
+2012-01-03  Dave Abrahams  <dave@boostpro.com>  (tiny change)
+
+       * org-agenda.el (org-agenda-do-tree-to-indirect-buffer): New
+       function.
+       (org-agenda-tree-to-indirect-buffer): Use the new function.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-html.el (org-export-as-html): Fix bug when inserting the
+       output of a custom function for the pre/postamble.
+
+2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
+
+       * org-odt.el (org-odt-format-source-code-or-example): Try
+       loading htmlfontify safely.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-odt.el (require): Require htmlfontify.el only if
+       emacs-version is greater than 23.2.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-faces.el (org-agenda-calendar-event)
+       (org-agenda-calendar-sexp): Use the default face.
+
+2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (org-babel-expand-noweb-references): Fixed regexp.
+
+2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
+
+       * org.el (Key bindings): remap the Outline functions from
+       `outline-mode-prefix-map' where possible.
+
+2012-01-03  Christian Moe  <mail@christianmoe.com>  (tiny change)
+
+       * org-html.el (org-export-as-html): Apply
+       `org-export-html-get-todo-kwd-class-name' to the class
+       attribute of the todo-keyword span tag, not to its text
+       content.
+
+2012-01-03  Sebastien Vauban  <sva@mygooglest.com>
+
+       * org-agenda.el (org-agenda-get-timestamps)
+       (org-agenda-get-sexps): Use face for highlighting "calendar"
+       events.
+
+2012-01-03  Peter MĂĽnster  <pmlists@free.fr>  (tiny change)
+
+       * org.el (org-add-planning-info): Treat absolute time too.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-table.el (org-table-transpose-table-at-point): Don't use
+       Ě€remove-if-not'.
+
+2012-01-03  Dave Abrahams  <dave@boostpro.com>  (tiny change)
+
+       * org-clock.el (org-clock-out-if-current): Check the clock
+       buffer is existing.
+
+2012-01-03  Bernt Hansen  <bernt@norang.ca>
+
+       * org-clock.el (org-clock-out-if-current): Fix marker in no
+       buffer error for task state change in an indirect buffer.
+
+2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
+
+       * org.el (org-offer-links-in-entry): Make list when assigning
+       a single link.
+
+2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (org-babel-expand-noweb-references): Rather than
+       collect the info from *every* block in the current buffer,
+       simply regexp search for those blocks which appear to match
+       the continued source name.
+
+2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (org-babel-insert-result): Do not examplize wrapped
+       scalar results, simply wrap them.
+       (org-babel-result-end): Find the end of results wrapped in a
+       RESULTS drawer.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-todo-yesterday): When called from the agenda,
+       use `org-agenda-todo-yesterday' instead.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-table.el (org-table-transpose-table-at-point): New command.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-html.el (org-export-html-headline-anchor-format): New
+       option.
+       (org-html-level-start): Use the new option.
+
+2012-01-03  Rob Giardina  <rob@giardina.us>  (tiny change)
+
+       * org-agenda.el (org-agenda-with-point-at-orig-entry): Small
+       bugfix.
+
+2012-01-03  Christian Moe  <mail@christianmoe.com>  (tiny change)
+
+       * org-special-blocks.el
+       (org-special-blocks-convert-html-special-cookies): Close
+       paragraph before opening or closing the <div>, and open
+       paragraph after. Also changed newline placement to be the same
+       as for other blocks.
+
+2012-01-03  Roberto Huelga  <rhuelga@gmail.com>
+
+       * org-clock.el (org-program-exists): Make the function
+       compatible with darwin systems.
+
+2012-01-03  David Maus  <dmaus@ictsoc.de>
+
+       * org-exp.el (org-export-normalize-links): Mark bracket links
+       before normalization to avoid erroneous normalization of
+       bracket link parts.
+
+2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
+
+       * org-odt.el (org-odt-data-dir): Removed.
+       (org-odt-styles-dir, org-export-odt-schema-dir): New
+       variables.
+
+       * org-odt.el, org-lparse.el: New files.
+
+2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
+
+       * org-capture.el (org-capture-set-target-location): Set the
+       capture default time also to the prompt time.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-exp.el (org-export-res/src-name-cleanup): Remove #+name
+       and #+results lines during preprocess.
+
+2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob-picolisp.el (ob-comint): Required.
+       (comint): Required.
+       (cl): Required.
+       (run-picolisp): Declared.
+       (org-babel-execute:picolisp): Capture free variable, and replace
+       function from cl-extra with core function.
+
+2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob-picolisp.el: New file.
+
+       * org.el (org-babel-load-languages): Add Pico Lisp to the list
+       of supported code block languages.
+
+2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
+
+       * org-bibtex.el (org-bibtex): Now catches bibtex errors and
+       directs the user to the location of the error.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-agenda.el (org-agenda-dim-blocked-tasks): Fix typo.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * ob.el (org-babel-execute-src-block): Fix typo.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-freemind.el (org-freemind-write-mm-buffer): Fix typo.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-link-unescape, org-link-unescape-compound): Fix
+       two typos in docstrings.
+
+2012-01-03  Thomas Dye  <dk@poto.local>
+
+       * ob-R.el: Added tikzDevice support.
+
+2012-01-03  David Maus  <dmaus@ictsoc.de>
+
+       * org.el (org-clone-subtree-with-time-shift): Remove clocking
+       information and empty drawers when preparing a clone.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob-exp.el: Don't add `org-exp-res/src-name-cleanup' to
+       `org-export-blocks-postblock-hook'.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob.el (org-babel-hide-result-toggle): Skip over header
+       argument lines when toggling named code block visibility.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * org-exp.el (org-export-grab-title-from-buffer): Don't
+       license to kill text inside blocks when getting a title.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob.el (org-babel-confirm-evaluate): Adding support for new
+       range of :eval header arguments.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob.el (org-babel-confirm-evaluate): Inhibit evaluation
+       during export when eval is set to "non-export".
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob-ref.el (org-babel-update-intermediate): New custom
+       variable.
+       (org-babel-ref-resolve): Optionally update the in-buffer results
+       of code blocks which are evaluated to resolve references.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob.el (org-babel-join-splits-near-ch): Rejoins a list of a
+       split string when a character appears on either side of the
+       split.
+       (org-babel-parse-multiple-vars): Rejoin splits around "=" signs.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * org.el (org-reduce): Added a less functional Org-mode copy of
+       the cl reduce function.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org.el (org-fontify-meta-lines-and-blocks-1): Recognize
+       "name" as a valid keyword that can preceed a block.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob-exp.el (org-babel-exp-lob-one-liners): Don't limit
+       in-verbatim check to inline code blocks, do lob code blocks as
+       well.
+
+2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
+
+       * org.el (org-todo): Interpret 0 prefix arg as note inhibitor.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob.el (org-babel-named-src-block-regexp-for-name): Ensure
+       that partial names are not matched.
+       (org-babel-named-data-regexp-for-name): Ensure that partial names
+       are not matched.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob-ref.el (org-babel-ref-resolve): Search for named code
+       blocks before named data.
+
+       * ob.el (org-babel-named-data-regexp-for-name): New function for
+       finding named data.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob.el (org-babel-insert-result): Gracefully handle results
+       which are neither lists nor strings.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob-ref.el (org-babel-ref-resolve): Don't change location when
+       looking at the contents.
+
+2012-01-03  Milan Zamazal  <pdm@zamazal.org>
+
+       * org.el (org-set-outline-overlay-data): Use
+       outline-flag-region to make a region invisible.  This ensures
+       all necessary actions, especially adding
+       isearch-open-invisible property, are applied.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob-lob.el (org-babel-in-example-or-verbatim): Fix
+       compilation warning.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob.el (org-babel-find-named-result): Downcase "name" before
+       comparison.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob-lisp.el (org-babel-execute:lisp): Fixed typo.
+       (org-babel-lisp-vector-to-list): Fixed typo.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob-exp.el (org-babel-in-example-or-verbatim): Some valid
+       execution contexts (e.g., call lines) look like commented
+       lines.
+
+       * ob.el (org-babel-get-src-block-info): Empty match string doesn't
+       count.
+       (org-babel-process-params): Always process parameters, even if
+       you don't to table splitting.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob-exp.el (org-exp-res/src-name-cleanup): Updated Documentation.
+
+       * ob-lob.el (org-babel-block-lob-one-liner-regexp): Updated
+       regular expression.
+       (org-babel-inline-lob-one-liner-regexp): Updated regular
+       expression.
+
+       * ob-ref.el (org-babel-ref-resolve): Notice when something that
+       looks like a data results may actually be a code block.
+
+       * ob-table.el: Updated documentation.
+
+       * ob.el (org-babel-src-name-regexp): Simplified regexp.
+       (org-babel-get-src-block-info): Updated match strings.
+       (org-babel-data-names): Simplified acceptable names.
+       (org-babel-find-named-block): Indentation.
+       (org-babel-find-named-result): Updated to not return a code block
+       as a result.
+
+       * org.el (org-fontify-meta-lines-and-blocks-1): Removing
+       references to old syntactic elements.
+       (org-additional-option-like-keywords): Removing references to
+       old syntactic elements.
+
+2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
+
+       * org-agenda.el (org-agenda-get-todos): Swap calls to `org-trim'
+       and `buffer-substring'.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-agenda.el (org-agenda-get-todos): Prevent an error when
+       encountering tasks with only the TODO keyword.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org.el (org-try-cdlatex-tab): Don't try to expand a LaTeX
+       environment when at an item or an headline, but allow LaTeX
+       fragments.
+       (org-cycle): Try to call `cdlatex-tab' before cycling item's or
+       headline's visibility, in order to catch LaTeX fragments within.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * org-exp-blocks.el (org-export-blocks-preprocess): Require a
+       newline and spaces before a code block.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob-lob.el (org-babel-map-call-lines): Allow mapping of code
+       over all call lines in a buffer.
+
+       * ob.el (org-babel-execute-buffer): Execute call lines when
+       executing an entire buffer.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob.el (org-babel-process-params): Don't disassemble tables
+       twice.
+
+2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
+
+       * org-clock.el (org-clock-in, org-clock-find-position): Make space
+       after date optional.
+
+       * org.el (org-set-regexps-and-options)
+       (org-ts-regexp, org-ts-regexp-both, org-ts-regexp1)
+       (org-ctrl-c-ctrl-c): Make `C-c C-c' on date fix the time stamp.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob-lob.el (org-babel-lob-execute-maybe): Don't execute a call
+       inside a verbatim block.
+
+       * ob-exp.el (org-babel-in-example-or-verbatim): Check for example
+       blocks.
+
+2012-01-03  Litvinov Sergey  <slitvinov@gmail.com>
+
+       * ob-maxima.el (org-babel-tangle-lang-exts): Maxima extension.
+       (org-babel-maxima-expand): Add input variables and graphic output.
+       (org-babel-execute:maxima): Add input variables and graphic output.
+       (org-babel-maxima-var-to-maxima): Add input variables and graphic
+       output.
+       (org-babel-maxima-graphical-output-file): Add input variables and
+       graphic output.
+       (org-babel-maxima-elisp-to-maxima): Add input variables and graphic
+       output.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob-fortran.el: New file.  Adding support for Fortran code blocks.
+       * org.el (org-babel-load-languages): Adding fortran to this list.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-footnote.el (org-footnote-new): Cannot insert an inline
+       footnote at beginning of line anymore.
+       (org-footnote-at-reference-p): Don't recognize inline footnotes at
+       beginning of line.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org.el (org-set-font-lock-defaults): Fix small error in matching
+       group that prevented fontification of keywords like
+       org-comment-string and stars in headlines.
+
+2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
+
+       * org.el (org-catch-invisible-edits): New option.
+       (org-self-insert-command, org-delete-backward-char)
+       (org-delete-char): Call `org-check-before-invisible-edit'.
+       (org-check-before-invisible-edit): New function.
+
+2012-01-03  Suvayu Ali  <fatkasuvayu+linux@gmail.com>
+
+       * org-exp.el (org-solidify-link-text): Respect
+       org-export-with-tags when forming the export title during subtree
+       export.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org.el (org-heading-regexp, org-heading-keyword-regexp-format)
+       (org-heading-keyword-maybe-regexp-format): Globalize variables so
+       they are accessible even in buffers not in Org mode.
+
+2012-01-03  David Maus  <dmaus@ictsoc.de>
+
+       * org.el (org-insert-link): Don't use default-description if a
+       `org-make-link-description-function' is defined.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * org.el (org-set-regexps-and-options): Use property blocks for
+       multi-line properties.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-self-insert-command): Don't throw an error when
+       editing takes place at the first point of the buffer.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-self-insert-command): Unfold invisible region at
+       point or right before point when editing.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-faces.el (org-agenda-filter-tags): Use the 'modeline face as
+       default.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-html.el (org-html-expand): Prevent a nil value for STRING to
+       return an error, just return nil.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-latex.el (org-export-latex-set-initial-vars): Allow "/"
+       character in the #+LaTeX_CLASS option.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-footnote.el (org-footnote-at-reference-p)
+       (org-footnote-at-definition-p): Don't store text-properties of
+       footnote definitions.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-html.el (org-export-as-html): Convert special characters in
+       meta tag "author", "date", "keyword" and "description".
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-capture.el (org-capture-before-finalize-hook): Docstring
+       improvement: mention that the buffer is widened when this hook is
+       run.
+
+2012-01-03  Sebastien Vauban  <sva@mygooglest.com>
+
+       * org-html.el (org-export-as-html): Make sure the div for preamble
+       is not inserted when the preamble is empty.
+
+2012-01-03  Sebastien Vauban  <sva@mygooglest.com>
+
+       * org-agenda.el (org-agenda-set-mode-name): Highlight tags used
+       for filtering (shown in the mode-line).
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob.el (org-babel-parse-multiple-vars): Trimming excess white
+       space from split variables.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org.el (org-link-search): Add an optional argument preventing
+       function from revealing context around match.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-agenda.el (calendar-check-holidays): Declare function.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-return): Fix bug when matching the face property
+       before following a link.
+
+2012-01-03  Matt Lundin  <mdl@imapmail.org>
+
+       * org-agenda.el (org-class): Fix holidays symbol in org-class.
+       This was resulting in an "Bad sexp..." warning.
+
+2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
+
+       * org.el (org-scan-tags): Also remember
+       `org-complex-heading-regexp' in a property.
+
+2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
+
+       * org-latex.el (org-export-as-latex): Turn off auto-insert and set
+       TeX-master to t when creating new TeX buffers.
+
+       * org-docbook.el (org-export-as-docbook): Turn off auto-insert
+       when creating new buffers.
+
+       * org-html.el (org-export-as-html): Turn off auto-insert
+       when creating new buffers.
+
+2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
+
+       * org-table.el (org-table-formula-handle-first/last-rc): Do not
+       expand pointers to first/last row/column that are inside a call to
+       `remote'.
+       (org-table-get-remote-range): Expand pointers to first/last
+       row/column.
+
+2012-01-03  Michael Sperber  <sperber@deinprogramm.de>  (tiny change)
+
+       * org-capture.el (org-capture-get-indirect-buffer): Fix XEmacs
+       compatibility issue when creating an indirect buffer.
+
+2012-01-03  Christophe Rhodes  <csr21@cantab.net>
+
+       * org-exp.el (org-infile-export-plist): Handle LATEX_CLASS_OPTIONS
+       the same way than LATEX_CLASS.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-return): Check the presence of the 'org-link face
+       even in contexts where there is more than one face.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob-sql.el (org-babel-header-arg-names:sql): SQL specific header
+       argument names which should be inherited.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org.el (org-in-block-p): Return matched name of block, if any.
+       It can be useful when a list of block names is provided as
+       an argument.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-docbook.el (org-export-as-docbook): Fix regexp.
+
+       * org-html.el (org-export-as-html): Fix regexp.
+
+2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
+
+       * org-agenda.el (org-class): Allow holidays to be skipped.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob-shen.el (org-babel-execute:shen): Fix two compilation errors.
+
+2012-01-03  Peter MĂĽnster  <pmrb@free.fr>  (tiny change)
+
+       * org-agenda.el (org-agenda-to-appt): Make sure filter-items are
+       strings before calling `string-match'.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-footnote.el (org-footnote-at-reference-p)
+       (org-footnote-at-definition-p): Remove text-properties from label.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-html.el (org-export-as-html): Add a "title" meta tag.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-agenda.el (org-agenda-to-appt): Allow to refine the scope of
+       entries to pass to `org-agenda-get-day-entries' and allow to
+       filter out entries using a function.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-agenda.el: Fix small display bug.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org.el (org-set-regexps-and-options): Fix small bug introduced
+       by commit dfcb6faef11a2439b56b18a6289803361d402130.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-agenda.el (org-search-view): Simplify regexp.
+       (org-agenda-get-todos): Use new format string.
+
+       * org-archive.el (org-archive-all-done): Simplify regexp.
+
+       * org-ascii.el (org-export-as-ascii): More accurate regexp.
+
+       * org-colview.el (org-columns-capture-view): Use new format string
+       and new string.
+
+       * org-docbook.el (org-export-as-docbook): More accurate
+       regexp.  Also use new regexp to match generic headlines.
+
+       * org-exp.el (org-export-protect-quoted-subtrees): More accurate
+       regexp.  Also use new regexp to match generic headlines.
+
+       * org-html.el (org-export-as-html): More accurate regexp.
+       Also use new regexp to match generic headlines.
+
+       * org-mouse.el (org-mouse-match-todo-keyword): Remove unused
+       and now erroneous function.
+
+       * org.el (org-heading-regexp, org-heading-keyword-regexp-format):
+       New variables.
+       (org-set-regexps-and-options): Create regexps according to the
+       following rule: use spaces only to separate elements from an headline,
+       while allowing mixed tabs and spaces for any indentation job.
+       (org-nl-done-regexp, org-looking-at-done-regexp): Removed variables.
+       (org-set-font-lock-defaults): Fontify again headlines with a keyword
+       and no other text.  Use new format strings.
+       (org-get-heading, org-toggle-comment, org-prepare-agenda-buffers)
+       (org-toggle-fixed-width-section): Use new format string.
+       (org-todo): More accurate regexps.
+       (org-point-at-end-of-empty-headline): Simplify regexp.
+       (org-insert-heading): Headline can sometimes be nil.
+
+2012-01-03  David Maus  <dmaus@ictsoc.de>
+
+       * org-agenda.el (org-agenda-bulk-action): Bind
+       `org-loop-over-headlines-in-active-region' to nil to avoid conflict
+       with bulk command.
+
+2012-01-03  David Maus  <dmaus@ictsoc.de>
+
+       * org.el (org-deadline, org-schedule): Skip invisible headlines when
+       mapping over headlines in active region.
+
+2012-01-03  David Maus  <dmaus@ictsoc.de>
+
+       * org.el (org-loop-over-headlines-in-active-region):
+       New customization variable.  Loop over headlines in active region.
+       (org-schedule, org-deadline): Apply to headlines in region depending
+       on new customization variable.
+
+2012-01-03  David Maus  <dmaus@ictsoc.de>
+
+       * org.el (org-map-entries): Immediately return if scope is 'region
+       but no region is active.
+
+2012-01-03  David Maus  <dmaus@ictsoc.de>
+
+       * org.el (org-map-entries): Extend scope 'region to include entire
+       body of last headline in active region.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-src.el (org-edit-src-code): Fix typo-bug.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-format-agenda-item, org-scan-tags):
+       Rename `org-format-agenda-item' to `org-agenda-format-item'.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-agenda.el: Replace `category-pos' by `org-category-pos' to
+       silent byte-compiler.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el: Declare external function `cdlatex-compute-tables'.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-latex.el (org-export-latex-set-initial-vars): Fix problem
+       when matching #+LaTeX_CLASS.
+
+2012-01-03  Rafael Laboissiere  <rafael@laboissiere.net>  (tiny change)
+
+       * org.el (org-link-search-must-match-exact-headline): Fix typos.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-latex.el (org-export-latex-make-header): Add some hyperref
+       options.
+
+2012-01-03  Kai Tetzlaff  <kai.tetzlaff@web.de>  (tiny change)
+
+       * org-publish.el (org-publish-file): Added 'eval'ing the value of
+       the :publishing-directory property before using it as destination
+       of the publishing project.  This allows to construct the publish
+       destination directory dynamically at run-time using the return
+       value of a function.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-agenda.el (org-agenda-list-stuck-projects): Fix tiny bug.
+
+2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
+
+       * org-agenda.el (org-agenda-move-date-from-past-immediately-to-today):
+       New option.
+       (org-agenda-date-later): Improve the logical structure.
+
+2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
+
+       * ob-calc.el (featurep): Require calc-store.
+
+       * org-agenda.el (org-agenda-list-stuck-projects): Fix regexp
+       special handling.
+
+       * org-compat.el (fboundp): Support for XEmacs.
+
+       * org-exp.el (org-export): Protect XEmacs from `(redisplay)' call.
+
+       * org-footnote.el (org-footnote-re): Optimize macro processing.
+
+       * org.el (org-set-autofill-regexps): Xemacs compatibility.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob.el (org-babel-balanced-split): Balance both [] and ()
+       groupings.
+       (org-babel-parse-header-arguments): Be sure to replace removed ":"
+       characters.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob.el (org-babel-parse-header-arguments): Quick fix for a
+       tiny bug.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob.el (org-babel-params-from-properties): Now splits
+       multiple var arguments behind a single ":var".
+       (org-babel-balanced-split): Separated balanced splitting of
+       strings out into a new function.
+       (org-babel-parse-multiple-vars): Splits multiple var arguments
+       behind a single ":var".
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el: Remap `outline-promote' and `outline-demote' keys to
+       `org-promote-subtree' and `org-demote-subtree'.
+
+2012-01-03  Leo Liu  <sdl.web@gmail.com>
+
+       * org-agenda.el (org-agenda-do-context-action): Check if marker is
+       valid before use.
+
+2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
+
+       * org-agenda.el (org-agenda-date-later): Fix shifting of date
+       ranges.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob.el: Removing `org-babel-params-from-buffer' and
+       #+PROPERTIES: entirely.
+
+       * ob-exp.el (org-babel-exp-src-block): Removing
+       `org-babel-params-from-buffer' and #+PROPERTIES: entirely.
+
+       * ob-lob.el (org-babel-lob-execute): Removing
+       `org-babel-params-from-buffer' and #+PROPERTIES: entirely.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob.el (org-babel-params-from-buffer): Removing #+BABEL:
+       lines in favor of general #+PROPERTIES: lines.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob-sql.el (org-babel-execute:sql): Insert into a temporary
+       buffer.
+
+2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
+
+       * org.el (org-cdlatex-mode): Run `cdlatex-mode-hook' and
+       update the internal cdlatex tables.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob-sql.el (org-babel-execute:sql): Respect literal-results
+       options.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob.el (org-babel-disassemble-tables): Fix multi-table bug in
+       code block colname and rowname handling.
+
+2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
+
+       * org-publish.el (org-publish-cache-file-needs-publishing):
+       Fix regexp to not inlcude newlines.
+
+2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
+
+       * org.el (org-ctrl-c-ctrl-c): Remove table overlays before
+       restart.
+
+2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
+
+       * org.el (org-fontify-entities): Match entities before
+       numbers, as in `\sim2'.
+
+2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
+
+       * org-agenda.el (org-agenda-date-later): Make pushing forward
+       a past date to jump immedialtely to today.
+
+2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
+
+       * org-exp.el (org-store-forced-table-alignment): Parse the
+       column cookie for both alignment and width
+       specification.  Store the resulting value in `org-col-cookies'
+       property.  Retire the previously used `org-forced-aligns'
+       property for consistency.  Renamed local variable `aligns' to
+       `cookies'.
+
+       * org-html.el (org-format-org-table-html): Use
+       `org-col-cookies'.  Renamed local variable forced-aligns to
+       col-cookies.
+
+2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
+
+       * org.el (org-latex-to-mathml-jar-file)
+       (org-latex-to-mathml-convert-command): New user-customizable
+       variables.
+       (org-format-latex-mathml-available-p, org-create-math-formula)
+       (org-format-latex-as-mathml): New functions.
+       (org-format-latex): Add a new local variable block-type that notes
+       the nature of the equation - inline or display.  Associate it's
+       value to `org-latex-src-embed-type' property of dvipng links.  Add
+       mathml as new processing type.
+
+2012-01-03  SĂ©bastien Vauban  <wxhgmqzgwmuf@spammotel.com>
+
+       * org.el (org-refile): Add tree name to prompt.
+
+2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
+
+       * org-latex.el (org-export-latex-tables): Honor
+       `org-export-latex-table-caption-above'
+       (org-export-latex-table-caption-above): New option.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob.el (org-babel-insert-header-arg): Now including language
+       specific header arg values in insertion options.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob.el (org-babel-insert-header-arg): Fixed typo.
+
+2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
+
+       * org-exp.el (org-export-number-lines): Modified.  Add a new
+       parameter `preprocess' and use this for backend-agnostic
+       handling of literal examples.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org.el (org-match-substring-regexp)
+       (org-match-substring-with-braces-regexp): Allow subscripts and
+       superscripts to start at beginning of line.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob.el (org-babel-common-header-args-w-values): New variable to
+       hold common header arguments and their default values.
+       (org-babel-header-arg-names): Redefined using the new common
+       header arg variable.
+       (org-babel-insert-header-arg): New function to help when inserting
+       header arguments.
+
+2012-01-03  David Maus  <dmaus@ictsoc.de>
+
+       * org-html.el (org-html-handle-links): Remove unnecessary
+       protection markers when publishing link in default format.
+
+2012-01-03  Pieter Praet  <pieter@praet.org>  (tiny change)
+
+       * org-crypt.el (org-crypt-check-auto-save): New function, see
+       next change.
+
+       * org-crypt.el (org-decrypt-entry): Break the auto-save-mode
+       check out into a separate function, and call it at a later
+       point, to assure it only runs when visiting an encrypted
+       entry.
+
+2012-01-03  John J Foerch  <jjfoerch@earthlink.net>  (tiny change)
+
+       * org.el (org-log-note-headings): Document new %d and %D
+       escapes.
+       (org-store-log-note): Implement new %d and %D escapes.
+
+2012-01-03  Dave Abrahams  <dave@boostpro.com>
+
+       * org-agenda.el (org-agenda-follow-indirect): New option.
+       (org-agenda-follow-mode): Call `org-agenda-do-context-action' fro
+       follow mode.
+       (org-agenda-do-context-action): Also do indirect follow mode
+       action.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob-table.el (sbe): Fix typo in new sbe specification.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob-table.el (sbe): If first variable is a string and not a
+       cons cell, then interpret it as a string of header arguments
+       to be passed to the code block.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob-shen.el (shen-eval-defun): Declare external function.
+       (org-babel-execute:shen): Move requirement of inf-shen into
+       the function in which it is used to fix build error.
+
+       * ob-shen.el: New file.
+
+2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
+
+       * org.el (org-open-at-point): Make `org-open-at-point' only
+       ask once about creating a new headline.
+
+2012-01-03  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
+
+       * org.el (org-refile-targets): Elaborated the documentation of
+       the variable as suggested by Dave Abrahams.
+
+2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
+
+       * org.el (org-align-tags-here): Allow tags to be placed right
+       after heading.
+       (org-tags-column): Document the meaning of tags column 0.
+
+2012-01-03  Niels Giesen  <niels.giesen@gmail.com>
+
+       * org-agenda.el (org-agenda-get-blocks): Show timestamp ranges
+       in agenda if start day is same as end day.
+
+2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
+
+       * org.el (org-refile-get-location): Ignore errors when
+       collection heading to be excluded.
+
+2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
+
+       * org-special-blocks.el
+       (org-special-blocks-convert-html-special-cookies): Avoid XHTML
+       strict problems by not enclosing special blocks in paragraph tags.
+
+2012-01-03  Bernt Hansen  <bernt@norang.ca>
+
+       * org-html.el (org-export-as-html): Check string-match
+       argument.
+       (org-html-handle-time-stamps): Check string-match argument.
+
+2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
+
+       * org-agenda.el
+       (org-agenda-skip-additional-timestamps-same-entry): Change
+       default value.
+
+2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
+
+       * org.el (org-time-string-to-time):
+       (org-time-string-to-absolute): Add optional arguments BUFFER and
+       POS for error reporting.
+
+       * org-agenda.el (org-get-all-dates):
+       (org-agenda-get-timestamps, org-agenda-get-deadlines)
+       (org-agenda-get-scheduled, org-agenda-get-blocks): Call time
+       stamp parsing functions with information on where the
+       timestamp was taken from.
+
+2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
+
+       * org.el (org-tree-to-indirect-buffer): Run `org-cycle-hook'
+       after `show-all' in indirect buffer.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-list.el (org-list-parents-alist): When no parent is found
+       for an item, set it as the closest less indented item above.  If
+       none is found, make it a top level item.
+       (org-list-write-struct): Externalize code.
+       (org-list-struct-fix-item-end): New function.
+       (org-list-struct): Remove a now useless fix.
+
+       * org.el (org-ctrl-c-ctrl-c): Use new function.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org.el (org-end-of-line): When on an item, move point at the
+       end of the line, but before any hidden text.  Thus, it's still
+       possible to use commands, like `C-c C-c', acting at
+       items.  This is still disabled if `org-special-ctrl-a/e'
+       ignores `C-e'.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-footnote.el (org-footnote-renumber-fn:N): Small refactoring.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-footnote.el (org-footnote-renumber-fn:N): Fix an
+       infloop.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-footnote.el (org-footnote-at-definition-p): Remove
+       useless `org-re'.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-footnote.el (org-footnote-renumber-fn:N): Verify point
+       is at a real footnote reference or definition before
+       renumbering it.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-footnote.el (org-footnote-goto-definition): This patch
+       makes sure the function says when a definition has been
+       found.  Thus, moving from the reference to the definition
+       doesn't offer to create the latter again.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-footnote.el (org-footnote-create-definition):
+       Explicitely move point after tag, if it has just been
+       inserted.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob-gnuplot.el (org-babel-execute:gnuplot): Don't quote file
+       names on Windows systems.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-footnote.el (org-footnote-create-definition): When the
+       tag is missing, it is created before any existing footnote, or
+       at end of buffer.  In the latter case, the marker pointing at
+       the position where the new footnote is going to be inserted
+       (at end of buffer) stays before the tag.  This patch makes
+       sure that the marker will be kept after the tag.
+
+2012-01-03  Eli Zaretskii  <eliz@gnu.org>
+
+       * org.el (org-mode): Force left-to-right paragraphs in Org
+       buffers.  For a related discussions, see
+       https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * ob-asymptote.el (org-babel-asymptote-define-type): Silence
+       byte-compiler.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob-R.el (org-babel-R-evaluate): Fix bug in R session
+       evaluation.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * org-bibtex.el (org-bibtex-type-property-name): Configurable
+       property name for bibtex entry types.
+       (org-bibtex-headline): Use new configurable property name.
+       (org-bibtex-check): Use new configurable property name.
+       (org-bibtex-create): Use new configurable property name.
+       (org-bibtex-write): Use new configurable property name.
+
+2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
+
+       * org.el (org-paste-subtree): Remove unnecessary `concat'.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-paste-subtree): Remove useless (concat ...).
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob-C.el (org-babel-C-var-to-C): Replacing usage of
+       characterp with integerp (which should work w/Emacs22).
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-footnote.el (org-footnote-at-definition-p): Context must
+       be valid at the beginning of line, not at point.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob-tangle.el (org-babel-tangle-collect-blocks): Better
+       delimiting of Org-mode text preceding a code block.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob.el (org-babel-get-src-block-info): Fixing bug,
+       accidentally deleted variable values.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob-tangle.el (org-babel-process-comment-text): Customizable
+       function to process comment text.
+       (org-babel-tangle-collect-blocks): Make use of new
+       customizable processing function.
+       (org-babel-spec-to-string): Call customizable function rather than
+       `org-babel-trim'.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob-R.el (org-babel-execute:R): Collect and pass along the
+       result-params.
+       (org-babel-R-evaluate): Accept result-params and if "scalar" or
+       "verbatim" don't process output.
+       (org-babel-R-evaluate-session): Accept result-params and if
+       "scalar" or "verbatim" don't process output.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob.el (org-babel-merge-params): Differentiate between result
+       types and wrappers.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob.el (org-babel-get-src-block-info): Check that
+       functional-syntax variables are initialized.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob.el (org-babel-check-src-block): Adding a note for a
+       future enhancement.
+
+2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
+
+       * org-exp.el (org-export): Restore point when exporting a subtree.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob.el (org-babel-parse-src-block-match): More robust to code
+       blocks with empty bodies.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob.el (org-babel-parse-src-block-match): Don't error on empty
+       code block body.
+
+2012-01-03  David Maus  <dmaus@ictsoc.de>
+
+       * org.el (org-open-at-point): Unescape plain link.
+
+2012-01-03  David Maus  <dmaus@ictsoc.de>
+
+       * org-html.el (org-html-handle-links): Remove unnecessary link
+       unescape.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob.el (org-babel-merge-params): Better error message for
+       unassigned variables.
+
+2012-01-03  Christian Egli  <christian.egli@alumni.ethz.ch>
+
+       * org-taskjuggler.el (org-export-as-taskjuggler): Clone the
+       buffer local variables to the temporary buffer before
+       exporting.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * org-exp.el (org-export-select-backend-specific-text): Only
+       remove commas on the front line of a code block.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob.el (org-babel-demarcate-block): Copy headers and indent to
+       column of point when a block is split.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob.el (org-babel-insert-result): Corrected file insertion
+       for inline results.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-footnote.el (org-footnote-in-valid-context-p): No
+       footnote in latex fragments.
+
+2012-01-03  Martin Rudalics  <rudalics@gmx.at>
+
+       * org-compat.el (org-pop-to-buffer-same-window): Remove LABEL
+       argument from `pop-to-buffer-same-window' call.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob-R.el (org-babel-R-evaluate-session): Improve prompt
+       detection regexp.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-inlinetask.el (org-inlinetask-goto-end): Small
+       refactoring.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * ob-asymptote.el (org-babel-asymptote-var-to-asymptote):
+       refactor code.
+       (org-babel-asymptote-table-to-array): Removed function.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * ob-asymptote.el (org-babel-asymptote-var-to-asymptote):
+       recognize non-nested lists as uni-dimensional arrays.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob.el (org-babel-params-from-properties): Don't check for
+       header arguments in properties with leading ":"s.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-inlinetask.el (org-inlinetask-goto-end): Correctly
+       detect the end of an inlinetask when the next one starts
+       immediately after the current one.  Also, return position of
+       point.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * ob.el (org-babel-inline-src-block-regexp): Allow regexp to
+       start at bol.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * ob-asymptote.el (org-babel-asymptote-define-type): Elisp
+       floats are asymptote reals.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * ob-asymptote.el (org-babel-asymptote-table-to-array):
+       Require a new argument TYPE specifying the detected type of
+       array.  If it's a string array, make sure every element is
+       returned as a string. Also improve doc-string.
+       (org-babel-asymptote-var-to-asymptote): Fill new argument.  Small
+       refactoring.
+       (org-babel-asymptote-define-type): Rewrite to avoid stopping
+       search at first float found, as strings have precedence over
+       floats.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-footnote.el (org-footnote-normalize): Be sure to separate
+       the last footnote definition from the rest of the buffer.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob-awk.el (org-babel-expand-body:awk): Allow for symbolic
+       variable names.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org.el (org-latex-regexps): Allow matching latex fragments
+       of type "$" and "$1" at beginning of line.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-agenda.el (org-search-view, org-agenda-get-todos)
+       (org-agenda-get-deadlines, org-agenda-get-scheduled): Add
+       `category-pos' in let construct.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-footnote.el (org-footnote-get-definition): The function has
+       to widen buffer if definition has not been found in the current
+       narrowed part. Be sure to restore that restriction once the
+       definition is found.
+
+2012-01-03  Michal Sojka  <sojka@os.inf.tu-dresden.de>  (tiny change)
+
+       * org-icalendar.el (org-print-icalendar-entries): Make alarm
+       duration RFC5545 compliant.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-agenda.el (org-agenda-get-timestamps)
+       (org-agenda-get-sexps, org-agenda-get-progress): Correctly set
+       the `org-category-pos' property.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-html.el (org-export-html-divs): Improve docstring.
+
+2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
+
+       * org-table.el (org-table-fix-formulas): Throw error when
+       changing formula leads to an invalid formula.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-archive-location): Minor docstring fix.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org.el (org-block-todo-from-checkboxes):
+       `org-list-search-forward' should be used when looking for an
+       item, as it filters out contexts where match couldn't be in a
+       list.  Also use a correct item regexp, taking into account
+       alphabetical ordered lists and counters.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-html.el (org-html-make-link): Minor fix to the
+       docstring.
+
+2012-01-03  Suvayu Ali  <fatkasuvayu+linux@gmail.com>  (tiny change)
+
+       * org-inlinetask.el (org-inlinetask): New customizable face
+       for inlinetasks
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-agenda.el (org-agenda-get-todos): Properly set
+       `category-pos'.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-list.el (org-list-struct-apply-struct): Don't use
+       (copy-marker (point)) instead of (point-marker).
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob.el (org-babel-where-is-src-block-result): Don't try to
+       resolve variables when simply checking if we're inside of a
+       code block.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-refresh-category-properties): New text property
+       'org-category-position to point at the beginning of the
+       headline from which the category is set.
+
+2012-01-03  Matt Lundin  <mdl@imapmail.org>
+
+       * org.el (org-refile): Don't call `org-back-to-heading' with
+       goto argument.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-link-display-descriptive): Remove this option and
+       rely on the existing `org-descriptive-links' instead.
+       (org-toggle-link-display): Use `org-descriptive-links'.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob-ref.el (org-babel-ref-resolve): Allow matching of results
+       with tags after the result name.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-table.el (org-table-get-specials): Allow the use of the
+       underscore character in column names.
+       (org-table-get-specials): Allow the use of the underscore
+       character in field names.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * org-exp-blocks.el (org-export-blocks-preprocess): Explicitly
+       cleaning up markers.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob-exp.el (org-babel-exp-inline-src-blocks): Save match data
+       around `org-babel-exp-do-export' which now searches in this case.
+       (org-babel-exp-results): Position the point in the inline source
+       block during export evaluation.
+
+       * ob.el (org-babel-insert-result): More readable code.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * org-exp-blocks.el (org-export-blocks-preprocess): Use the built
+       in function rather than the superfluous (and now removed)
+       org-specific function.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob-exp.el (org-babel-exp-inline-src-blocks): Don't examplize
+       inline code blocks which are already escaped.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * org-exp-blocks.el (org-marker-from-point): Helper function to
+       create markers at specific points in source buffers.
+       (org-export-blocks-preprocess): Use markers instead of points
+       to delimit code blocks.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-list.el (org-list-separating-blank-lines-number): The
+       behaviour of `org-back-over-empty-lines' depends on the
+       associated value of `headline' in
+       `org-blank-before-new-entry', which is out of context in a
+       list.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-indent.el (org-indent-initialize-agent): When the current
+       buffer isn't being watched, resume initialization of other watched
+       buffers.  In that case, give hand to others idle timers or
+       processes more frequently.
+       (org-indent-agent-active-delay): Renamed from
+       `org-indent-agent-process-duration'.
+       (org-indent-agent-passive-delay): New variable.
+       (org-indent-agent-resume-delay): Change value.
+       (org-indent-initialize-buffer): Change argument name.
+       (org-indent-add-properties): Change argument name and type
+       expected. It must be a time value now.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-set-property): Bugfix.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob.el (org-babel-remove-result): Idempotent code block
+       evaluation and result removal.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob-ruby.el (org-babel-ruby-initiate-session): No longer
+       require inf-ruby when no session evaluation takes place.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-agenda.el (org-agenda-prefix-format): Mention "%e" in
+       the docstring.
+
+2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
+
+       * org-agenda.el (org-agenda-custom-commands): Set a default
+       value for this command.
+
+2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
+
+       * org-agenda.el (org-agenda-include-all-todo): Declare this option
+       as no longer working.
+       (org-timeline): Rename the include-all argument to dotodo.
+       (org-arg-loc): Renamed from` org-include-all-loc'.
+       (org-agenda-list): Rename the INCLUDE-ALL argument to ARG,
+       because its function has changed.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-fixup-indentation): Fix various small bugs.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-indent.el (org-indent-agent-timer)
+       (org-indent-agentized-buffers, org-indent-agent-resume-timer)
+       (org-indent-agent-process-duration)
+       (org-indent-agent-resume-delay): New variables.
+       (org-indent-initial-marker): More accurate doc-string.
+       (org-indent-initial-timer, org-indent-initial-resume-timer)
+       (org-indent-initial-process-duration)
+       (org-indent-initial-resume-delay)
+       (org-indent-initial-lock): Removed variables.
+       (org-indent-mode): Set up an agent to watch current buffer, or
+       add it to the list of already watched buffers.
+       (org-indent-initialize-agent): New function.
+       (org-indent-initialize-buffer): Now requires a mandatory
+       buffer argument.
+       (org-indent-add-properties): Reflect changes to variables. The resume
+       timer is now global.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-footnote.el (org-footnote-normalize): Refactor, and fix
+       some blank lines deletion.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-indent.el (org-indent-mode):
+       `org-indent-initial-resume-timer ' needs to be local.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-fixup-indentation): Correctly indent meta lines.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-indent.el (org-indent-set-line-properties): Add text
+       properties down to the beginning of the next line.
+       (org-indent-add-properties): When last position to add
+       properties to is at the beginning of a line, all that line
+       will have properties.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-indent.el (org-indent-initial-resume-timer): New variable.
+       (org-indent-initialize-buffer): Also resume after a small break.
+       (org-indent-add-properties): When in asynchronous mode,
+       proceed for 2 seconds, then take a break.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-indent.el (org-indent-set-line-properties): New function.
+       (org-indent-add-properties): Externalize worker function.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-indent.el (org-indent-indent-buffer): Take into account
+       narrowing.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-indent.el (org-indent-modified-headline-flag): Renamed from
+       `org-indent-deleted-headline-flag'
+       (org-indent-notify-modified-headline): Renamed from
+       `org-indent-notify-deleted-headline'. Handle situations when
+       the stars of an headline are modified.
+       (org-indent-refresh-maybe): Remove case now handled by
+       previous function.
+       (org-indent-mode): Apply renames.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-indent.el (org-indent-inlinetask-first-star): New
+       variable.
+       (org-indent-add-properties): Set the first star of inline-tasks'
+       virtual indentation in `org-warning' face.
+
+       * org-inlinetask.el (org-inlinetask-insert-task): Create a new
+       inline-task slightly differently, so virtual indentation can
+       be applied normally.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-indent.el (org-indent-initial-marker)
+       (org-indent-initial-timer, org-indent-initial-lock): New
+       variables.
+       (org-indent-mode): At initialization, start an idle timer to indent
+       the whole buffer. When the user is asking for control, interrupt the
+       process, and resume at the same point when idle again.
+       (org-indent-initialize-buffer): New function.
+       (org-indent-add-properties): Throw an interrupt when indentation of
+       buffer is stopped during initialization.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-indent.el (org-indent-indent-buffer): Send more
+       appropriate messages.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-indent.el (org-indent-notify-deleted-headline)
+       (org-indent-refresh-maybe): Replace `org-indent-outline-re'
+       with `org-outline-regexp-bol'.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-indent.el (org-indent-max-levels): Modify default value and
+       add comment.
+       (org-indent-add-properties): Pay attention to `org-indent-max'
+       and `org-indent-max-levels' values.
+       (org-indent-refresh-maybe): Refactor code to avoid an unnecessary
+       save excursion.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-table.el (org-table-align): Remove now useless hack.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-indent.el (org-indent-fix-section-after-idle-time): Remove
+       variable.
+       (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): Remove
+       functions.
+       (org-indent-deleted-headline): New variable.
+       (org-indent-notify-deleted-headline,org-indent-refresh-maybe): New
+       functions.
+       (org-indent-mode): Insert new functions into a hook.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-indent.el (org-indent-mode): Completely refresh buffer
+       before starting org-indent-mode. Also set idle timer to refresh
+       only visible portion of buffer, and refresh the subtree instead of
+       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-view): New function.
+       (org-indent-refresh-to, org-indent-refresh-section): Removed
+       functions.
+
+       * org.el (org-unfontify-region): Do not remove prefix
+       properties when unfontifying a region.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-colview.el (org-columns-cleanup-item): Correctly remove
+       leading stars in items displayed in the agenda column view.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-colview.el (org-columns-display-here): Clean up items in
+       `org-agenda-mode' too.
+       (org-columns-cleanup-item): Take a new argument CPHR to allow
+       passing a complex heading regexp.  Rewrite to cleanup ITEM
+       correctly in `org-agenda-mode'.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-clock.el (org-duration-string-to-minutes)
+       (org-minutes-to-hh:mm-string, org-hh:mm-string-to-minutes): Move
+       from org.el.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-refile-active-region-within-subtree): New option to
+       allow refiling a region that is part of a subtree without
+       containing a subtree itself.  This default to `nil'.
+       (org-refile): Use the new option.  Put point at the beginning
+       of the region/subtree to be refiled, so that users understand
+       what will be refiled.  Also improve the prompt to tell whether
+       the user is refiling a region or a headline.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-properties-postprocess-alist): New option to allow
+       postprocessing the values of properties set through
+       `org-set-property'.
+       (org-set-property): Use this option.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-outline-regexp, org-outline-regexp-bol): Add a
+       docstring.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-archive.el (org-archive-to-archive-sibling): Use
+       `org-outline-regexp' instead of `outline-regexp'.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org.el (org-between-regexps-p): Searching up to pos may
+       match again beginning regexp.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-footnote.el (org-footnote-goto-definition): Don't send
+       erroneous message: suggested bindings might not be set outside
+       Org.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-footnote.el (org-footnote-normalize): Effectively remove
+       any footnote tag in non Org buffers, as detailled in the
+       docstring of `org-footnote-tag-for-non-org-mode-files'.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-footnote.el (org-footnote-tag-for-non-org-mode-files):
+       notify the opportunity to set the variable to the empty string.
+       (org-footnote-normalize, org-footnote-create-definition):
+       Carefully check for inserted newlines and presence of the
+       footnote tag.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-footnote.el (org-footnote-at-definition-p): Re-use
+       `org-footnote-definition-re'.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-footnote.el (org-footnote-definition-re): Remove an
+       useless group.
+       (org-footnote-at-definition-p): Reflect removal of the group.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org.el (org-set-regexps-and-options): Enforce white space
+       after todo keyword, as word boundary isn't sufficient (i.e. in
+       matches * TODO/this).
+
+2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
+
+       * org-inlinetask.el (org-inlinetask-export-templates): Fixed
+       template for html so that the exported file is valid
+       xhtml.  Added template for odt.
+       (org-inlinetask-export-handler): Fix typo in the regexp that
+       trims content. Make sure that the content is flanked by
+       paragraph boundaries on either side.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-add-planning-info): Don't insert superfluous
+       space when updating timestamps.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-agenda.el (org-cmp-effort): Fix docstring.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-list.el (org-list-full-item-re): When an item has only a
+       bullet and no space after it, list structure would not be
+       recognized correctly.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-overview): Use `outline-regexp' instead of
+       `org-outline-regexp' so that global cycling using
+       `orgstruct-mode' works outside of Org buffers.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-table.el (org-table-eval-formula): Fix missing variable
+       in let construct.
+       (org-table-time-string-to-seconds): Fix missing variable in
+       let construct.
+
+2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
+
+       * org-agenda.el (org-agenda-get-deadlines): Fix dfrac for the
+       case of wdays being 0.  Don't pass wdays to
+       org-agenda-deadline-face, like before the old fix.
+       (org-agenda-deadline-face): Revert to old state that was without
+       wdays.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-latex.el (org-export-latex-fixed-width): Only add one
+       line break after exporting verbatim environments.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-mw.el (org-mw-export-lists): Fix list export.
+
+2012-01-03  Bastien Guerry  <bzg@gnu.org>
+
+       * org-list.el (org-list-item-trim-br): New function.
+       (org-list-to-generic): New parameter :nobr to use the new
+       function.
+
+2012-01-03  David Maus  <dmaus@ictsoc.de>
+
+       * org.el (org-paste-subtree): Fix wrong order of lines to move
+       before pasting.
+
+2012-01-03  David Maus  <dmaus@ictsoc.de>
+
+       * org.el (org-paste-subtree): Paste subtree above target
+       headline if point is at bol.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-list.el (org-toggle-checkbox): Don't clear lim-down
+       while used in the while loop.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-list.el (org-toggle-checkbox): Lim-down must be a
+       marker.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org.el (org-activate-code): Correct regexp so ":.*" isn't
+       matched.
+
+2012-01-03  David Maus  <dmaus@ictsoc.de>
+
+       * org-macs.el (org-with-gensyms, org-called-interactively-p)
+       (with-silent-modifications, org-bound-and-true-p)
+       (org-unmodified, org-re, org-preserve-lc)
+       (org-without-partial-completion, org-with-point-at)
+       (org-no-warnings, org-if-unprotected, org-if-unprotected-1)
+       (org-if-unprotected-at, org-with-remote-undo)
+       (org-no-read-only, org-save-outline-visibility)
+       (org-with-wide-buffer, org-with-limited-levels)
+       (org-eval-in-environment): Provide edebug specifications.
+
+       * org-src.el (org-src-do-at-code-block): Dto.
+
+       * org-publish.el (org-publish-with-aux-preprocess-maybe): Dto.
+
+       * org-compat.el (org-xemacs-without-invisibility): Dto.
+
+       * org-clock.el (org-with-clock-position, org-with-clock): Dto.
+
+       * org-agenda.el (org-agenda-with-point-at-orig-entry)
+       (org-batch-agenda, org-batch-agenda-csv)
+       (org-batch-store-agenda-views): Dto.
+
+       * ob.el (org-babel-do-in-edit-buffer)
+       (org-babel-map-src-blocks, org-babel-map-inline-src-blocks): Dto.
+
+       * ob-tangle.el (org-babel-with-temp-filebuffer): Dto.
+
+       * ob-table.el (sbe): Dto.
+
+       * ob-exp.el (org-babel-exp-in-export-file): Dto.
+
+       * ob-comint.el (org-babel-comint-in-buffer)
+       (org-babel-comint-with-output): Dto.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-inlinetask.el (org-inlinetask-export-templates): Fix
+       docstring.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-inlinetask.el (org-inlinetask-insert-task): Error when
+       trying to nest inline tasks.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org.el (org-activate-code, org-toggle-fixed-width-section)
+       (org-indent-line-function): Allow "[ \t]*:$" as a special case of
+       fixed-width section.
+
+2012-01-03  David Maus  <dmaus@ictsoc.de>
+
+       * org.el (org-paste-subtree): Don't eat headline when called
+       with point at existing headline.
+
+2012-01-03  David Maus  <dmaus@ictsoc.de>
+
+       * org.el (org-paste-subtree): Fix typo in variable name.
+
+2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
+
+       * org-inlinetask.el (org-inlinetask-export-handler): Don't
+       export inline tasks if the current backend has provided no
+       entries in `org-inlinetask-export-templates'.
+
+2012-01-03  Valentin WĂĽstholz  <wuestholz@gmail.com>  (tiny change)
+
+       * org.el (org-indent-line-function): Made the way in which
+       example blocks are indented more flexible.
+
+2012-01-03  David Maus  <dmaus@ictsoc.de>
+
+       * org-agenda.el (org-batch-agenda-csv): Fix argument to append
+       when creating final parameter alist.
+
+2012-01-03  David Maus  <dmaus@ictsoc.de>
+
+       * org-agenda.el (org-batch-store-agenda-views): Use macro
+       `org-eval-in-environment'.
+
+2012-01-03  David Maus  <dmaus@ictsoc.de>
+
+       * org-agenda.el (org-batch-agenda, org-batch-agenda-csv): Use
+       `org-eval-in-environment.
+
+2012-01-03  David Maus  <dmaus@ictsoc.de>
+
+       * org-macs.el (org-make-parameter-alist): New function.  Turn
+       flat list of alternating symbol names and values into an alist
+       with symbol name in car and value in cdr.
+
+2012-01-03  David Maus  <dmaus@ictsoc.de>
+
+       * org-agenda.el (org-agenda-with-point-at-orig-entry): Use
+       macro `org-with-gensyms'.
+
+2012-01-03  David Maus  <dmaus@ictsoc.de>
+
+       * org-macs.el (org-substitute-posix-classes): New
+       function.  Substitute posix classes in regular expression.
+       (org-re): Use new function.
+
+2012-01-03  David Maus  <dmaus@ictsoc.de>
+
+       * org-macs.el (org-eval-in-environment): New macro.  Evaluate FORM
+       in ENVIRONMENT.
+
+2012-01-03  David Maus  <dmaus@ictsoc.de>
+
+       * org-macs.el (org-preserve-lc, org-with-point-at)
+       (org-with-remote-undo, org-save-outline-visibility): Use new
+       macro `org-with-gensyms'.
+
+2012-01-03  David Maus  <dmaus@ictsoc.de>
+
+       * org-macs.el (org-with-gensyms): New macro.  Wrap let-binding
+       of SYMBOLS to new uninterned symbols around BODY.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-inlinetask.el (org-inlinetask-export-handler): Make sure
+       the task starts a paragraph or the HTML exporter will produce
+       an incorrect output.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org.el (org-return): When filling happens, `newline' can
+       change match data, hence modifying the indent column.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-footnote.el (org-footnote-new): Only forbid non-inlined
+       footnotes at column 0, as only them can be confused with a
+       footnote definition.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-footnote.el (org-footnote-new): Use `ido' or `iswitchb'
+       when available when prompted for a label.  Also rename a local
+       variable to avoid confusion with an existing function.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-footnote.el (org-footnote-label-history): Removed
+       variable
+       (org-footnote-new): Remove call to that variable.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org.el (org-insert-heading): With `force-heading' non-nil,
+       inserting an heading before any headline, and just after a
+       list would return an error.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob.el (org-babel-sha1-hash): Removed use of `copy-seq'.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * org-bibtex.el (org-bibtex-get): Make the "FILE" property
+       non-special when resolving bibtex values.
+
+2012-01-03  David Maus  <dmaus@ictsoc.de>
+
+       * org.el (org-back-over-empty-lines): Don't move line upward
+       if point is at eob.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-footnote.el (org-footnote-in-valid-context-p): Check
+       `org-protected' property before allowing to match a footnote.
+       (org-footnote-at-reference-p): Remove an obsolete test.  It is now
+       done in the previous function.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org.el (org-between-regexps-p): Previous name implied the
+       function was related to blocks, which isn't mandatory.
+       (org-narrow-to-block, org-in-block-p)
+       (org-indent-line-function): Applied the rename.
+
+       * ob-exp.el (org-babel-in-example-or-verbatim): Applied
+       rename.  Also removed a white space.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org.el (org-in-regexps-block-p): Return an useful value when
+       point is between START-RE and END-RE. No incomplete block is
+       allowed anymore.  Add another optional argument to bound the
+       bottom part of the search.
+       (org-narrow-to-block, org-in-block-p): Apply modifications.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob.el (org-babel-src-block-regexp): If a code block has a
+       body, its last character must be a newline.
+
+2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-footnote.el (org-footnote-next-reference-or-definition):
+       If no more footnote is found, be sure to go back to the
+       original position.  Otherwise, point might be left on a
+       footnote-like element that has been dished out.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob-exp.el (org-babel-inline-src-block-regexp): Declare this
+       variable.
+
+       * ob.el (defvar): Wrap variable declaration in
+       `eval-when-compile'.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob-keys.el (org-babel-key-bindings): Bound to `C-c C-v k'.
+
+2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
+
+       * ob-java.el (org-babel-execute:java): Allow cmdline flags
+       during compilation and evaluation.
+
+2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
+
+       * ob.el (org-babel-expand-body:generic, org-babel-number-p):
+       * ob-ref.el (org-babel-ref-parse): Fix typos.
+
+2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
+
+       * ob.el (org-babel-execute-src-block): Fix typo.
+
+2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
+
+       * org.el (org-link-unescape, org-link-unescape-compound): Fix typos.
+
+2011-11-20  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * org-list.el (org-list-send-item): Use sort instead of sort*.
+
 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
 
        * org-table.el (org-table-line-to-dline): Fix typo.
 
        * org-archive.el (org-archive-subtree): While it might be possible
        to archive an headline of a temporary buffer (i.e. not visiting a
-       file), it wouldn't be really sensical.
+       file), it wouldn't be really sensible.
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
 
        * org-capture.el (org-capture): If no file is associated to
-       current buffer, check dired buffer and try to retreive a possibly
+       current buffer, check dired buffer and try to retrieve a possibly
        directory associated.
 
 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
 
        * org-latex.el (org-export-latex-header-defs-re): Delete.
 
-2011-07-28  Bastien  <bzg@gnu.org>
+2011-07-28  Bastien Guerry  <bzg@gnu.org>
 
        * org.el (org-last-set-property): New variable.
        (org-read-property-name): Use the new variable: the prompt
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
 
        * org-latex.el (org-export-latex-preprocess): Rely on
-       `org-export-footnotes-markers' to retreive definition of the
+       `org-export-footnotes-markers' to retrieve definition of the
        current footnote during export.
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
        * ob-exp.el (org-babel-exp-in-export-file): Bind
        `org-link-search-inhibit-query' to t to inhibit prompts.
 
-2011-07-28  Julien Danjou  <julien@danjou.info>
-
-       * org-contacts.el: Merge org-contacts-wl.el.
-
 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
 
        * org-exp.el (org-export-add-options-to-plist): Use the right
        * org-agenda.el (org-agenda-open-link): Pass entire text of agenda
        line to `org-offer-links-in-entry'.
 
-2011-07-28  Michael Markert  <markert.michael@googlemail.com>
-
-       * org-contacts-wl.el: New file.
-
 2011-07-28  Matt Lundin  <mdl@imapmail.org>
 
        * org-bibtex.el (org-bibtex-search): New function.
        (org-agenda-open-link): Stop using prefix-length.
        (org-agenda-change-all-lines): Stop using prefix-length.
 
-       * org-colview-xemacs.el (org-columns-display-here): Stop using
-       prefix-length. Always return claned items.
-
        * org-colview.el (org-columns-display-here): Stop using
        prefix-length. Always return claned items.
 
        * org-list.el (org-list-blocks): New variable.
        (org-list-context): New function.
        (org-list-full-item-re): New variable.
-       (org-list-struct-assoc-at-point): Use new varible.
+       (org-list-struct-assoc-at-point): Use new variable.
        (org-list-struct): Rewrite of function.  Now, list data is
        collected by looking at the list line after line.  It reads the
        whole list each time because reading only a subtree was not enough
 
 2011-07-28  David Maus  <dmaus@ictsoc.de>
 
-       * org.el (org-link-escape): New unicode aware percent encoding
+       * org.el (org-link-escape): New Unicode aware percent encoding
        algorithm.
 
 2011-07-28  Sebastian Rose  <sebastian_rose@gmx.de>
        * org-protocol.el (org-protocol-unhex-single-byte-sequence): New
        function.  Decode hex-encoded singly byte sequences.
        (org-protocol-unhex-compound): Use new function if decoding sequence
-       as unicode character failed.
+       as Unicode character failed.
 
 2011-07-28  Bastien Guerry  <bzg@gnu.org>
 
        * ob.el (org-babel-params-from-properties): Test for
        "header-arg-name" and ":header-arg-name", in that order.
 
-2011-07-28  Bastien  <bastien.guerry@wikimedia.fr>
+2011-07-28  Bastien Guerry  <bzg@gnu.org>
 
        * org-capture.el (org-capture-templates): Document "currentfile"
        for capture template.
        Remove hard-wired configuration of minted export
        (org-export-latex-minted-with-line-numbers): Remove variable.
 
-2010-12-11  Bastien Guerry  <bzg@altern.org>
+2010-12-11  Bastien Guerry  <bzg@gnu.org>
 
        * org-clock.el (org-dblock-write:clocktable): Fix double
        reference to `link' in let construct.
 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
 
        * ob.el (org-babel-get-src-block-info): Form info list correctly
-       when parenthesised arguments are missing.
+       when parenthesized arguments are missing.
 
 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
 
        * org.el (org-make-link-string): Don't escape characters in link
        type.
 
-2010-11-11  Bastien Guerry  <bzg@altern.org>
+2010-11-11  Bastien Guerry  <bzg@gnu.org>
 
        * org-capture.el (org-capture-templates): Update docstring to
        advertise %:org-date.
        * ob-keys.el (org-babel-key-bindings): Key bindings for block
        demarcation.
 
-2010-11-11  Bastien Guerry  <bzg@altern.org>
+2010-11-11  Bastien Guerry  <bzg@gnu.org>
 
        * org.el (org-link-types): Add the "message" link type.
 
        * org.el (org-link-types): Add 'message:' link type to default
        link types.
 
-2010-11-11  Bastien Guerry  <bzg@altern.org>
+2010-11-11  Bastien Guerry  <bzg@gnu.org>
 
        * org-gnus.el (org-gnus-store-link): Add the :date property to
        gnus links, allowing the use of %:date in capture templates.
        * org.el (org-src-fontify-natively): Set to nil by default.
        Supply cutomize interface.
 
-2010-11-11  Bastien Guerry  <bzg@altern.org>
+2010-11-11  Bastien Guerry  <bzg@gnu.org>
 
        * org-ascii.el (org-export-as-ascii): Fix bug in ASCII export: use
        `org-bracket-link-analytic-regexp++' to match the link type.
 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
 
        * org-list.el (org-insert-item-internal): New function to handle
-       positionning and contents of an item being inserted at a specific
+       positioning and contents of an item being inserted at a specific
        pos. It is not possible anymore to split a term in a description
        list or a checkbox when inserting a new item.
 
        (org-org-menu): Remove the entry to configure LaTeX snippet
        processing.
 
-2010-11-11  Bastien Guerry  <bzg@altern.org>
+2010-11-11  Bastien Guerry  <bzg@gnu.org>
 
        * org-agenda.el (org-agenda-clock-goto): Use `\C-c\C-x\C-j' for
        `org-clock-goto' and `J' for `org-agenda-clock-goto'.  If the
 
        * org-capture.el (org-capture-templates): Fix customize type.
 
-2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
-
-       * org-colview-xemacs.el (org-columns-compile-map):
-       (org-columns-number-to-string):
-       (org-columns-string-to-number): Handle estimate ranges.
-       (org-estimate-mean-and-var): New function.
-       (org-estimate-combine): New function.
-       (org-estimate-print): New function.
-       (org-string-to-estimate): New function.
-
 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
 
        * org.el (org-refile-targets):
        * org-html.el (org-export-html-close-lists-maybe): Check if raw
        HTML stuff was actually made from an example.
 
-2010-07-19  Bastien Guerry  <bzg@altern.org>
+2010-07-19  Bastien Guerry  <bzg@gnu.org>
 
        * org-latex.el: Items are no longer skipped when their first line
        ends on a protected element.
        * org-exp-blocks.el (org-export-blocks-preprocess):
        Cleanup trailing newline after block.
 
-2010-07-19  Bastien Guerry  <bzg@altern.org>
+2010-07-19  Bastien Guerry  <bzg@gnu.org>
 
        * org-exp.el: Comment regexp now matches documentation.  No more
        protection check when deleting comments before export.
 
-2010-07-19  Bastien Guerry  <bzg@altern.org>
+2010-07-19  Bastien Guerry  <bzg@gnu.org>
 
        * org-exp.el (org-export-preprocess-string):
        Now using `org-export-handle-include-files-recurse' to resolve
        included files.
 
-2010-07-19  Bastien Guerry  <bzg@altern.org>
+2010-07-19  Bastien Guerry  <bzg@gnu.org>
 
        * org-agenda.el (org-agenda-get-deadlines)
        (org-agenda-get-scheduled):
        now instead of resetting on the cyclic repeating date.  This makes it
        much more obvious when you missed a repeating task after the repeater.
 
-2010-07-19  Bastien Guerry  <bzg@altern.org>
+2010-07-19  Bastien Guerry  <bzg@gnu.org>
 
        * org-exp.el (org-export-mark-blockquote-verse-center):
        Consider environments that end at eob.
        from latex backend specific instructions (#+LaTeX) are already
        protected and won't be treated as normal environments.
 
-2010-07-19  Bastien Guerry  <bzg@altern.org>
+2010-07-19  Bastien Guerry  <bzg@gnu.org>
 
        * org-timer.el (org-timer-set-timer): Fix typo in the docstring.
 
-2010-07-19  Bastien Guerry  <bzg@altern.org>
+2010-07-19  Bastien Guerry  <bzg@gnu.org>
 
        * org-timer.el (org-timer-set-timer): Use a prefix argument.
        See the docstring of the function.
 
-2010-07-19  Bastien Guerry  <bzg@altern.org>
+2010-07-19  Bastien Guerry  <bzg@gnu.org>
 
-       * org-timer.el (org-timer-set-timer): Fix bug about cancelling
+       * org-timer.el (org-timer-set-timer): Fix bug about canceling
        timers.
 
 2010-07-19  David Maus  <dmaus@ictsoc.de>
        t before calling `org-clock-out', so that that function can
        know its call context.
 
-2010-07-19  Bastien Guerry  <bzg@altern.org>
+2010-07-19  Bastien Guerry  <bzg@gnu.org>
 
        * org-timer.el (org-timer-default-timer): New variable.
        (org-timer-set-timer): Use the new variable.  Also offer the
        * org-src.el (org-edit-src-find-region-and-lang): Test for
        table.el as late as possible.
 
-       * org-colview-xemacs.el: Make sure this file is never loaded into
-       Emacs.  Remove all tests for XEmacs.
-
        * org-colview.el: Make sure this file is never loaded into XEmacs.
 
        * org-agenda.el (org-highlight, org-unhighlight): Use direct
        * org-compat.el (org-overlays-at): Function removed.
        (org-overlays-in): Function removed.
 
-2010-07-19  Bastien Guerry  <bzg@altern.org>
+2010-07-19  Bastien Guerry  <bzg@gnu.org>
 
        * org-clock.el (org-clock-set-current): Just return the headline
        itself, strip the TODO keyword, the priority cookie and the tags.
        * org-publish.el (org-publish-aux-preprocess): Control case
        sensitivity.
 
-2010-04-10  Bastien Guerry  <bzg@altern.org>
+2010-04-10  Bastien Guerry  <bzg@gnu.org>
 
        * org.el (org-splice-latex-header): Fix typo.
 
        restricted, as an agenda mode.
        (org-agenda-fontify-priorities): Allow simple colors as values.
 
-2010-04-10  Bastien Guerry  <bzg@altern.org>
+2010-04-10  Bastien Guerry  <bzg@gnu.org>
 
        * org-timer.el (org-timer-current-timer): Rename from
        `org-timer-last-timer'.
        * org-exp.el (org-export-format-source-code-or-example):
        Fix textarea tag.
 
-2010-04-10  Bastien Guerry  <bzg@altern.org>
+2010-04-10  Bastien Guerry  <bzg@gnu.org>
 
        * org-clock.el (org-clock-current-task): New variable to store
        last clocked in task.
        * org-exp.el (org-export): Use "1" as a sign to export only the
        subtree.
 
-       * org-colview-xemacs.el (org-columns-edit-value):
-       Use org-unrestricted property.
-
        * org-colview.el (org-columns-edit-value):
        Use org-unrestricted property.
 
        (org-agenda-colview-summarize): Handle extended summary types
        properly.
 
-       * org-colview-xemacs.el (org-columns-display-here): Don't try to
-       calculate values if the underlying property is not set.
-       (org-columns-string-to-number): Convert age strings back into
-       fractional days.
-       (org-agenda-colview-summarize): Handle extended summary types
-       properly.
-
 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
 
        * org-exp.el (org-export-format-drawer-function): New variable.
        org-return-follows-link' is set and there is nothing else to do in
        this line.
 
-2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
-
-       * org-colview-xemacs.el: Add in changes from org-colview.el.
-
 2009-11-13  Dan Davison  <davison@stats.ox.ac.uk>
 
        * org-exp-blocks.el: Modify split separator regexp to avoid empty
        (org-columns-compile-format): Support the additional parameter in
        org-columns-compile-map.
 
-2009-11-13  Bastien Guerry  <bzg@altern.org>
+2009-11-13  Bastien Guerry  <bzg@gnu.org>
 
        * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
        variable.
        buffer and at the position of the given clock.  However, changes
        to the current clock are local and have no effect on the user's
        active clock.  This allows, for example, far any clock to be
-       cancelled without cancelling the active clock.
+       canceled without canceling the active clock.
        (org-clock-clock-in): New inline function that switches the active
        clock to the given clock.  If either the argument RESUME, or the
        global `org-clock-in-resume', are non-nil, it will resume a clock
        * org.el (org-shifttab): Interpret arg differently when using only
        odd levels.
 
-2009-10-01  Bastien Guerry  <bzg@altern.org>
+2009-10-01  Bastien Guerry  <bzg@gnu.org>
 
        * org.el (org-check-agenda-file): Use a more explicit message.
 
        * org-exp.el (org-export-remove-special-table-lines): Don't remove
        normal lines.
 
-2009-10-01  Bastien Guerry  <bzg@altern.org>
+2009-10-01  Bastien Guerry  <bzg@gnu.org>
 
        * org.el (org-offer-links-in-entry): Don't use "Select link" as a
        prompt in the temporary window.
        * org-gnus.el (org-gnus-store-link): Restore the linking to a
        website.
 
-2009-09-02  Bastien Guerry  <bzg@altern.org>
+2009-09-02  Bastien Guerry  <bzg@gnu.org>
 
        * org-latex.el (org-export-latex-first-lines): Bugfix.
 
        * org-colview.el (org-columns, org-columns-redo)
        (org-agenda-columns): Don't use `goto-line'.
 
-       * org-colview-xemacs.el (org-columns, org-agenda-columns):
-       Don't use `goto-line'.
-
        * org-agenda.el (org-agenda-mode): Force visual line motion off.
        (org-agenda-add-entry-text-maxlines): Improve docstring.
        (org-agenda-start-with-entry-text-mode): New option.
        (org-remember-apply-template): Use `org-remember-escaped-%' to
        detect escaped % signs.
 
-2009-09-02  Bastien Guerry  <bzg@altern.org>
+2009-09-02  Bastien Guerry  <bzg@gnu.org>
 
        * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
        sound when showing the notification.
        * org-colview.el (org-columns-edit-value, org-columns-new)
        (org-insert-columns-dblock): Use org-icompleting-read.
 
-       * org-colview-xemacs.el (org-columns-edit-value)
-       (org-columns-new, org-insert-columns-dblock):
-       Use org-icompleting-read.
-
        * org-attach.el (org-attach-delete-one, org-attach-open):
        Use org-icompleting-read.
 
        * org-exp.el (org-export-format-source-code-or-example):
        Use listing package if requested by the user.
 
-2009-09-02  Bastien Guerry  <bzg@altern.org>
+2009-09-02  Bastien Guerry  <bzg@gnu.org>
 
        * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
        command before actually switching to a buffer.
        * org-macs.el (org-unmodified): Turn of modification hooks while
        running this macro.
 
-2009-08-06  Bastien Guerry  <bzg@altern.org>
+2009-08-06  Bastien Guerry  <bzg@gnu.org>
 
        * org.el (org-adapt-indentation): Slightly improve the docstring.
        (org-occur): Sends an error when the user inputs an empty string.
        (org-priority): Bugfix: the tag alignement should happen within
        save-excursion.
 
-2009-08-06  Bastien Guerry  <bzg@altern.org>
+2009-08-06  Bastien Guerry  <bzg@gnu.org>
 
        * org.el (org-make-link-regexps): Don't exclude parentheses from
        `org-plain-link-re'.
        * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
        an abbreviated format for days.
 
-2009-08-06  Bastien Guerry  <bzg@altern.org>
+2009-08-06  Bastien Guerry  <bzg@gnu.org>
 
        * org-protocol.el (org-protocol-default-template-key):
        New option.
        (org-update-parent-todo-statistics): Possibly use the new allowed
        value of `org-provide-todo-statistics'.
 
-2009-08-06  Bastien Guerry  <bzg@altern.org>
+2009-08-06  Bastien Guerry  <bzg@gnu.org>
 
        * org-timer.el: Add autoload cookie.
 
        (org-update-parent-todo-statistics): Possibly use the new
        'all-headline value from `org-provide-todo-statistics'.
 
-2009-08-06  Bastien Guerry  <bzg@altern.org>
+2009-08-06  Bastien Guerry  <bzg@gnu.org>
 
        * org-clock.el (org-dblock-write:clocktable): Add a new option
        :timestamp which allows display of timestamps in clock reports.
        * org.el (org-eval-in-calendar): Select the right frame.
        (org-save-frame-excursion): Remove this macro.
 
-2009-08-06  Bastien Guerry  <bzg@altern.org>
+2009-08-06  Bastien Guerry  <bzg@gnu.org>
 
        * org-list.el (org-list-beginning-re): Bugfix: don't use * when
        trying to find the beginning of a list.
        (org-id-method): Use `org-id-uuid-program'.
        (org-id-new): Use `org-id-uuid-program'.
 
-2009-08-06  Bastien Guerry  <bzg@altern.org>
+2009-08-06  Bastien Guerry  <bzg@gnu.org>
 
        * org-exp.el (org-export-number-lines): Allow whitespace in code
        references.  Allow the -r switch to remove the references in the
        * org-clock.el (org-show-notification-handler): New option.
        (org-show-notification): Use the new option.
 
-2009-08-06  Bastien Guerry  <bzg@altern.org>
+2009-08-06  Bastien Guerry  <bzg@gnu.org>
 
        * org.el (org-eval-in-calendar): Fix a bug about calendar
        navigation when `calendar-setup' value is 'calendar-only.
 
-2009-08-06  Bastien Guerry  <bzg@altern.org>
+2009-08-06  Bastien Guerry  <bzg@gnu.org>
 
        * org.el (orgstruct++-mode): Fix typo in docstring.
        (org-insert-link): Clean up: (or (...)) => (...)
        (org-insert-link): Use TAB for stored links completion.
 
-2009-08-06  Bastien Guerry  <bzg@altern.org>
+2009-08-06  Bastien Guerry  <bzg@gnu.org>
 
        * org.el (org-get-refile-targets): Fix bug: don't ignore case when
        building the list of targets.
        * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
        premature deletion of the data when using org-plot in a script.
 
-2009-08-06  Bastien Guerry  <bzg@altern.org>
+2009-08-06  Bastien Guerry  <bzg@gnu.org>
 
        * org-clock.el (org-clock-in-prepare-hook): New hook.
        (org-clock-in): Use this new hook.
 
-2009-08-06  Bastien Guerry  <bzg@altern.org>
+2009-08-06  Bastien Guerry  <bzg@gnu.org>
 
        * org.el (org-special-ctrl-a/e): Explicitly bind the value
        'reversed for this option to the "true line boundary first"
        in column values.
        (org-columns-capture-view): Exclude comment and archived trees.
 
-       * org-colview-xemacs.el (org-columns-capture-view):
-       Protect vertical bars in column values.
-       (org-columns-capture-view): Exclude comment and archived trees.
-
        * org.el (org-quote-vert): New function.
 
        * org-latex.el (org-export-latex-verbatim-wrap): New option.
        * org-colview.el (org-dblock-write:columnview): Allow indented
        #+TBLFM line.
 
-       * org-colview-xemacs.el (org-dblock-write:columnview):
-       Allow indented #+TBLFM line.
-
        * org-clock.el (org-dblock-write:clocktable): Allow indented
        #+TBLFM line.
 
 
        * org.el (org-enable-priority-commands): New option.
 
-       * org-colview-xemacs.el (org-columns-compute)
-       (org-columns-number-to-string): Fix problems with empty fields.
-
        * org-colview.el (org-columns-compute)
        (org-columns-number-to-string): Fix problems with empty fields.
 
 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
 
        * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
-       better bufer-generating mechanism.
+       better buffer-generating mechanism.
        (org-edit-src-find-buffer): New function.
 
        * org-icalendar.el (org-print-icalendar-entries): Don't check for
        (org-export-region-as-latex): Use the property list.
        (org-export-as-latex): ????
 
-       * org-colview-xemacs.el (org-columns-remove-overlays)
-       (org-columns): Fix call to `local-variable-p'.
-
 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
 
        * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
 
        * org-exp.el (org-export-splice-attributes): New function.
 
-2009-08-06  Bastien Guerry  <bzg@altern.org>
+2009-08-06  Bastien Guerry  <bzg@gnu.org>
        Daniel M German  <dmg@uvic.org>
        Sebastian Rose  <sebastian_rose@gmx.de>
        Ross Patterson  <me@rpatterson.net>
        (org-columns-remove-overlays): Restore the value of `truncate-lines'.
        (org-columns): Remember the value of `truncate-lines'.
 
-       * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
-       New variable.
-       (org-columns-remove-overlays): Restore the value of
-       `truncate-lines'.
-       (org-columns): Remember the value of `truncate-lines'.
-
        * org.el (org-columns-skip-arrchived-trees): New option.
 
        * org-agenda.el (org-agenda-export-html-style): Define color for
 
        * org-exp.el (org-export-as-ascii): Improve export of plain lists.
 
-2009-08-06  Bastien Guerry  <bzg@altern.org>
+2009-08-06  Bastien Guerry  <bzg@gnu.org>
 
        * org.el (org-toggle-fixed-width-section): Bug fix: insert a
        column and a space, not only a column.
 
        * org.el (org-enforce-todo-checkbox-dependencies): New option.
        (org-block-todo-from-checkboxes): New function.
-       (org-todo): Make tripple prefix arg circumvent blocking.
+       (org-todo): Make triple prefix arg circumvent blocking.
 
 2009-01-30  Glenn Morris  <rgm@gnu.org>
 
        Better error catching when a date/time property does not have allowed
        values defined.
 
-       * org-colview-xemacs.el (org-colview-construct-allowed-dates):
-       Better error catching when a date/time property does not have
-       allowed values defined.
-
 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
 
        * org.el (org-map-entries): Restore point and restriction after
        * org-colview.el (org-columns-edit-value, org-columns-new)
        (org-insert-columns-dblock): Use `org-ido-completing-read'.
 
-       * org-colview-xemacs.el (org-columns-edit-value)
-       (org-columns-new, org-insert-columns-dblock):
-       Use `org-ido-completing-read'.
-
        * org-attach.el (org-attach-delete-one, org-attach-open):
        Use `org-ido-completing-read'.
 
        * org-archive.el (org-archive-to-archive-sibling): Handle top
        level headlines better.
 
-2008-10-26  Bastien Guerry  <bzg@altern.org>
+2008-10-26  Bastien Guerry  <bzg@gnu.org>
 
        * org-export-latex.el (org-export-latex-classes):
        Add \usepackage{graphicx} to the default list of packages.
        * org-colview.el (org-columns-get-format-and-top-level):
        Remove resetting the marker.
 
-       * org-colview-xemacs.el (org-columns-get-format-and-top-level):
-       Remove resetting the marker.
-
        * org.el (org-entry-property-inherited-from): Improve docstring.
        (org-entry-get-with-inheritance): Reset marker before starting the
        search.
        New functions, similar to the outline versions, but invisible headings
        are OK.
 
-2008-10-12  Bastien Guerry  <bzg@altern.org>
+2008-10-12  Bastien Guerry  <bzg@gnu.org>
 
        * org.el (org-auto-repeat-maybe): Insert a space between
        the timestamp's type and the timestamp itself.
 
        * org.el (org-map-entries): Protect the keyword-selecting variables.
 
-2008-10-12  Bastien Guerry  <bzg@altern.org>
+2008-10-12  Bastien Guerry  <bzg@gnu.org>
 
        * org-agenda.el (org-agenda-to-appt): Make sure the function check
        against all agenda files.
 
 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
-       Bastien Guerry  <bzg@altern.org>
+           Bastien Guerry  <bzg@gnu.org>
 
        * org-list.el: New file, aggregating list functions from org.el
        and org-export-latex.el.
        * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
        time before 1am.
 
-2008-10-12  Bastien Guerry  <bzg@altern.org>
+2008-10-12  Bastien Guerry  <bzg@gnu.org>
 
        * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
 
 
        * org-compat.el (org-propertize): New function.
 
-2008-10-12  Bastien Guerry  <bzg@altern.org>
+2008-10-12  Bastien Guerry  <bzg@gnu.org>
 
        * org-export-latex.el (org-export-latex-tables): Protect exported
        tables from further special chars conversion.
        (org-columns-next-allowed-value):
        Use `org-colview-construct-allowed-dates'.
 
-       * org-colview-xemacs.el (org-colview-construct-allowed-dates):
-       New function.
-       (org-columns-next-allowed-value):
-       Use `org-colview-construct-allowed-dates'.
-
        * org.el (org-protect-slash): New function.
        (org-get-refile-targets): Use `org-protect-slash'.
 
 
        * org.el (org-log-note-extra): New variable.
 
-2008-10-12  Bastien Guerry  <bzg@altern.org>
+2008-10-12  Bastien Guerry  <bzg@gnu.org>
 
        * org.el (org-additional-option-like-keywords): Add keywords for
        the _QUOTE, _VERSE and _SRC environments.
        * org-colview.el (org-columns-display-here):
        Use `org-columns-modify-value-for-display-function'.
 
-       * org-colview-xemacs.el (org-columns-display-here):
-       Use `org-columns-modify-value-for-display-function'.
-
        * org.el (org-columns-modify-value-for-display-function): New option.
 
        * org-publish.el (org-publish-file): Make sure the directory match
 
        * org-colview.el (org-columns-next-allowed-value): Bug fix.
 
-       * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
-
        * org-agenda.el (org-agenda-get-closed): Get the end time into the
        agenda prefix as well.
 
 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
 
        * org.el (org-schedule, org-deadline): Protect scheduled and
-       deadline tasks against changes that accidently remove the
+       deadline tasks against changes that accidentally remove the
        repeater.  Also show a message with the new date when done.
 
 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
        * org-colview.el (org-columns-next-allowed-value): Handle next
        argument NTH to directly select a value.
 
-       * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
-       argument NTH to directly select a value.
-
 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
 
        * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
        * org-clock.el (org-clock-display, org-clock-out)
        (org-update-mode-line): Use `org-time-clocksum-format'.
 
-       * org-colview-xemacs.el (org-columns-number-to-string):
-       Use `org-time-clocksum-format'.
-
        * org-colview.el (org-columns-number-to-string):
        Use `org-time-clocksum-format'.
 
        (org-structure-template-alist): New, experimental option.
        (org-complete): Call `org-complete-expand-structure-template'.
 
-2008-06-17  Bastien Guerry  <bzg@altern.org>
+2008-06-17  Bastien Guerry  <bzg@gnu.org>
 
        * org-export-latex.el (org-export-latex-preprocess):
        Add support for blockquotes.
 ;; add-log-time-zone-rule: t
 ;; End:
 
-       Copyright (C) 2008-201 Free Software Foundation, Inc.
+       Copyright (C) 2008-2012 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.