]> code.delx.au - gnu-emacs/blobdiff - lisp/org/ChangeLog
Merge from emacs-24; up to 2012-04-24T08:35:02Z!lekktu@gmail.com
[gnu-emacs] / lisp / org / ChangeLog
index 8cdc90109b361295206845dfceee32ef1785639f..2d2bf6997491c2d2da0b8010d06a1b2787053579 100644 (file)
@@ -1,3 +1,106 @@
+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):