[Orgmode] Re: Release 6.30

2009-09-06 Thread Carsten Dominik
Fixed, thanks. - Carsten On Sep 6, 2009, at 8:58 PM, Rainer Stengele wrote: Carsten Dominik schrieb: ... The reason for this was that the last line did not have a newline after it, because that is being removed before the regular expressions are applied. I have changed this now, so that

[Orgmode] Re: Release 6.30

2009-09-06 Thread Rainer Stengele
Carsten Dominik schrieb: ... The reason for this was that the last line did not have a newline after it, because that is being removed before the regular expressions are applied. I have changed this now, so that the \n is still present. Another fix would have been to make the final newline op

[Orgmode] Re: Release 6.30

2009-09-06 Thread Rainer Stengele
Carsten Dominik schrieb: Hi Rainer, On Sep 5, 2009, at 4:08 PM, Rainer Stengele wrote: Hi Carsten, excellent, thanks a lot! I now have have started with this regexp: ... '(org-agenda-entry-text-exclude-regexps (quote ("^.*- State \"DONE\".*\n" "^.*erzeugt:.*\n"))) ... which works except

[Orgmode] Re: Release 6.30

2009-09-06 Thread Carsten Dominik
Hi Rainer, On Sep 5, 2009, at 4:08 PM, Rainer Stengele wrote: Hi Carsten, excellent, thanks a lot! I now have have started with this regexp: ... '(org-agenda-entry-text-exclude-regexps (quote ("^.*- State \"DONE \".*\n" "^.*erzeugt:.*\n"))) ... which works except in cases like these: ..

[Orgmode] Re: Release 6.30

2009-09-05 Thread Rainer Stengele
Hi Carsten, excellent, thanks a lot! I now have have started with this regexp: ... '(org-agenda-entry-text-exclude-regexps (quote ("^.*- State \"DONE\".*\n" "^.*erzeugt:.*\n"))) ... which works except in cases like these: ... - State "DONE" [2008-02-24 So 20:52] - State "D

[Orgmode] Re: Release 6.30

2009-09-04 Thread Carsten Dominik
Hi Rainer, On Sep 4, 2009, at 12:03 PM, Rainer Stengele wrote: Hi Carsten, Thanks for releasing all the new features! It is amazing to see new features - which mostly make a lot of sense for me - coming up all the time. Carsten Dominik schrieb: Hi, I am releasing Org-mode version 6.30. E

[Orgmode] Re: Release 6.30

2009-09-04 Thread Rainer Stengele
Hi Carsten, Thanks for releasing all the new features! It is amazing to see new features - which mostly make a lot of sense for me - coming up all the time. Carsten Dominik schrieb: Hi, I am releasing Org-mode version 6.30. Enjoy! - Carsten Changes in Version 6.30

Re: [Orgmode] Re: Release 6.30

2009-09-02 Thread Andrew Hyatt
Yep, that was my confusion. Thanks! On Wed, Sep 2, 2009 at 5:30 AM, Carsten Dominik wrote: > > On Sep 2, 2009, at 10:11 AM, Tassilo Horn wrote: > >> Carsten Dominik writes: >> >>> it is this commit: >>> >>> bbc27c011ab5d44d37dca662d1a393d429dbe4b3 >> >> That commit is in, but grepping for separa

Re: [Orgmode] Re: Release 6.30

2009-09-02 Thread Carsten Dominik
On Sep 2, 2009, at 10:11 AM, Tassilo Horn wrote: Carsten Dominik writes: it is this commit: bbc27c011ab5d44d37dca662d1a393d429dbe4b3 That commit is in, but grepping for separate-frame in all *.el files gives no result and the docs don't mention it, too. ,[ C-h v org-agenda-window-set

[Orgmode] Re: Release 6.30

2009-09-02 Thread Tassilo Horn
Carsten Dominik writes: > it is this commit: > > bbc27c011ab5d44d37dca662d1a393d429dbe4b3 That commit is in, but grepping for separate-frame in all *.el files gives no result and the docs don't mention it, too. ,[ C-h v org-agenda-window-setup RET ] | org-agenda-window-setup is a variable d

[Orgmode] Re: Release 6.30

2009-09-01 Thread Bernt Hansen
Carsten Dominik writes: > New command to submit a bug report > --- > > There is now a special command `M-x org-submit-bug-report'. This > command will create a mail buffer with lots of useful details. > In particular, it contains complete version information for E