From: Matthew Lundin <mdl@imapmail.org>
To: Kestutis Matonis <matonisk@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: howto open attachment directory in external program?
Date: Fri, 18 Jun 2010 15:32:47 -0400 [thread overview]
Message-ID: <87hbl02l28.fsf@fastmail.fm> (raw)
In-Reply-To: <87wrtwcf76.fsf@fastmail.fm> (Matt Lundin's message of "Fri, 18 Jun 2010 15:29:17 -0400")
Matt Lundin <mdl@imapmail.org> writes:
> Kestutis Matonis <matonisk@gmail.com> 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"))
>
Oops. The above line should read:
(add-to-list 'org-file-apps '(directory . "pcmanfm2 %s"))
Hope this helps.
Matt
prev parent reply other threads:[~2010-06-18 19:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-17 22:48 howto open attachment directory in external program? Kestutis Matonis
2010-06-18 19:29 ` Matt Lundin
2010-06-18 19:32 ` Matthew Lundin [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87hbl02l28.fsf@fastmail.fm \
--to=mdl@imapmail.org \
--cc=emacs-orgmode@gnu.org \
--cc=matonisk@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.