emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Manual patch: links to remote files
@ 2010-03-04 11:46 Dan Davison
  2010-03-04 16:18 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Dan Davison @ 2010-03-04 11:46 UTC (permalink / raw)
  To: emacs org-mode mailing list

Links to remote files, like

[[file:/myself@some.where.org:papers/last.pdf][paper]]

work fine. Would it be worth explicitly adding them to the list of link
examples in the manual, like below?

Dan

diff --git a/doc/org.texi b/doc/org.texi
index 2760905..aaf8dba 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -2769,6 +2769,8 @@ file:/home/dominik/images/jupiter.jpg     @r{file, absolute path}
 /home/dominik/images/jupiter.jpg          @r{same as above}
 file:papers/last.pdf                      @r{file, relative path}
 ./papers/last.pdf                         @r{same as above}
+file:/myself@some.where.org:papers/last.pdf @r{file, path on remote machine}
+/myself@some.where.org:papers/last.pdf    @r{same as above}
 file:sometextfile::NNN                    @r{file with line number to jump to}
 file:projects.org                         @r{another Org file}
 file:projects.org::some words             @r{text search in Org file}

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-04 17:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-04 11:46 Manual patch: links to remote files Dan Davison
2010-03-04 16:18 ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).