emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bastien <bzg@altern.org>
To: emacs-orgmode@gnu.org
Subject: Re: Org-mode 4.60
Date: Wed, 20 Dec 2006 18:40:43 +0100	[thread overview]
Message-ID: <87hcvqlb38.fsf@tallis.ilo.ucl.ac.uk> (raw)
In-Reply-To: <52998e1393cd682bb775ad00b203d29f@science.uva.nl> (Carsten Dominik's message of "Wed\, 20 Dec 2006 08\:35\:39 +0100")

Hi Carsten,

Thanks for this release!  

Carsten Dominik <dominik@science.uva.nl> 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	other threads:[~2006-12-20 17:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-20  7:35 Org-mode 4.60 Carsten Dominik
2006-12-20 17:40 ` Bastien [this message]
2006-12-20 18:47 ` Leo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87hcvqlb38.fsf@tallis.ilo.ucl.ac.uk \
    --to=bzg@altern.org \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).