merge trunk
[bpt/emacs.git] / lisp / org / ChangeLog
index 2a188c5..cf9c320 100644 (file)
+2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Don't use the abbreviation "win" to refer to Windows (Bug#10421).
+       * ob-lilypond.el (ly-w32-ly-path): Rename from ly-win32-ly-path.
+       (ly-w32-pdf-path): Rename from ly-win32-pdf-path.
+       (ly-w32-midi-path): Rename from ly-win32-midi-path.
+       (ly-determine-ly-path, ly-determine-pdf-path, ly-determine-midi-path):
+       Check for "windows-nt", not "win32", in system-type.
+
+2012-06-02  Chong Yidong  <cyd@gnu.org>
+
+       * org-clock.el (org-clock-string-limit)
+       (org-clock-modeline-total, org-clock-task-overrun-text)
+       (org-clock-mode-line-entry): Doc fix, "modeline" -> "mode line".
+
+2012-05-27  Mark Shoulson  <mark@kli.org>  (tiny change)
+
+       * org.el (org-fontify-entities): Fix bug: The entities \sup[123] and
+       \there4 were not "prettified" when org-pretty-entities was enabled.
+
+2012-05-27  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org.el (org-font-lock-add-priority-faces):
+       Restrict priorities fontification to headlines and inlinetasks.
+
+2012-05-27  Jambunathan K  <kjambunathan@gmail.com>
+
+       * org-odt.el (org-odt-init-outfile)
+       (org-odt-write-manifest-file):
+       Disable `nxml-auto-insert-xml-declaration-flag'.
+
+       * org-lparse.el (org-do-lparse): Don't trigger auto-mode processing.
+
+2012-05-27  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-scan-tags): Fix bug when building the scanner regexp.
+
+2012-05-27  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (org-babel-capitalize-examplize-region-markers):
+       Controls the capitalization of begin and end example blocks.
+       (org-babel-examplize-region):
+       Optionally capitalize example block delimiters.
+
+       * ob-plantuml.el (org-babel-execute:plantuml):
+       Add a :java header argument to plantuml.
+
+       * org-exp-blocks.el (org-export-blocks-preprocess):
+       Even when the body of a block is not indented the boundary markers
+       should be indented to their original positions so things like list
+       indentation still work.
+
+       * ob.el (org-babel-parse-src-block-match):
+       Save match data during indentation check.
+
+2012-05-27  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-scan-tags): Correctly match TODO keywords.
+
+2012-05-27  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org-list.el (org-list-struct): Fix white spaces.
+       (org-list-swap-items, org-list-send-item): Fix visibility preservation.
+
+       * org-list.el (org-list-swap-items, org-list-send-item):
+       Preserve visibility when moving items.
+
+2012-05-27  Mark E. Shoulson  <mark@kli.org>  (tiny change)
+
+       * org.el (org-fontify-entities): Hide {} when prettifying entities.
+
+2012-05-27  Bastien Guerry  <bzg@gnu.org>
+
+       * org.el (org-cycle-internal-global): Prevent the display of
+       messages when cycling from with a Gnus article buffer.
+
+       * org-table.el (org-table-time-seconds-to-string):
+       Fix bug about handling a negative duration value.
+
+2012-05-27  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org.el (org-link-expand-abbrev): Fix docstring.
+
+       * org.el (org-translate-link): Fix bug.
+
+2012-05-27  Bastien Guerry  <bzg@gnu.org>
+
+       * org-agenda.el (org-agenda-bulk-mark-regexp):
+       Fix bug when setting the number of marked entries.
+
+       * org-table.el (org-tbl-calc-modes): Rename from `org-table-modes'.
+       (org-set-calc-mode, org-table-eval-formula): Use it.
+
+2012-05-27  Eric Schulte  <eric.schulte@gmx.com>
+
+       * ob.el (org-babel-find-named-result):
+       Fix bug finding empty named results.
+
+2012-05-27  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org.el (org-set-regexps-and-options):
+       Fix `org-planning-or-clock-line-re' regexp.  Indeed "\\>" will never
+       match since time keywords must end with colons, which are not word
+       constituents.
+
+2012-05-27  Bastien Guerry  <bzg@gnu.org>
+
+       * org-ctags.el (org-ctags-new-topic-template):
+       Fix the option default value back again.
+
+2012-05-27  Eric Schulte  <eric.schulte@gmx.com>
+
+       * org-bibtex.el (org-bibtex-export-to-kill-ring):
+       Don't rely on kill-new to return a string.
+
+       * org-bibtex.el (org-bibtex-headline):
+       Remove call to bibtex-reformat which often hangs.
+
+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
        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-drill.el (org-drill-leech-method, org-drill-scope)
-       (org-drill-spaced-repetition-algorithm): Fix wrong :type spec.
-
 2012-01-03  Bastien Guerry  <bzg@gnu.org>
 
        * org.el (org-property-re): Also match cumulating properties
 
 2012-01-03  Litvinov Sergey  <slitvinov@gmail.com>
 
-       * ob-octave.el: add graphical output to png file
+       * ob-octave.el: Add graphical output to png file.
 
 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
 
 
 2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
 
-       * org.el Key bindings: remap the Outline functions from
+       * 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-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
+       paragraph after.  Also changed newline placement to be the same
        as for other blocks.
 
 2012-01-03  Roberto Huelga  <rhuelga@gmail.com>
        (org-odt-styles-dir, org-export-odt-schema-dir): New
        variables.
 
-       * org-odt.el: New file.
-
-       * org-lparse: New file.
+       * org-odt.el, org-lparse.el: New files.
 
 2012-01-03  Carsten Dominik  <carsten.dominik@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.
+       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.
 
        * 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
+       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)
 2012-01-03  Suvayu Ali  <fatkasuvayu+linux@gmail.com>  (tiny change)
 
        * org-inlinetask.el (org-inlinetask): New customizable face
-       for inlinetasks
+       for inlinetasks.
 
 2012-01-03  Bastien Guerry  <bzg@gnu.org>
 
        (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.
+       expected.  It must be a time value now.
 
 2012-01-03  Bastien Guerry  <bzg@gnu.org>
 
        (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.
+       (org-indent-add-properties): Reflect changes to variables.
+       The resume timer is now global.
 
 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
+       `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-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
+       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
 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
