emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Manual patch: links to remote files


From: Dan Davison
Subject: [Orgmode] Manual patch: links to remote files
Date: Thu, 04 Mar 2010 11:46:19 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Links to remote files, like

[[file:/address@hidden: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:/address@hidden:papers/last.pdf @r{file, path on remote machine}
+/address@hidden: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}




reply via email to

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