On 12-Sep-19, at 2:10 PM, Nick Dokos wrote: > Bastien <b...@altern.org> wrote: > >> Yes -- we'll never say it enough: don't use filladapt.el with org-mode. > > It's probably worth adding a paragraph about this in the org manual, > section Miscellaneous/Interactions/Conflicts.
Nick, the way to turn off filladapt for orgmode is to add the following to .emacs: (add-hook 'org-mode-hook 'turn-off-filladapt-mode) That might save people some digging for how to do it. -Anthony