I think I got this to work now. Thanks. I had had code to work
around something else.
Hello,
Samuel Wales writes:
> The old exporter indented plain lists.
>
> This does not seem to fix it:
>
> (add-to-list 'org-export-filter-plain-list-functions
>(lambda (plain-list back-end &rest _rest)
> (if (eq back-end 'ascii)
> (replace-regexp-in-string "^
The old exporter indented plain lists.
This does not seem to fix it:
(add-to-list 'org-export-filter-plain-list-functions
(lambda (plain-list back-end &rest _rest)
(if (eq back-end 'ascii)
(replace-regexp-in-string "^" " " plain-list)
plain-list)