emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Suppress *org caldav sync result* buffer
@ 2018-06-01  9:20 Loris Bennett
  0 siblings, 0 replies; only message in thread
From: Loris Bennett @ 2018-06-01  9:20 UTC (permalink / raw)
  To: emacs-orgmode

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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-06-01  9:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-01  9:20 Suppress *org caldav sync result* buffer Loris Bennett

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).