From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sven Bretfeld" Subject: Re: Adding entries to Google calendar Date: 9 Sep 2010 10:56:56 +0200 Message-ID: <87bp87l2g7.fsf@gmx.ch> References: <8739tp1tez.fsf@gmx.ch> <8739tp5uyc.wl%ucecesf@ucl.ac.uk> <87wrr1z3ui.fsf@rub.de> <87pqwsxvg3.wl%ucecesf@ucl.ac.uk> <87pqwosj1s.fsf@rub.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=48775 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OtcwF-0006IX-JY for emacs-orgmode@gnu.org; Thu, 09 Sep 2010 04:57:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OtcwE-0003bD-I7 for emacs-orgmode@gnu.org; Thu, 09 Sep 2010 04:56:59 -0400 Received: from mx5.rz.ruhr-uni-bochum.de ([134.147.64.33]:37638) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OtcwE-0003aG-AF for emacs-orgmode@gnu.org; Thu, 09 Sep 2010 04:56:58 -0400 In-Reply-To: (Matt Price's message of "Wed, 8 Sep 2010 11:34:46 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Matt Price Cc: emacs-orgmode@gnu.org Hi Matt Matt Price writes: > Sven says something about using org-remember to do the same work -- > it's not clear to me whether you have that working, Sven.=C2=A0 In any ca= se > would it be difficult to use org-capture instead of the diary?=C2=A0 That > would certainly be better for my workflow, since i'm not in my > calendar view very often (htough i suppose if i'm making an > appointment maybe i ought to be.=C2=A0 No, I don't. It is indeed possible to add an advice to org-remember-finalize and I think this could be the right point to start from. But we have to find a way to parse the data from the remember-buffer. Eric's approach is different, because he uses variables that do only occur when using the "agenda to diary" method. However, I fear that my abilities are to weak for that. I cannot really read and understand complex Lisp packages like org-remember.el or org-capture.el. Greetings, Sven