From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/83069 Path: news.gmane.org!not-for-mail From: Jan Tatarik Newsgroups: gmane.emacs.gnus.general Subject: Re: iCalendar support: reply to invitations, sync to org Date: Mon, 15 Apr 2013 03:34:55 +0200 Message-ID: <5n5x2rehecfuf4.fsf@nb-jtatarik2.xing.hh> References: <5n5x2r38v8y3nk.fsf@nb-jtatarik2.xing.hh> <87fvyviumt.fsf@ucl.ac.uk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1365989787 2097 80.91.229.3 (15 Apr 2013 01:36:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Apr 2013 01:36:27 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M31335@lists.math.uh.edu Mon Apr 15 03:36:31 2013 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1URYLK-0002DF-Fb for ding-account@gmane.org; Mon, 15 Apr 2013 03:36:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1URYK8-0006V4-Be; Sun, 14 Apr 2013 20:35:12 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1URYK5-0006Uo-EB for ding@lists.math.uh.edu; Sun, 14 Apr 2013 20:35:09 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1URYK2-0003HD-UD for ding@lists.math.uh.edu; Sun, 14 Apr 2013 20:35:08 -0500 Original-Received: from mail-bk0-f46.google.com ([209.85.214.46]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1URYK1-0002N3-86 for ding@gnus.org; Mon, 15 Apr 2013 03:35:05 +0200 Original-Received: by mail-bk0-f46.google.com with SMTP id je9so2118707bkc.19 for ; Sun, 14 Apr 2013 18:34:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=BurCH9lu+S0kAu4hqJ6dlwGO5YMy+IDVg0czeeRivXQ=; b=tG9tEq2TA4rrV9Gb1UlcMIgiDjs7dqbjVqtolCyH7HGbp2634qZ9yZphu2FZVrjODT bsWR3RvTGZQRnTlHT04d0T9/J1LB8SMwFjCcmt/Ck6YHzZVIYa56nlW8vAn3hyD6lyhD /8WDpqJZuC0Y8NqDhksTLKTTYk32lRRaYvQGHE++RerBzIQrf1iW38/S6J/M1QGObZy2 RMUXCGpxPOIqhTnSju5IbtSUY5+e9rmKw1Q/5CPlR56GkXRvQGBj/VwwLMEHUEZ5NI6+ j3/9D7TaRHyozc3gVeuuazXS8Fh8BW8tPASeE4uvxGN08W772Fr+ODmKsSop2WMWMzU+ ZTfQ== X-Received: by 10.204.166.71 with SMTP id l7mr7527396bky.28.1365989699296; Sun, 14 Apr 2013 18:34:59 -0700 (PDT) Original-Received: from nb-jtatarik2.xing.hh (e177233182.adsl.alicedsl.de. [85.177.233.182]) by mx.google.com with ESMTPS id gu14sm7506668bkc.1.2013.04.14.18.34.57 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 14 Apr 2013 18:34:58 -0700 (PDT) In-Reply-To: <87fvyviumt.fsf@ucl.ac.uk> (Eric S. Fraga's message of "Fri, 12 Apr 2013 17:25:14 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Spam-Score: -3.0 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:83069 Archived-At: On Fri, Apr 12 2013, Eric S Fraga Eric S Fraga wrote: [...] > I have tried this with invites from both Google and Outlook calendars > and both work very well in terms of showing the details in the > email. This alone makes my life so much simpler! > I am not sure about the responses yet but I will play some more. > However, the integration with org is definitely not working for me. I > have: > #+begin_src emacs-lisp > (setq gnus-calendar-org-capture-file "~/s/notes/diary.org") > (setq gnus-calendar-org-capture-headline '("email")) > (gnus-calendar-org-setup) > #+end_src > but when I select the button to add the event to my org file, I get: > : org-find-olp: Heading not found on level 1: email > The diary file, mentioned above, has: > * email > as one of the lines. What am I doing wrong? I can only reproduce the error message when - the diary file does not exist on the filesystem (unsaved emacs buffer is not enough) - the diary file exists, but does not contain '* email' Please check whether ~/s/notes/diary.org is saved to the filesystem and really contains the 'email' outline. I tested with the same org file path/name as above, and the org file contained single line * email and it worked. Let me know if you cannot get it work, we'll try another approach.