Re: [O] autoloads not working correctly for org-table.el?

2015-03-04 Thread Eric Abrahamsen
Eric S Fraga writes: > On Wednesday, 4 Mar 2015 at 17:28, Eric Abrahamsen wrote: > > [...] > >> I'm still seeing an issue where, if I start right off typing a big >> paragraph of text at the top of the message (no salutation or anything), >> all the lines *after* the first line are indented by o

Re: [O] autoloads not working correctly for org-table.el?

2015-03-04 Thread Eric S Fraga
On Wednesday, 4 Mar 2015 at 17:28, Eric Abrahamsen wrote: [...] > I'm still seeing an issue where, if I start right off typing a big > paragraph of text at the top of the message (no salutation or anything), > all the lines *after* the first line are indented by one tab. Subsequent > paragraphs

Re: [O] autoloads not working correctly for org-table.el?

2015-03-04 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Hello, > > Nicolas Richard writes: > >> Eric Abrahamsen writes: >>> I don't actually know what the right thing to do is. Maybe just a >>> (require 'org-table) inside `orgstruct++-mode'? Autoload doesn't seem to >>> work for variables, nor is there a `declare-variable'.

Re: [O] autoloads not working correctly for org-table.el?

2015-02-27 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Hello, > > Nicolas Richard writes: > >> Eric Abrahamsen writes: >>> I don't actually know what the right thing to do is. Maybe just a >>> (require 'org-table) inside `orgstruct++-mode'? Autoload doesn't seem to >>> work for variables, nor is there a `declare-variable'.

Re: [O] autoloads not working correctly for org-table.el?

2015-02-27 Thread Nicolas Goaziou
Hello, Nicolas Richard writes: > Eric Abrahamsen writes: >> I don't actually know what the right thing to do is. Maybe just a >> (require 'org-table) inside `orgstruct++-mode'? Autoload doesn't seem to >> work for variables, nor is there a `declare-variable'... > > Either (require 'org-table) i

[O] autoloads not working correctly for org-table.el?

2015-02-27 Thread Eric Abrahamsen
Hi, I've got this in my message-mode-hook: 'turn-on-orgstruct++ It does just what I want, except the variable orgtbl-line-start-regexp isn't loaded, which wrecks auto-fill. Line 22894 of org.el has this: (defvar orgtbl-line-start-regexp) ; From org-table.el But that doesn't actually *load* the