Hi Igor, Igor Sosa Mayor <joseleopoldo1...@gmail.com> writes:
> I put (requir 'org) in the first line of emacs.el If you are using 8.2.5h, from either Git or ELPA -- your first lines should be to modify the load-path (if using Git) or to initialize your ELPA archives. Otherwise (require 'org) will just require the Org distribution that is known by Emacs at this point. (Maybe I'm stating the obvious, but those things always need to be double-checked.) > , restart emacs and > lists are still not working. C-h m tells me OrgStruct is loaded. As I > said, with > > (add-hook 'message-mode-hook 'turn-on-orgstruct) > (add-hook 'mail-mode-hook 'turn-on-orgstruct) > > there is no error with orgtbl-line-etc. anymore. Good -- turn-on-orgstruct is enough for most purposes. -- Bastien