Re: [O] is there a way to make line numbers appear in ASCII output?

2016-10-05 Thread Nicolas Goaziou
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



[O] is there a way to make line numbers appear in ASCII output?

2016-10-05 Thread Christopher W. Ryan
I'm exporting part of my org-mode document as plain text.  Is there a 
way to produce sequential line numbers in the output?


Thanks.

--Chris Ryan