[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] An org-attach link type [7.9.1 (7.9.1-elpa @ /home/youngfrog/.em
From: |
Viktor Rosenfeld |
Subject: |
Re: [O] An org-attach link type [7.9.1 (7.9.1-elpa @ /home/youngfrog/.emacs.d/elpa/org-20120903/)] |
Date: |
Sat, 22 Sep 2012 19:52:34 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Hi Nicolas,
Nicolas Richard wrote:
> Hello Viktor,
>
> Thanks for your input.
>
> > - I have to load the "cl" module, otherwise the "case" function is
> > void.
>
> Sorry about that. I didn't notice it was from cl.
>
> > - I had to replace "find-lisp-find-files" with "directory-files" because
> > the former does not exist on my Emacs installation. I use GNU Emacs
> > 24.2.1 on OS X compiled from MacPorts.
>
> Oops again. (require 'find-lisp) should fix that. The big difference
> with directory-files is that find-lisp-find-files looks also in
> subdirectories (I often attach subdirectories and like to link files
> from therein). And it returns full paths, too, which explains some parts
> of the rest of the code.
If "find-lisp-find-files" returns full paths then the discrimination in
org-attach-complete-how makes sense. Pretty cool.
Cheers,
Viktor