emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: howto open attachment directory in external program?


From: Matt Lundin
Subject: [Orgmode] Re: howto open attachment directory in external program?
Date: Fri, 18 Jun 2010 15:29:17 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Kestutis Matonis <address@hidden> writes:

> in .mailcap i have set-upped:
>
> inode/directory-locked; pcmanfm2 '%s';
> inode/directory; pcmanfm2 '%s';
> text/directory; pcmanfm2 '%s';
>
> but when I'm trying to open attachments directory, it is still opened
> in emacs.

I'm not sure why org-attach is not respecting the mailcap settings. But
for a simple solution you could add a setting to org-file-apps:

(add-to-list 'org-file-apps '(directory . "pcmanfm2"))

Best,
Matt




reply via email to

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