emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] how to indent plain lists in ASCII


From: Samuel Wales
Subject: [O] how to indent plain lists in ASCII
Date: Sat, 9 Feb 2013 22:23:12 -0700

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

[Prev in Thread] Current Thread [Next in Thread]