Hi Thomas, I believe the bug has been fixed - I reported a use case to Carsten and he has fixed it in GIT.
I enclose it below FYI: ,---- | Hi Carsten, | | | I can not be 100% the following is what fixed a bad startup problem but | it might have. | | I recently had a "bad sexp" error at start from org-bbdb-anniversaries | in my diary.org file. | | Funnily enough it only happened in emacs -nw (terminal mode), | | In the start up for this terminal mode I selectively did NOT start | icicles. | | Another issue caused me to dump icicles for ido-mode. | | Suddenly I got the same sexp error in emacs-x too. | | Anyway, finally I simply | | "(require 'bbdb)" | | before (org-install) and it works. | | Somehow, somewhere I can only assume icicles loaded bbdb before I loaded | org. | | I have gnus on an autoload and so if its not already loaded then bbdb is | not there. | | The solution was simple : | | I would suggest a (require 'bbdb) line in org-bbdb. It helped me. | | regards | | r. `---- Thomas Baumann <[EMAIL PROTECTED]> writes: > Hi Richard, > > could you please send "not working" example files for this behaviour. > Please also take a close look at the coding systems, they might be > different on X and in the terminal. > > Things seem to be fine with emacs 23 although the umlauts are not coded > correctly. > > Thomas > > > > _______________________________________________ > 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 > -- _______________________________________________ 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