+       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
        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
+       trims content.  Make sure that the content is flanked by
        paragraph boundaries on either side.
 
 2012-01-03  Bastien Guerry  <bzg@gnu.org>
 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
+       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.
 2011-07-28  Matt Lundin  <mdl@imapmail.org>
 
        * org-bibtex.el (org-bibtex-create, org-bibtex-write): Change
-       argument of `org-toggle-tag' to 'on. (Other arguments, e.g., t,
+       argument of `org-toggle-tag' to 'on.  (Other arguments, e.g., t,
        have no effect).
 
 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
 
        * ob-haskell.el (org-babel-haskell-export-to-lhs): Call
        `kill-buffer' with argument indiciating to kill current
-       buffer. Emacs 22 compatibility.
+       buffer.  Emacs 22 compatibility.
 
 2011-07-28  David Maus  <dmaus@ictsoc.de>
 
 
        * org-exp.el (org-export-preprocess-string): If the last subtree
        is commented, footnotes inserted during normalizing at the end of
-       the buffer may get deleted. This patch ensures deletion comes
+       the buffer may get deleted.  This patch ensures deletion comes
        first, normalization second.
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
 
        * org-footnote.el (org-footnote-goto-definition): Now, determining
        if point is at a footnote reference is entirely determined by
-       `org-footnote-at-reference-p'. No need to check if pattern isn't
+       `org-footnote-at-reference-p'.  No need to check if pattern isn't
        at beginning of the line elsewhere.
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
 
        * org-exp.el (org-export-backends): New variable.
        (org-export-select-backend-specific-text): Use above
-       variable. Also mark text between #+BACKEND and
+       variable.  Also mark text between #+BACKEND and
        #+BEGIN_BACKEND...#+END_BACKEND with org-native-text property.
        This text property is currently used only by the new line-oriented
        generic exporter (which is not yet part of the repo).
        * org-exp.el (org-export): Use new compatibility function
        `org-activate-mark'.
 
