emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] org-open-file with xdg-open not working?


From: Eric Abrahamsen
Subject: Re: [O] org-open-file with xdg-open not working?
Date: Tue, 22 Apr 2014 22:40:14 +0800
User-agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3 (gnu/linux)

Nicolas Richard <address@hidden> writes:

> Eric Abrahamsen <address@hidden> writes:
>> Presumably that's because the gnus version (eventually
>> `mm-display-external') calls xdg-open with `call-process' and org does
>> it with `start-process-shell-command'. The first is synchronous, the
>> second asynchronous, and I do remember seeing something on one of these
>> lists about difficulties with xdg-open because the process returns
>> before the file actually opens, or *doesn't* return, or some similar
>> thing the details of which I'm forgetting.
>>
>> Have other people run into this difficulty? How are you solving it?
>
> I remember having problems which I was able to solve by changing the
> value of process-connection-type to nil. Does that work for you ?

Brilliant, that did it! Very glad there was a semi-simple solution.

Thanks,
Eric




reply via email to

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