From d4a4877f9abe842bdf1ec399bcdf929e2d70d0d2 Mon Sep 17 00:00:00 2001 From: Nikolai Weibull Date: Tue, 25 Aug 2015 07:52:14 +0200 Subject: [PATCH] Add news about org-agenda-insert-diary-strategy --- etc/ORG-NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index f1d85c1aa..dc0d8b19f 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS @@ -12,6 +12,9 @@ Please send Org bug reports to emacs-orgmode@gnu.org. ** New features *** Org linter ~org-lint~ can check syntax and report common issues in Org documents. +*** New option ~date-tree-last~ for ~org-agenda-insert-diary-strategy~ +When ~org-agenda-insert-diary-strategy~ is set to ~date-tree-last~, diary +entries are added to last in the date tree. ** New functions ~org-show-children~ is a faster implementation of ~outline-show-children~.