-       * org-compat.el (org-activate-mark): New function. Provide
+       * org-compat.el (org-activate-mark): New function.  Provide
        `activate-mark' if not present (e.g. Emacs 22).
 
 2011-07-28  David Maus  <dmaus@ictsoc.de>
        * org-html.el (org-export-as-html): Don't expand non-data lines of
        table.el tables.
        (org-html-expand): Removed the (buggy) test for non-data lines
-       in table.el tables. The test is now done as part of
+       in table.el tables.  The test is now done as part of
        org-export-as-html.
        (org-format-table-table-html-using-table-generate-source):
        Added test for spanning of cells in table.el tables using
-       table.el's own library routine. Optionlly Suppress export of
+       table.el's own library routine.  Optionally suppress export of
        simple table.el tables.
        (org-format-table-html): Removed the (buggy) test for spanned
-       table.el tables. The test is now done as part of
+       table.el tables.  The test is now done as part of
        org-format-table-table-html-using-table-generate-source.
 
 2011-07-28  Carsten Dominik  <carsten.dominik@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.
        function would not pay attention to drawers or blocks indentation.
        Thus, such constructs couldn't consistently end an item or a list.
        This patch ensures line indentation is stored (if applicable)
-       before skipping them. Also fixed doc-string and comments.
+       before skipping them.  Also fixed doc-string and comments.
 
 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
 
 2011-07-28  Julien Danjou  <julien@danjou.info>
 
        * org-latex.el (org-export-latex-date-format): Change default date
-       format to \today. This has the same result but respects the
+       format to \today.  This has the same result but respects the
        language set in the document by default.
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
        (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.
+       prefix-length.  Always return claned items.
 
        * org-mobile.el (org-mobile-write-agenda-for-mobile): Stop using
        prefix-length.
 
 2011-07-28  Bastien Guerry  <bzg@gnu.org>
 
-       * org-html.el (org-export-as-html): bugfix: insert email
+       * org-html.el (org-export-as-html): Bugfix: insert email
        correctly.
 
 2011-07-28  Bastien Guerry  <bzg@gnu.org>
 2011-07-28  Julien Danjou  <julien@danjou.info>
 
        * org-macs.el (org-with-point-at): Store evaluated version of
-       pom. This fixes a potential bug when using (org-with-point-at
+       pom.  This fixes a potential bug when using (org-with-point-at
        (func) â€¦), where (func) would be evaluated multiple times,
        therefore might return different results if a marker was returned
        and different each time.
 
 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
 
-       * org.el (org-toggle-item): Now accepts a prefix argument. When
+       * org.el (org-toggle-item): Now accepts a prefix argument.  When
        used without argument on normal text, it will make the whole
        region one item.  With an argument, it defaults to old behavior:
        change each line in region into an item.
        * org-inlinetask.el (org-inlinetask-export-templates): Slightly
        modify templates so environment boundaries don't interfere with
        content of task.  Unprotect content of task so it might benefit
-       from further transformations. Set original-indentation property to
+       from further transformations.  Set original-indentation property to
        a high value to ensure that task is always in the last item of the
        list.  Also, apply templates later in export process.
 
        * org-exp.el (org-export-preprocess-string): Mark list endings
        before babel blocks preprocessing starts, so blank lines that may
        be inserted do not break list's structure.  Then, mark list with
-       special properties required by exporters. Thus output from babel
+       special properties required by exporters.  Thus output from babel
        can easily be included in lists.
        (org-export-mark-list-end): New function.
        (org-export-mark-list-properties): New function.
        helper function is not optional anymore.
        (org-list-get-all-items): Shorten code with the help of cl.el.
        (org-list-get-children): Now returns all children of item, even if
-       they do not belong to the same list. Renamed from
+       they do not belong to the same list.  Renamed from
        `org-list-get-all-children'.
        (org-list-get-list-begin): Function wasn't return value when item
        was already the first item of the list at point.
        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  Carsten Dominik  <carsten.dominik@gmail.com>
 
        * org-capture.el (org-capture-templates): New capture property
-       `:kill-buffer'. (org-capture-finalize): Kill target buffer if that
-       is desired.
-       (org-capture-target-buffer): Remember if we have to make the
-       buffer.
+       `:kill-buffer'.
+       (org-capture-finalize): Kill target buffer if that is desired.
+       (org-capture-target-buffer): Remember if we have to make the buffer.
 
 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
 
        * 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.
 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
 
        * org-list.el (org-list-insert-item-generic): Updating checkboxes
-       can modifiy bottom point of a list, so make it a marker before
+       can modify bottom point of a list, so make it a marker before
        calling `org-update-checkbox-count-maybe'.
 
 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
 
        * org.el (org-src-fontify-natively): Set to nil by default.
-       Supply cutomize interface.
+       Supply customize 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.
 
        * org-list.el (org-insert-item-internal): New function to handle
        positioning and contents of an item being inserted at a specific
-       pos. It is not possible anymore to split a term in a description
+       pos.  It is not possible anymore to split a term in a description
        list or a checkbox when inserting a new item.
 
        * org-list.el (org-insert-item): Refactored by using the new
        (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 canceling
        timers.
        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
 
 2009-11-13  John Wiegley  <jwiegley@gmail.com>
 
-       * org-clock.el
-       (org-clock-auto-clock-resolution): Now takes three values: nil, t
-       and `when-no-clock-is-running'.
+       * org-clock.el (org-clock-auto-clock-resolution): Now takes three
+       values: nil, t and `when-no-clock-is-running'.
        (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
        whether or not to resolve Org buffers on clock in.
 
        (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.
        * 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.
 
        (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.
        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.
 
        * 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-2012  Free Software Foundation, Inc.
+       Copyright (C) 2008-2012 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.