emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Rainer Stengele <rainer.stengele@diplan.de>
To: emacs-orgmode@gnu.org
Subject: Re: Release: Org-mode 5.09
Date: Sat, 15 Sep 2007 23:25:37 +0200	[thread overview]
Message-ID: <fchikc$orm$1@sea.gmane.org> (raw)
In-Reply-To: <b592681d364740bddfba53b503dbcc7f@gmail.com>

Carsten Dominik schrieb:
> Org-mode 5.09 is available at http://orgmode.org.
> 
> Enjoy!
> 
> - Carsten
> 
> Version 5.09
> ------------
> 
> * Overview
> 
>   - Taking a note upon TODO state changes can be restricted to
>     selected states.
> 
>   - The format in which dates are shown in the daily/weekly
>     agenda can be configured.
> 
>   - The default for `org-remember-store-without-prompt' is now t.
> 
>   - `org-goto' has been made into a general lookup command.
> 
>   - Priority cycling goes back to the nil state.
> 
>   - You can store a remember note to the *last used* location.
> 
>   - On Emacs 23, the headline faces for org-mode are now
>     inherited from the outline faces.
> 
> * Incompatible Changes
> 
>   - The default for `org-remember-store-without-prompt' is now
>     t, in order to better match the original intent of
>     remember.el (storing a note with minimum interruption of
>     work flow).  I expect that many people will be hit by this
>     incompatible change - nevertheless I believe it is the right
>     thing to do.
> 
> * Details
> 
>   - You can now select specific states for recording a note when
>     switching to that state.  With the setting
> 
>      #+SEQ_TODO: TODO(t) ORDERED(o@) INVOICE(i@) PAYED(p) | RECEIVED(r)
>      #+STARTUP: lognotestate
> 
>     only the states ORDERED and INVOICE will record a timestamp
>     and a note.
> 
>   - You can now set the format of the string for each day in the
>     agenda and timeline buffers.  You can use a format string
>     interpreted by `format-time-string', or you can write your
>     own function.  Configure the new variable
>     `org-agenda-format-date'.  Thanks to Levin for triggering
>     this development with a patch.
> 
>   - The default for `org-remember-store-without-prompt' is now
>     t, in order to better match the original intent of
>     remember.el (storing a note with minimum interruption of
>     work flow).  Since we can assign files and headlines to
>     templates, I guess this takes care of selecting a filing
>     location in most cases.  For interactive filing, you now
>     need a prefix command when exiting `remember'.
> 
>   - `org-goto' (bound to `C-c C-j') now uses an indirect buffer
>     and has additional commands enabled: Org-occur with `C-c /'
>     or even faster with `/', and the commands needed to select
>     and copy a region.  This make `org-goto' a more general
>     lookup command instead of only a jumping command.  Remember
>     that you can exit with `Q' to go back to the original
>     location.  Thanks to William Henney for this idea.
> 
>   - Setting the priority with S-up/down now cycles back to a
>     state where no priority is specified.  This was requested by
>     Rick Moynihan.
> 
>   - You can store a remember note to the *last used* location.
>     So if you select a location interactively once, you can
>     re-use it without having to find it again.  For this, exit
>     the remember buffer with `C-u C-u C-c C-c'.  The leading
>     comment in the remember buffer will tell exactly where the
>     note goes if you exit with a particular command.
>     Thanks to Maxim Loginov for this idea.
> 
>   - On Emacs 23, the headline faces for org-mode are now
>     inherited from the outline faces.  This is just a
>     convenience, so that you only have to configure one set of
>     faces, and that will then be outline-1 .. outline-8.  You
>     will actually not see any difference in org-mode, because
>     Stefan Monnier has made the outline faces in Emacs 23 to
>     match the current org-mode faces.
> 
>     This change does not effect XEmacs, nor Emacs 21 and 22.
> 
>   - Bug fixes.
> 
> 
> 
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
> 

After "C-c C-j" trying to find items with a certain regex which should 
match a lot of entries finds nothing but shows:
"before first heading".
Some other searches do succeed.

Ah - now I see: Looks like the first match is in the top
:SETUP:
...
:END:
section. Which ends up with the problem
This is probably a bug?

Rainer

  reply	other threads:[~2007-09-15 21:26 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-15 10:35 Release: Org-mode 5.09 Carsten Dominik
2007-09-15 21:25 ` Rainer Stengele [this message]
2007-09-17 12:24   ` Carsten Dominik
2007-09-18  1:00 ` Xavier Maillard
2007-09-18  9:00 ` Levin
2007-09-18 10:59   ` Carsten Dominik
2007-09-19  0:49     ` Bastien
2007-09-20  8:45       ` Carsten Dominik
2007-09-20  8:45       ` Carsten Dominik
2007-09-20 13:34         ` Bastien
2007-09-20 14:08           ` Nuutti Kotivuori
2007-09-20 14:23             ` Bernt Hansen
2007-09-20 20:07               ` John Wiegley
2007-09-20 14:36             ` Bastien
2007-09-24  9:33           ` Rick Moynihan
2007-09-18  9:27 ` Levin
2007-09-18 11:01   ` Carsten Dominik
2007-09-18  9:38 ` Levin
2007-09-18 11:11   ` Carsten Dominik

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='fchikc$orm$1@sea.gmane.org' \
    --to=rainer.stengele@diplan.de \
    --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).