emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Org-mode 4.60
@ 2006-12-20  7:35 Carsten Dominik
  2006-12-20 17:40 ` Bastien
  2006-12-20 18:47 ` Leo
  0 siblings, 2 replies; 3+ messages in thread
From: Carsten Dominik @ 2006-12-20  7:35 UTC (permalink / raw)
  To: emacs-orgmode

Hi,

I have released org-mode 4.60 at

http://www.astro.uva.nl/~dominik/Tools/org/


Changes in version 4.60
-----------------------

- HTML export: inlining images, and clickable images.
   Images accessed through an http locator can be inlined into
   an exported HTML file.  You can also make clickable images.
   See manual section 10.2.4 for details.  Thanks to Scott
   Jaderholm for bringing this up.

- Incremental search now shows proper context when exiting.

   Thanks to John Foerch for making this solution possible.

- Tables calculation and Calc package.
     - Calc is no longer needed when using only elisp formulas.
     - Proper error messages when calc is needed and not available.
     Thanks to Eddward DeVilla for bringing this up.

- Tracking TODO state changes with time stamps and notes.
   This was proposed by Dmitri Minaev.  To try it out, put in an
   org-mode file

    #+SEQ_TODO: TODO ORDERED INVOICE PAYED RECEIVED SENT
    #+STARTUP: lognotestate

   and start changing the TODO state of an entry with C-c C-t.
   At each state, you will be asked to provide a comment - press
   C-c C-c immediately to leave it empty.  Going through all
   the state changes will build a history below the heading.

- Empty entries go full circle.

   An entry that is just a headline followed by empty lines now
   goes through all three cycling stages, in particular you
   can fully fold it.  This was a request from Roland Winkler.

- Links in iCalendar export cleaned up.
   requested by Bastien

- Bug fixes.

Enjoy!

- Carsten

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Org-mode 4.60
  2006-12-20  7:35 Org-mode 4.60 Carsten Dominik
@ 2006-12-20 17:40 ` Bastien
  2006-12-20 18:47 ` Leo
  1 sibling, 0 replies; 3+ messages in thread
From: Bastien @ 2006-12-20 17:40 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Org-mode 4.60
  2006-12-20  7:35 Org-mode 4.60 Carsten Dominik
  2006-12-20 17:40 ` Bastien
@ 2006-12-20 18:47 ` Leo
  1 sibling, 0 replies; 3+ messages in thread
From: Leo @ 2006-12-20 18:47 UTC (permalink / raw)
  To: emacs-orgmode

* Carsten Dominik (2006-12-20 08:35 +0100) said:
  ^^^^^^^^^^^^^^^
> Hi,
>
> I have released org-mode 4.60 at
>
> http://www.astro.uva.nl/~dominik/Tools/org/
>

Why don't we give this a though test and push it into Emacs 22 :)

It doesn't matter to most users in this list but will definitely help
those use the default org.el in Emacs.

-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-12-20 18:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-20  7:35 Org-mode 4.60 Carsten Dominik
2006-12-20 17:40 ` Bastien
2006-12-20 18:47 ` Leo

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