|
@@ -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.
|