emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] links-9.0 v3


From: Nicolas Goaziou
Subject: Re: [O] links-9.0 v3
Date: Fri, 08 Jul 2016 23:48:41 +0200

John Kitchin <address@hidden> writes:

> Here are the new revisions that implement the previous solution you
> suggested and that incorporate the commit merges as far as I can see.

Thank you.

> +(defcustom org-link-parameters
> +  '(("file"  :complete 'org-file-complete-link)

#'org-file-complete-link

> +    ("file+emacs" :follow (lambda (path) (org-open-file path '(4))))
> +    ("file+sys" :follow (lambda (path) (org-open-file path 'system)))

This will ignore so-called "option" part, e.g.

  [[file:test.org::3]]

:follow functions need to extract it somehow.

Once this issue is resolved, I think the whole change-set can be pushed
to master, AFAIC.



reply via email to

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