Update remote file syntax for Tramp
commit7cd7b90dcb7ef87f1eb63d93ab725407e92f9979
authorKaushal Modi <kaushal.modi@gmail.com>
Fri, 9 Jun 2017 19:28:49 +0000 (9 15:28 -0400)
committerKaushal Modi <kaushal.modi@gmail.com>
Fri, 9 Jun 2017 20:15:15 +0000 (9 16:15 -0400)
tree2a1be0e9a753d689f21a5f2fc05fed2eb5249503
parent4bdf11a9674c74462938bd0e03eac65e58c5eeb4
Update remote file syntax for Tramp

* testing/lisp/test-ox.el (test-org-export/file-uri):
* doc/org.texi (External links): The method part of remote file names
is mandatory now in the emacs master (26+).  A valid remote file name
starts with "/method:host:" or "/method:user@host:".  ssh is used as
an example method here.

This change in the examples is backward compatible with emacs 25, 24, ..

Suggested by: Michael Albinus <michael.albinus@gmx.de>
<http://lists.gnu.org/archive/html/emacs-orgmode/2017-06/msg00151.html>

Relevant commit in emacs master causing this change:
<http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=ed33337c3e0d0b1a8b140e23168421ea43d79324>
doc/org.texi
testing/lisp/test-ox.el