emacs-orgmode
[Top][All Lists]
Advanced

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

[O] bug#14605: bug#14605: bug#14605: Problem with export an .org file to


From: Jambunathan K
Subject: [O] bug#14605: bug#14605: bug#14605: Problem with export an .org file to .pdf does not open pdf file
Date: Mon, 02 Sep 2013 15:42:23 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Suvayu Ali <address@hidden> writes:

> It is expected to be present in most desktop systems (almost anything
> with a GUI installed).

I use Debian 6.05 (Squeeze) + XFCE.  I had to install `xdg-open' by
hand.  (i.e., It is not installed during default installation).

xdg-open is just a shell script and tries lots of different things based
on Desktop Environment.  Why should Org re-implement the wheel?

When the variable is configurable, why hesitate pluggin in *better*
default, even if it be not-installed.

Can Org really do all this?

----------------
- kde-open "$1"   
- kfmclient openURL "$1"
- kfmclient exec "$1"
----------------
- gvfs-open "$1"
- gnome-open "$1"
----------------
- exo-open "$1"
----------------
- Whatever is registered with xdg-mime registry
----------------
- run-mailcap --action=view "$file"
- mimeopen -n "$file"
- sensible-browser
----------------





reply via email to

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