From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Manual patch: links to remote files Date: Thu, 4 Mar 2010 17:18:56 +0100 Message-ID: References: <87wrxsz4vo.fsf@stats.ox.ac.uk> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NnEwN-0006wc-3K for emacs-orgmode@gnu.org; Thu, 04 Mar 2010 12:34:27 -0500 Received: from [140.186.70.92] (port=60322 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NnEwL-0006wC-CJ for emacs-orgmode@gnu.org; Thu, 04 Mar 2010 12:34:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NnEwK-00025R-3l for emacs-orgmode@gnu.org; Thu, 04 Mar 2010 12:34:25 -0500 Received: from ey-out-1920.google.com ([74.125.78.150]:2064) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NnEwJ-00025L-Sk for emacs-orgmode@gnu.org; Thu, 04 Mar 2010 12:34:24 -0500 Received: by ey-out-1920.google.com with SMTP id 26so579583eyw.34 for ; Thu, 04 Mar 2010 09:34:22 -0800 (PST) In-Reply-To: <87wrxsz4vo.fsf@stats.ox.ac.uk> 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: Dan Davison Cc: emacs org-mode mailing list Sure, please go ahead and apply this patch. - Carsten On Mar 4, 2010, at 12:46 PM, Dan Davison wrote: > 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} > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten