summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2010-07-18 09:00:42 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2010-07-18 09:00:42 +0200
commit1c3f69ea288115820df646119e32eaf57dd73a95 (patch)
tree84400eff290e1a05ab1c229a9c215f6ca832f1e8
parent4df0e1b91504764a8d35aa19173f0329d15503be (diff)
downloadorg-mode-1c3f69ea288115820df646119e32eaf57dd73a95.tar.gz
Finishing touches to the release notes
-rw-r--r--ORGWEBPAGE/Changes.org34
1 files changed, 17 insertions, 17 deletions
diff --git a/ORGWEBPAGE/Changes.org b/ORGWEBPAGE/Changes.org
index 03dd321..4f5b4fa 100644
--- a/ORGWEBPAGE/Changes.org
+++ b/ORGWEBPAGE/Changes.org
@@ -278,23 +278,6 @@ Org-mode buffer by pressing =C-c C-v h=. In addition this
integration has included a number of bug fixes, and a significant
amount of internal code cleanup.
-*** Help system for finding entities
-
-The new command =M-x org-entities-help= creates a structured
-buffer that lists all entities available in Org. Thanks to Ulf
-Stegeman for adding the necessary structure to the internal
-entity list.
-
-*** Implement pretty display of entities, sub-, and superscripts.
-
-The command =C-c C-x \= toggles the display of Org's special
-entities like =\alpha= as pretty unicode characters. Also, sub
-and superscripts are displayed in a pretty way. If you want to
-exclude sub- and superscripts, see the variable
-=org-pretty-entities-include-sub-superscripts=.
-
-Thanks to Eric Schulte and Ulf Stegeman for making this possible.
-
*** The default capture system for Org mode is now called org-capture
This replaces the earlier system org-remember. The manual only
@@ -332,6 +315,23 @@ To switch over to the new system:
implementation. During a test time, there is nothing wrong
with using both system in parallel.
+*** Implement pretty display of entities, sub-, and superscripts.
+
+The command =C-c C-x \= toggles the display of Org's special
+entities like =\alpha= as pretty unicode characters. Also, sub
+and superscripts are displayed in a pretty way. If you want to
+exclude sub- and superscripts, see the variable
+=org-pretty-entities-include-sub-superscripts=.
+
+Thanks to Eric Schulte and Ulf Stegeman for making this possible.
+
+*** Help system for finding entities
+
+The new command =M-x org-entities-help= creates a structured
+buffer that lists all entities available in Org. Thanks to Ulf
+Stegeman for adding the necessary structure to the internal
+entity list.
+
*** New module to create Gantt charts
Christian Egli's /org-taskjuggler.el/ module is now part of Org.