emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* how to indent plain lists in ASCII
@ 2013-02-10  5:23 Samuel Wales
  2013-02-10  8:49 ` Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: Samuel Wales @ 2013-02-10  5:23 UTC (permalink / raw)
  To: emacs-orgmode

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-02-12 19:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-10  5:23 how to indent plain lists in ASCII Samuel Wales
2013-02-10  8:49 ` Nicolas Goaziou
2013-02-12 19:01   ` Samuel Wales

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).