Hi Carsten, Thanks for this release!
Carsten Dominik <[EMAIL PROTECTED]> writes: > - HTML export: inlining images, and clickable images. Now I can see no excuse for not using org-mode to easily write tutorials with emacs! Cool. > - Tracking TODO state changes with time stamps and notes. This was > proposed by Dmitri Minaev. Works like a charm for me. Even cycling through states from the agenda buffer (listing TODO keywords) works fine. > - Links in iCalendar export cleaned up. Suits my needs perfectly. Thanks ! PS: here is a very small patch replacing tags-tree by tags-todo on line 12115. Related to the patch i posted some days ago. --- /home/guerry/elisp/testing/org2/org.el 2006-12-20 18:36:49.000000000 +0100 +++ /home/guerry/elisp/testing/org/org.el 2006-12-20 08:34:16.000000000 +0100 @@ -12112,7 +12112,7 @@ ((stringp type) type) ((eq type 'tags) "Tags query") ((eq type 'todo) "TODO keyword") - ((eq type 'tags-todo) "Tags (TODO)") + ((eq type 'tags-tree) "Tags (TODO)") ((eq type 'tags-tree) "Tags tree") ((eq type 'todo-tree) "TODO kwd tree") ((eq type 'occur-tree) "Occur tree") -- Bastien _______________________________________________ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode