* On 2015-01-01 at 13:59, Ken Mankoff <mank...@gmail.com> 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