emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Org-mode 4.60


From: Bastien
Subject: Re: [Orgmode] Org-mode 4.60
Date: Wed, 20 Dec 2006 18:40:43 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.0 (gnu/linux)

Hi Carsten,

Thanks for this release!  

Carsten Dominik <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]