Re: [Orgmode] Org 5.05 bug with org-agenda-skip-deadline-if-done

2007-08-23 Thread Carsten Dominik
On Aug 22, 2007, at 18:58, Bernt Hansen wrote: Hi Carsten, I have org-agenda-skip-deadline-if-done set to nil. When I start the agenda in 5.05 I get lots of completed TODOs with old deadlines showing up in red like this: Yes, I have reworked the internal workings if listing deadlines and sc

Re: [Orgmode] GPL3 (was: Org-mode version 5.05)

2007-08-23 Thread Carsten Dominik
I have not really followed that discussion. Do you have a good pointer for a discussion of the pros and cons? Thanks. - Carsten On Aug 22, 2007, at 15:20, Leo wrote: I am releasing version 5.05 of Org-mode. As usual, it is in the Emacs CVS trunk, and at my website Emacs CVS trunk is licen

[Orgmode] Re: GPL3

2007-08-23 Thread Leo
On 2007-08-23 11:18 +0100, Carsten Dominik wrote: > I have not really followed that discussion. Do you have a good pointer > for a discussion of the pros and cons? > > Thanks. > > - Carsten There is a discussion in emacs-devel about re-licensing Emacs: http://news.gmane.org/group/gmane.emacs.dev

Re: Re: [Orgmode] GPL3 (was: Org-mode version 5.05)

2007-08-23 Thread Giovanni Ridolfi
> On Aug 22, 2007, at 15:20, Leo wrote: > >>> I am releasing version 5.05 of Org-mode. As usual, it is in the Emacs >>> CVS trunk, and at my website >> >> Emacs CVS trunk is licensed to GPL3. However org is licensed >> GPL2. Should we change to GPL3 also? >> Well, org-mode , org-export-latex, org

[Orgmode] Re: GPL3

2007-08-23 Thread Leo
On 2007-08-23 13:01 +0100, Giovanni Ridolfi wrote: > RMS suggest to switch to "GPL3 or any later", because > GPL3 offers a wider protection for our freedoms. The re-licensing has been done so org might the only gpl2 package. -- Leo (GPG Key: 9283AA3F) Gnus is o

Re: [Orgmode] How to tag all headlines in a region?

2007-08-23 Thread Carsten Dominik
This will be in 5.06. - Carsten On Jul 17, 2007, at 15:15, rst wrote: sorry if I missed that one in the manual. How can I tag multiple headlines simultaneously? all in a region? maybe mark them in the agenda and tag all marked? thx, rainer ___ Em

[Orgmode] Some bugs in org-5.05 docs

2007-08-23 Thread Tassilo Horn
Hi Carsten, ,[ C-h f org-insert-link-global RET ] | org-insert-link-global is an interactive compiled Lisp function in `org.el'. | It is bound to C-c o i. | (org-insert-link-global) | | Insert a link like Org-mode does. | This command can be called in any mode to follow a link that has | Org-

[Orgmode] agenda view doesn't show time grid (specific daytime entries) anymore?

2007-08-23 Thread Rainer Stengele
I cannot find the reason why I cannot see my TODOs scheduled by specific daytime anymore. Toggling time grid with "g" in agenda view doesn't do anything. I reinstalled org5.04 and it worked. Did something change that i have to adapt? Rainer ___ Em

Re: [Orgmode] Some bugs in org-5.05 docs

2007-08-23 Thread Carsten Dominik
Thanks, Tassilo. - Carsten On Aug 23, 2007, at 16:16, Tassilo Horn wrote: Hi Carsten, ,[ C-h f org-insert-link-global RET ] | org-insert-link-global is an interactive compiled Lisp function in `org.el'. | It is bound to C-c o i. | (org-insert-link-global) | | Insert a link like Org-mode

Re: [Orgmode] Some bugs in org-5.05 docs

2007-08-23 Thread Carsten Dominik
On Aug 23, 2007, at 17:47, Carsten Dominik wrote: ,[ (info "(org)Radio targets") ] | You can configure Org-mode to link any occurrences of certain target | names in normal text. ` Hey, that's a nice feature. I just tried it out and it just worked, Yes, it can be a fun feature. Howe

Re: [Orgmode] Re: include file contents in org files?

2007-08-23 Thread Carsten Dominik
On Aug 22, 2007, at 22:25, Rainer Stengele wrote: All you then need to do is to make sure that the drawer will be closed when first visiting the file, for example (add-hook 'org-mode-hook (lambda () (org-cycle-hide-drawers 'all))) - Carsten I use the drawers. Works perfect. Thanks a l

[Orgmode] deleting a todo by "C-k" in agenda view leaves an empty line

2007-08-23 Thread Rainer Stengele
maybe a minor bug? After deleting a todo by "C-k" in agenda view en empty line remains at the place where the todo was ... Rainer ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Re: include file contents in org files?

2007-08-23 Thread Daniel J. Sinder
> Then you could write > >:SETUP: >#+STARTUP: overview >more stuff that should be hidden >:END: > >* The first "real" headline in the file. I like this, but here's a word of caution I had previously started my setup on the first line of the file. But, if you put the :SET

Re: [Orgmode] deleting a todo by "C-k" in agenda view leaves an empty line

2007-08-23 Thread Carsten Dominik
fixed, thanks. - Carsten On Aug 23, 2007, at 22:04, Rainer Stengele wrote: maybe a minor bug? After deleting a todo by "C-k" in agenda view en empty line remains at the place where the todo was ... Rainer ___ Emacs-orgmode mailing list Emacs-

Re: [Orgmode] Re: org-mode version 5.03

2007-08-23 Thread Carsten Dominik
On Jul 16, 2007, at 8:50, Carsten Dominik wrote: I think it would be nice if Emacs 22.2 would have a newer org.el than 4.67, but I don't know who (besides RMS) decides what changes on the trunk/head will go into the branch EMACS_22_BASE (from which Emacs 22.2 will be released). I am sure it

Re: [Orgmode] Re: include file contents in org files?

2007-08-23 Thread Carsten Dominik
On Aug 24, 2007, at 1:32, Daniel J. Sinder wrote: Then you could write :SETUP: #+STARTUP: overview more stuff that should be hidden :END: * The first "real" headline in the file. I like this, but here's a word of caution I had previously started my setup on the first line