* On 2015-01-01 at 13:36, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: >> When I export to ASCII, things look mostly great. Except, at the >> bottom of every section, I have the "raw" Org citations repeated. >> That is, if I [[cite:Foo2001]] somewhere in the text, at the bottom >> I'll see: >> >> [(Foo, 2001)] cite:Foo2001 >> >> Can anyone explain why ASCII export is repeating the "raw" cite >> commands at the bottom of each section and/or how to turn this off? > > See `org-ascii-links-to-notes'.
OK. If I set that to nil then the links are not at the bottom of the section, they are inline. But ASCII (in my opinion) shouldn't have links. If I wanted links, I'd use Org or Markdown. Can you advise how I get no links (or is it no notes?) at all? -k.