Document changes in 6.21.

This commit is contained in:
Carsten Dominik 2009-02-02 12:24:43 +01:00
parent 193fab0788
commit e6efa3cced
1 changed files with 24 additions and 2 deletions

View File

@ -10,12 +10,34 @@
#+LINK_UP: index.html
#+LINK_HOME: http://orgmode.org
* Version 6.20
* Version 6.21
:PROPERTIES:
:VISIBILITY: content
:END:
This covers everything unp to and including 6.20i.
* Details
** Changes to some default values of variables:
Here are the new default values:
#+begin_example
(setq org-return-follows-link t)
(setq org-use-fast-todo-selection t)
(setq org-yank-adjusted-subtrees nil)
(setq org-tags-column -77)
(setq org-agenda-sorting-strategy
'((agenda time-up priority-down category-keep)
(todo time-up priority-down category-keep)
(tags time-up priority-down category-keep)
(search category-keep)))
#+end_example
* Version 6.20
** Details