From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Fwd: asynch ical export Date: Wed, 24 Jan 2018 10:13:21 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32888) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eeH7Y-00027U-Qe for emacs-orgmode@gnu.org; Wed, 24 Jan 2018 04:13:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eeH7U-00072B-O2 for emacs-orgmode@gnu.org; Wed, 24 Jan 2018 04:13:28 -0500 Received: from mail-lf0-x235.google.com ([2a00:1450:4010:c07::235]:42813) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eeH7U-000717-FZ for emacs-orgmode@gnu.org; Wed, 24 Jan 2018 04:13:24 -0500 Received: by mail-lf0-x235.google.com with SMTP id q17so4222256lfa.9 for ; Wed, 24 Jan 2018 01:13:24 -0800 (PST) Received: from geus2690macwsm.geus.dk (gate.geus.dk. [195.41.77.253]) by smtp.gmail.com with ESMTPSA id x197sm452683lfa.96.2018.01.24.01.13.22 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 24 Jan 2018 01:13:22 -0800 (PST) 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: org-mode Hi List, [Apologies if you get this 2x. I got the first one bounced back claiming the list address did not exist] When I try asynchronous ical export via (org-icalendar-combine-agenda-files t), it does not appear to work. I'm using org 9.1.6. If I evaluate (org-icalendar-combine-agenda-files t) the target ics file is not updated, but it is if I change 't' to 'nil'. When I run that from the command line with, for example: emacsclient --eval '(org-icalendar-combine-agenda-files t)' I see the following printed to the terminal: (lambda (p status) (let ((proc-buffer (process-buffer p))) (when (eq (process-status p) 'exit) (unwind-protect (if (zerop (process-exit-status p)) (unwind-protect (let ((results (with-current-buffer proc-buffer (goto-char (point-max)) (backward-sexp) (read (current-buffer))))) (funcall #[257 "\301\30!\303\"\207" [org-icalendar-combined-agenda-file org-export-add-to-stack expand-file-name icalendar] 4 "\n\n(fn _)"] results)) (unless org-export-async-debug (and (get-buffer proc-buffer) (kill-buffer proc-buffer)))) (org-export-add-to-stack proc-buffer nil p) (ding) (message "Process `%s' exited abnormally" p)) (unless org-export-async-debug (delete-file "/var/folders/7y/lbz1bs057398tql00m7fz0hr0000gn/T/org-export-process1310Sqq")))))) Can someone help me understand why asynch export might not be working? Thanks, -k.