Re: Configuring text export block output

2020-09-16 Thread Tim Quelch
> I don't think ox-ascii has an option to control that, but you could get > the behavior you're after by creating a derived backend. In fact, the > section of the manual that covers derived backends provides an example > of extending the ox-ascii backend to tweak the rendering of the source >

Re: Configuring text export block output

2020-09-16 Thread Kyle Meyer
Tim Quelch writes: > For example if I have a source block > > #+begin_src python > Some code here > with multiple lines > #+end_src > > With `org-ascii-export-as-ascii` the above block gives: > > , > | Some code here > | with multiple lines > ` > > I don't really like this as the '|' at

Configuring text export block output

2020-09-16 Thread Tim Quelch
Hi all, Is there a way to configure how text is exported in ascii? For example if I have a source block #+begin_src python Some code here with multiple lines #+end_src With `org-ascii-export-as-ascii` the above block gives: , | Some code here | with multiple lines ` I don't really