emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Orgmode links trouble with Emacs 24.4 on Windows 7: "ShellExecut


From: Nicolas Goaziou
Subject: Re: [O] Orgmode links trouble with Emacs 24.4 on Windows 7: "ShellExecute failed: ..."
Date: Tue, 18 Nov 2014 22:36:46 +0100

Hello,

AW <address@hidden> writes:

> I installed Emacs 24.4 on Windows 7. 
>
> Everything works, except some of my links in orgmode. They worked under Emacs 
> 24.3, and they work with Emacs 24.4 under Linux.
>
> The non-working links have a certain structure: I'm using shorcuts. I have a 
> file "AW-org-file.el", containing lines like:
>
> (setq org-link-abbrev-alist
> '(name . "//SBS2011/path/to/folder/%s"))

It should be

  (setq org-link-abbrev-alist '(("name" . "//SBS2011/path/to/folder/%s")))

> The links in the org-files look like this:
>
> [[name:filename]]
>
> or
>
> [[name:./path/down/the/folder/filename.pdf]]

Use 

  M-: (org-element-property :path (org-element-context))

with point on each of them. Is the path a valid (according to Windows)
file name?


Regards,

-- 
Nicolas Goaziou



reply via email to

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