Eric Schulte <[email protected]> writes: > Even with the addition of that autoload statement I get the same error > > let: Symbol's function definition is void: > org-load-noerror-mustsuffix
Do you have any Org function called before (require 'org)? `org-load-noerror-mustsuffix' is part of org-macs.el which is required in org.el. -- Bastien
