From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Davison Subject: Manual patch: links to remote files Date: Thu, 04 Mar 2010 11:46:19 +0000 Message-ID: <87wrxsz4vo.fsf@stats.ox.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nn9VX-0006Vl-Ot for emacs-orgmode@gnu.org; Thu, 04 Mar 2010 06:46:23 -0500 Received: from [140.186.70.92] (port=52533 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nn9VW-0006Vb-OI for emacs-orgmode@gnu.org; Thu, 04 Mar 2010 06:46:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nn9VW-00054d-7U for emacs-orgmode@gnu.org; Thu, 04 Mar 2010 06:46:22 -0500 Received: from markov.stats.ox.ac.uk ([163.1.210.1]:54592) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nn9VW-00054R-0U for emacs-orgmode@gnu.org; Thu, 04 Mar 2010 06:46:22 -0500 Received: from blackcap.stats.ox.ac.uk (blackcap.stats [163.1.210.5]) by markov.stats.ox.ac.uk (8.13.6/8.13.6) with ESMTP id o24BkKuQ016699 for ; Thu, 4 Mar 2010 11:46:20 GMT List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org 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}