emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Linking to attachments?


From: Carsten Dominik
Subject: Re: [Orgmode] Linking to attachments?
Date: Thu, 6 Nov 2008 09:00:49 +0100

Hi Lindsay,

this can be done using link abbreviation.  If you get the latest
git release, you can simply do

    (setq org-link-abbrev-alist '(("att" . org-attach-expand-link)))

The basics of this worked before, all I have added today is the function
org-attach-expand-link which previously you would have had to write yourself.

HTH

- Carsten

On Nov 5, 2008, at 4:48 PM, Lindsay Todd wrote:

Is there any sort of "attach:" hyperlink type that I'm missing, that
would allow me to link to a file in a node's attachment directory?  I
know this could be done using the appropriate "file:" hyperlink, but
it seems like part of the file path could be automated here.


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode





reply via email to

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