From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xebar Saram Subject: Re: export to ics a specific buffer every X hours Date: Tue, 30 Aug 2016 16:59:56 +0300 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11416240561a5e053b4a6565 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40012) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beja4-0001wN-Vz for emacs-orgmode@gnu.org; Tue, 30 Aug 2016 10:00:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1beja2-0004tT-Tk for emacs-orgmode@gnu.org; Tue, 30 Aug 2016 10:00:00 -0400 Received: from mail-yw0-x236.google.com ([2607:f8b0:4002:c05::236]:34276) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beja2-0004tO-OA for emacs-orgmode@gnu.org; Tue, 30 Aug 2016 09:59:58 -0400 Received: by mail-yw0-x236.google.com with SMTP id z8so11688352ywa.1 for ; Tue, 30 Aug 2016 06:59:58 -0700 (PDT) In-Reply-To: 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: John Kitchin Cc: org mode , Philip Hudson --001a11416240561a5e053b4a6565 Content-Type: text/plain; charset=UTF-8 Thx John, this is *exactly* what i wanted...its just as always my wishes and code skills dont align thx so much again Z On Tue, Aug 30, 2016 at 4:50 PM, John Kitchin wrote: > > (defun z/export-to-ics () > (interactive) > (with-current-buffer (find-file-noselect "meetings.org") > (rename-file (org-icalendar-export-to-ics) > "/home/zeltak/org/files/export/kcal.ics") > (message "exported to ics"))) > --001a11416240561a5e053b4a6565 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Thx John, this is *exactly* wha= t i wanted...its just as always my wishes and code skills dont align
<= div class=3D"gmail_extra">
thx so much = again

= Z


=
On Tue, Aug 30, 2016 at 4:50 PM, John Kitchin <jkitchin@andrew.cmu.edu> wrote:

(defun z/expor= t-to-ics ()
(interactive)
(with-current-buffer (= find-file-noselect "= meetings.org")
(rename-file (org-icalendar-export-to-ics)
"/home/zeltak/org/files/export/kcal.ics")
(message "exported to ics")))


--001a11416240561a5e053b4a6565--