Hi, similar strange things happened to me because Emacs was loading the system org-mode (the one installed by Emacs) instead of the org-mode I had put in my personal directory. Therefore an old version of org-mode was being loaded, with less features than expected.
Check your configuration; try M-x org-version and be sure that you are running the latest org-mode (current one is 6.17c). At your ~/.emacs you should have something like (add-to-list 'load-path "/somewhere/org-mode/lisp") (require 'org-install) And not (require 'org). Just an idea. Daniel _______________________________________________ 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