aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org
diff options
context:
space:
mode:
authorGlenn Morris2014-10-13 16:55:41 -0400
committerGlenn Morris2014-10-13 16:55:41 -0400
commit2cae8632b75245e232030244159963287ffc6231 (patch)
tree6a531342d72313839eac4e20e95525f6b1893806 /lisp/org
parent2b882ee7556d07f874e3fcf51939604d6dd20197 (diff)
parent440cb8f6cca0ec36a4f83b5ab0b31d615036a5d7 (diff)
downloademacs-2cae8632b75245e232030244159963287ffc6231.tar.gz
emacs-2cae8632b75245e232030244159963287ffc6231.zip
Merge from emacs-24; up to 2014-07-27T01:00:26Z!fgallina@gnu.org
Diffstat (limited to 'lisp/org')
-rw-r--r--lisp/org/ChangeLog17
1 files changed, 16 insertions, 1 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index 38e2eb7a96f..3910a71db3f 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -1,3 +1,18 @@
12014-10-12 Marco Wahl <marcowahlsoft@gmail.com>
2
3 * org-agenda.el (org-get-entries-from-diary): Use
4 `diary-fancy-display' instead of the obsolete
5 `diary-display-hook'.
6
72014-10-12 Nicolas Goaziou <mail@nicolasgoaziou.fr>
8
9 * ox.el (org-export-async-start): Limit first argument to lambda
10 expressions.
11
12 * ox-publish.el (org-publish, org-publish-all)
13 (org-publish-current-file): Replace `ignore', per limit stated
14 above.
15
12014-10-12 Christopher Schmidt <ch@ristopher.com> 162014-10-12 Christopher Schmidt <ch@ristopher.com>
2 17
3 * org.el (orgstruct-make-binding): Do not use loop in interpreted code. 18 * org.el (orgstruct-make-binding): Do not use loop in interpreted code.
@@ -1268,7 +1283,7 @@
1268 * org-habit.el (org-habit-parse-todo): Match all TODO keywords, 1283 * org-habit.el (org-habit-parse-todo): Match all TODO keywords,
1269 not just "TODO". 1284 not just "TODO".
1270 1285
12712013-01-07 U-usuario <rbenit68@yahoo.es> (tiny change) 12862013-01-07 Miguel Ruiz <rbenit68@yahoo.es> (tiny change)
1272 1287
1273 * ob-gnuplot.el (org-babel-gnuplot-quote-tsv-field): Fix code 1288 * ob-gnuplot.el (org-babel-gnuplot-quote-tsv-field): Fix code
1274 typo. 1289 typo.