From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcin Borkowski Subject: A problem with publishing Date: Sun, 23 Mar 2014 22:01:57 +0100 Message-ID: <20140323220157.10c18f17@aga-netbook> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38163) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRpX7-0001Y0-TK for emacs-orgmode@gnu.org; Sun, 23 Mar 2014 17:02:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WRpX2-0004Kl-2i for emacs-orgmode@gnu.org; Sun, 23 Mar 2014 17:02:17 -0400 Received: from msg.wmi.amu.edu.pl ([2001:808:114:2::50]:40756) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRpX1-0004Ka-SZ for emacs-orgmode@gnu.org; Sun, 23 Mar 2014 17:02:12 -0400 Received: from localhost (localhost [127.0.0.1]) by msg.wmi.amu.edu.pl (Postfix) with ESMTP id E21FB4209D for ; Sun, 23 Mar 2014 22:02:09 +0100 (CET) Received: from msg.wmi.amu.edu.pl ([127.0.0.1]) by localhost (msg.wmi.amu.edu.pl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tO1tVwRfrOpj for ; Sun, 23 Mar 2014 22:02:09 +0100 (CET) Received: from aga-netbook (99-234.echostar.pl [213.156.99.234]) by msg.wmi.amu.edu.pl (Postfix) with ESMTPSA id 87A9742062 for ; Sun, 23 Mar 2014 22:02:09 +0100 (CET) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org-mode mailing list Hi list, publishing doesn't work. I guess that I broke something;). May the source and publishing directories be the same? I have this in my init.el: (setq org-publish-project-alist '(("fnis2014" :base-directory "~/directory" :publishing-directory "~/directory" :base-extension "org\\|css\\|jpg\\|png" :publishing-function org-reveal-export-to-html :completion-function (lambda () (compile "make install"))))) The "make install" means just rsync'ing to a remote server. When I "export" (C-c C-e R R) and then "publish" (C-c C-e P x) (or "M-x compile"), everything is ok. When I just "publish", changes seem not to be pushed to the remote server, and I'm left with some *Org export* process buffers. I know that I didn't give much details, but my suspicion is that I'm doing something obviously wrong. If this is not the case, I'll try to isolate the problem and prepare an ECM. Best, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University