[Emacs-orgmode] Re: new test version 4.19b
Hello! Carsten Dominik <[EMAIL PROTECTED]> writes: > at http://www.astro.uva.nl/~dominik/Tools/org/org-4.19b.zip I get "execute-extended-command: Symbol's function definition is void: defvaralias" in the *Messages* buffer when I: - start Emacs 21.3 - C-x C-f foo.txt RET - M-x org-mode RET I have the same problem with existing .org-files. > And before you ask, no, I have not found a way to make this ellipsis > show up in bold face or in a color. I didn't even think of requesting that, really! Hm. But now as you are mentioning it, if you find a way ... ;-) -- Christian Schlauer ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Emacs-orgmode] Re: new test version 4.19b
On Apr 5, 2006, at 9:41, Christian Schlauer wrote: Hello! I get "execute-extended-command: Symbol's function definition is void: defvaralias" in the *Messages* buffer when I: - start Emacs 21.3 - C-x C-f foo.txt RET - M-x org-mode RET I have the same problem with existing .org-files. OK, this has nothing to do with the org files. I renamed one customization variable and put in the alias to make sure the old name would still work. I did not know that defvaralias was not available in 21.3. Just go into org.el and remove the only line containing "defvaralias". I will fix this in the next version. And before you ask, no, I have not found a way to make this ellipsis show up in bold face or in a color. I didn't even think of requesting that, really! Hm. But now as you are mentioning it, if you find a way ... ;-) :-) Others have asked. But I think modifying the string can already help if you keep overlooking these dots. - Carsten -- Christian Schlauer ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode -- Carsten Dominik Sterrenkundig Instituut "Anton Pannekoek" Universiteit van Amsterdam Kruislaan 403 NL-1098SJ Amsterdam phone: +31 20 525 7477 ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
[Emacs-orgmode] automatic linking is broken
Hi Carsten, there is something wrong with automatic links. After linking eg. to a bbdb-record I get two lines in the org-buffer bbdb:Thomas Baumann bbdb:Thomas Baumann (notice the missing brackets in text mode) Same is true for files, mhe-links, ** <> links containing space characters no longer work These need to be converted to [ [ ] ] links. This affects almost _all_ bbdb links and most of the file links. This is kind of a situation where I would prefer an automatic conversion to the new link format, not something I have to trigger (of course I'd like to be asked "do you want to convert this file..."). Thomas ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Emacs-orgmode] automatic linking is broken
On Apr 5, 2006, at 13:26, Thomas Baumann wrote: Hi Carsten, there is something wrong with automatic links. After linking eg. to a bbdb-record I get two lines in the org-buffer bbdb:Thomas Baumann bbdb:Thomas Baumann (notice the missing brackets in text mode) Same is true for files, mhe-links, Yes, there is a stupid bug there (incorrect interpretation of the value of variable org-link-style). I will upload a fix a.s.a.p. ** <> links containing space characters no longer work These need to be converted to [ [ ] ] links. This affects almost _all_ bbdb links and most of the file links. This is kind of a situation where I would prefer an automatic conversion to the new link format, not something I have to trigger (of course I'd like to be asked "do you want to convert this file..."). Yes, I could do that, but it would require a regexp search each time any file is loaded into Emacs and put under org-mode. Plus the problem that there is no way of telling if a file has already been converted, or if the user said no to conversion H. Maybe I need to somehow keep those old links working - Carsten -- Carsten Dominik Sterrenkundig Instituut "Anton Pannekoek" Universiteit van Amsterdam Kruislaan 403 NL-1098SJ Amsterdam phone: +31 20 525 7477 ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
[Emacs-orgmode] Version 4.19c
Hi, I have uploaded 4.19c at http://www.astro.uva.nl/~dominik/Tools/org/org-4.19c.zip It fixes the link insertion problem reported here. Also, I now keep alive all the old links, so that upgrading links is no longer required, but still recommended. - Carsten -- Carsten Dominik Sterrenkundig Instituut "Anton Pannekoek" Universiteit van Amsterdam Kruislaan 403 NL-1098SJ Amsterdam phone: +31 20 525 7477 ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Emacs-orgmode] Version 4.19c
Hi Carsten Still have a problem with mhe links, but it is now different :-( This is my error message: Position saved to mark ring, go back with C-c &. if: No match Pete ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
[Emacs-orgmode] Re: Version 4.19c
Hi Pete and Carsten confirmed. I haven't gone through all the details, only so far: * the mhe:links in [[]] look ok. * org-follow-mhe-link is not called when following an [[]] link! * every thing works nice with <> links :-( Thomas ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Emacs-orgmode] Re: Version 4.19c
Thomas What version of mh-e are you using ? I'm using 7.91 and the <> links don't even work for me. Still get that : > Executing swish... > Processing swish output... > Scanning +mhe-index/<1><8>...done > No messages in +mhe-index/<1><8>, range (all) > Swish found 0 matches in 0 folders > if: Message not found message in *Messages* :-( Pete ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
[Emacs-orgmode] Re: Version 4.19c
Pete Phillips <[EMAIL PROTECTED]> writes: > Thomas > > What version of mh-e are you using ? I'm using 7.91 and the <> links > don't even work for me. Still get that : 7.93+cvs (cutting edge :-) there were bugs with previous versions of MH-E and recursive pick searches > >> Executing swish... >> Processing swish output... >> Scanning +mhe-index/<1><8>...done >> No messages in +mhe-index/<1><8>, range (all) >> Swish found 0 matches in 0 folders >> if: Message not found > > message in *Messages* :-( Maybe a silly question: Does this occur also with "old link", in other words, are you sure that swish has been updating the database already? I'll get the same message with namazu if the index is not up-to-date. Try setting mh-search-program to pick and try again. Thomas ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Emacs-orgmode] Re: Version 4.19c
On Apr 5, 2006, at 18:47, Thomas Baumann wrote: Hi Pete and Carsten confirmed. I haven't gone through all the details, only so far: * the mhe:links in [[]] look ok. * org-follow-mhe-link is not called when following an [[]] link! Arrrgh. Another stupid bug. I fixed it in http://www.astro.uva.nl/~dominik/Tools/org/org-4.19c.zip Sorry for the mess. - Carsten -- Carsten Dominik Sterrenkundig Instituut "Anton Pannekoek" Universiteit van Amsterdam Kruislaan 403 NL-1098SJ Amsterdam phone: +31 20 525 7477 ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Emacs-orgmode] Re: Version 4.19c
Hi guys Carsten Dominik <[EMAIL PROTECTED]> wrote: Carsten> http://www.astro.uva.nl/~dominik/Tools/org/org-4.19c.zip Carsten> Sorry for the mess. Carsten> - Carsten I'm still getting this with [[]] mhe links. (not checking the <> links as I don't intend to use them anyway). Executing pick... Processing pick output... Scanning +mhe-index/message_id_<1><3>...done No messages in +mhe-index/message_id_<1><3>, range (all) Pick found 0 matches in 0 folders if: Message not found Could this be an mhe problem ? I do not understand why this function isn't just running the scan command on the buffer. Intead it seems to be doing something with the mhe search function. Pete ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Emacs-orgmode] Re: Version 4.19c
Hi guys Carsten Dominik <[EMAIL PROTECTED]> wrote: Carsten> http://www.astro.uva.nl/~dominik/Tools/org/org-4.19c.zip Carsten> Sorry for the mess. Carsten> - Carsten I'm still getting this with [[]] mhe links. (not checking the <> links as I don't intend to use them anyway). Just to be clear: we are talking about two different problems here. One was that I had messed up links in a way that the mhe backend was not even called. This is fixed in 4.19c, I hope. The other part, what you are getting, is a problem either in the backend or in mhe itself - I am sure Thomas will be able to figure out what is going on. I myself am not using mhe, so I don't know what is going wrong. - Carsten ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode