From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: how to indent plain lists in ASCII Date: Sat, 9 Feb 2013 22:23:12 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38407) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4PNi-00059P-OQ for emacs-orgmode@gnu.org; Sun, 10 Feb 2013 00:23:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U4PNh-0003iQ-IS for emacs-orgmode@gnu.org; Sun, 10 Feb 2013 00:23:14 -0500 Received: from mail-wi0-f179.google.com ([209.85.212.179]:56712) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4PNh-0003iL-CH for emacs-orgmode@gnu.org; Sun, 10 Feb 2013 00:23:13 -0500 Received: by mail-wi0-f179.google.com with SMTP id ez12so2120259wid.0 for ; Sat, 09 Feb 2013 21:23:12 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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.