Re: [Orgmode] org-mode, vc, and read-only files:

2006-10-10 Thread T. V. Raman
Actually your message told me enough to debug the problem, the culrpit was I (or rather emacspeak) which implements voice lock purely via properties, and in that process maps overlays to properties for its own purposes. So the fix should go into emacspeak -- I'll check it in at this end. > "

Re: [Orgmode] Bug fix and org-agenda-todo-ignore-deadlines option

2006-10-10 Thread Carsten Dominik
I am taking this patch, thank you. - Carsten On Oct 6, 2006, at 3:15, Piotr Zielinski wrote: Carsten, Here's a patch that adds a new option org-agenda-todo-ignore-deadlines. If set to t (default nil), the global todo list does not display deadlines which are closer than org-deadline-warning-

Re: [Orgmode] org-mode, vc, and read-only files:

2006-10-10 Thread Carsten Dominik
Hi Raman, I sure could wrap the relevant parts in org-cycle with inhibit-read-only, but so far I cannot reproduce the error. When I am loading a write-protected file, I am getting a "Note: file is write protected." This note is delivered as a message only, and after that everything proceed

Re: [Orgmode] Link abbreviations

2006-10-10 Thread Carsten Dominik
On Oct 3, 2006, at 21:37, Eddward DeVilla wrote: Hi, I had a question about link abbreviations. The manual says that you can have a function that parses the abbreviated link and returns a normal link. Is there a way to do that with in an org file using "#+LINK:" or the like? I'm guessing t