From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: ASCII export w/ citations Date: Thu, 01 Jan 2015 13:59:28 -0500 Message-ID: References: <87r3ves607.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34581) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y6ky5-0007EA-VY for emacs-orgmode@gnu.org; Thu, 01 Jan 2015 13:59:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y6ky2-0001Vk-Qd for emacs-orgmode@gnu.org; Thu, 01 Jan 2015 13:59:33 -0500 Received: from mail-qa0-x229.google.com ([2607:f8b0:400d:c00::229]:51243) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y6ky2-0001Uh-M6 for emacs-orgmode@gnu.org; Thu, 01 Jan 2015 13:59:30 -0500 Received: by mail-qa0-f41.google.com with SMTP id s7so12191390qap.0 for ; Thu, 01 Jan 2015 10:59:30 -0800 (PST) In-reply-to: <87r3ves607.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: Org-mode mailing list * On 2015-01-01 at 13:36, Nicolas Goaziou 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.