From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: is there a way to make line numbers appear in ASCII output? Date: Wed, 05 Oct 2016 16:48:34 +0200 Message-ID: <87k2dmonr1.fsf@nicolasgoaziou.fr> References: <57F51015.4090907@binghamton.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36962) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brnUt-0001BK-Hy for emacs-orgmode@gnu.org; Wed, 05 Oct 2016 10:48:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1brnUp-0008Lp-BY for emacs-orgmode@gnu.org; Wed, 05 Oct 2016 10:48:38 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:41289) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brnUp-0008LC-5D for emacs-orgmode@gnu.org; Wed, 05 Oct 2016 10:48:35 -0400 In-Reply-To: <57F51015.4090907@binghamton.edu> (Christopher W. Ryan's message of "Wed, 5 Oct 2016 10:37:09 -0400") 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" To: "Christopher W. Ryan" Cc: emacs-orgmode@gnu.org Hello, "Christopher W. Ryan" writes: > I'm exporting part of my org-mode document as plain text. Is there > a way to produce sequential line numbers in the output? You can implement a post-process filter that adds them. See (info "(org) Advanced configuration") for examples, and `org-export-filter-final-output-functions'. Regards, -- Nicolas Goaziou