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))))))

I don't know what a communication channel is in a filter function, however.

Thanks.

-- 
The Kafka Pandemic: http://thekafkapandemic.blogspot.com

The disease DOES progress.  MANY people have died from it.  ANYBODY
can get it.  There is no hope without action.

Reply via email to