On 2014-03-28 00:44, Marcin Borkowski wrote:
Dnia 2014-03-26, o godz. 09:26:15
Rick Frankel <r...@rickster.com> napisaĆ(a):
On 2014-03-23 17:01, Marcin Borkowski wrote:
BTW, org-publish has built-in support for pushing to a remote server.
You can use a tramp url as the publishing-directory, bypassing the
completion function.
I know, but I read in the manual that it may not be the fastest thing
in the world. (In fact, I use a very simple Makefile, which in turn
uses rsync, so it /might/ indeed be faster, not copying unnecessary
stuff. Not sure whether Emacs+Tramp would do it.)
Org publish uses a timestamp cache, so while the wire protocol may be
slower, it doesn't copy unnecessary files and doesn't need to
communicate with the remote host to decide which files to copy.
Bonus of course is that the org-publish approach is self-contained
and "reproducible".
rick