emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] ASCII export w/ citations


From: Ken Mankoff
Subject: Re: [O] ASCII export w/ citations
Date: Thu, 01 Jan 2015 14:32:00 -0500

* On 2015-01-01 at 13:59, Ken Mankoff <address@hidden> wrote:
> 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?

I can get the behavior I want (I think) if I
redefine 'org-ascii--describe-links' to return nil:

> (defun org-ascii--describe-links (links width info)
>   nil)

Seems to work for me (for now). Is this a bad idea?

  -k.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]