Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Hello, > > Nicolas Richard <theonewiththeevill...@yahoo.fr> writes: > >> Eric Abrahamsen <e...@ericabrahamsen.net> 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) in org-adaptive-fill-function or applying >> the following patch should fix your problem. > > Thank you. However, I eventually applied a different patch.
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 are unaffected. Sorry, I should be hunting down these bugs myself, but it's been an ugly couple of days writing work emails all day long, and with nearly every one I write I am reminded of the problem... >> I don't know what is the right thing either © e.g. I have no idea why >> this function has special-casing for 'message-mode (it should perhaps >> have special casing for when orgstruct++-mode is active, instead ?) > > Ideally, we should extract all orgstruct code from Org core > ("org-footnote.el" also contains code related to Message mode) and move > it to an "org-struct.el" or some such library. > > > Regards,