From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Loris Bennett" Subject: Suppress *org caldav sync result* buffer Date: Fri, 01 Jun 2018 11:20:45 +0200 Message-ID: <87h8mm7thu.fsf@hornfels.zedat.fu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54525) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fOgF1-0002uz-Jr for emacs-orgmode@gnu.org; Fri, 01 Jun 2018 05:21:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fOgEx-0003uj-LU for emacs-orgmode@gnu.org; Fri, 01 Jun 2018 05:20:59 -0400 Received: from [195.159.176.226] (port=33631 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fOgEx-0003tx-Dl for emacs-orgmode@gnu.org; Fri, 01 Jun 2018 05:20:55 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1fOgCm-0006q2-Iw for emacs-orgmode@gnu.org; Fri, 01 Jun 2018 11:18:40 +0200 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" To: emacs-orgmode@gnu.org Hi, >From Bastian's setup here: https://github.com/bzg/dotemacs/blob/master/emacs.el I stole (thanks, Bastian!) and modified some code to get: (defun lb/caldav-sync-priv () (interactive) (let ((org-caldav-inbox "~/org/calendar.org") (org-caldav-url "https://some.server.de/remote.php/dav/") (org-caldav-calendar-id "calendars/loris/priv/") (org-caldav-files nil)) (call-interactively 'org-caldav-sync))) When I run this, it produces a buffer called *org caldav sync result*. This is fine, except that it replaces the buffer which is currently active. How can I make the sync results buffer stay somewhere in the background? Cheers, Loris -- This signature is currently under construction.