From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johann Spies Subject: Exporting Agenda Date: Thu, 19 Dec 2013 09:09:03 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11346f682cdd9604edddd6f0 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48080) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtXjH-0001ow-6Q for emacs-orgmode@gnu.org; Thu, 19 Dec 2013 02:09:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VtXjE-00052H-Lh for emacs-orgmode@gnu.org; Thu, 19 Dec 2013 02:09:07 -0500 Received: from mail-ig0-x22d.google.com ([2607:f8b0:4001:c05::22d]:42098) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtXjE-00052C-GI for emacs-orgmode@gnu.org; Thu, 19 Dec 2013 02:09:04 -0500 Received: by mail-ig0-f173.google.com with SMTP id uq10so11237468igb.0 for ; Wed, 18 Dec 2013 23:09:03 -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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --001a11346f682cdd9604edddd6f0 Content-Type: text/plain; charset=ISO-8859-1 I am trying to export the agenda and so far I can only export to html. The other formats (ps, pdf and ics) fail. Exports to ics ends up in an empty ics-file like this: BEGIN:VCALENDAR VERSION:2.0 X-WR-CALNAME:OrgMode PRODID:-//Johann Spies//Emacs with Org mode//EN X-WR-TIMEZONE:SAST X-WR-CALDESC: CALSCALE:GREGORIAN END:VCALENDAR The html file is good. ps and pdf exports fail totally with no output at all. When trying to use ics, ps and pdf exports I get Wrong type argument, stringp , nil I have the following in my .emacs (setq org-agenda-exporter-settings '((ps-number-of-columns 2) (ps-landscape-mode t) (org-agenda-add-entry-text-maxlines 5) (htmlize-output-type 'css))) I am using orgmode 8.2.1-1 on Debian with emacs24. What am I missing? Regards Johann -- Because experiencing your loyal love is better than life itself, my lips will praise you. (Psalm 63:3) --001a11346f682cdd9604edddd6f0 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I am trying to export the agenda and so far I ca= n only export to html.=A0 The other formats (ps, pdf and ics) fail.

=
Exports to ics ends up in an empty ics-file like this:

BEGIN:V= CALENDAR
VERSION:2.0
X-WR-CALNAME:OrgMode
PRODID:-//Johann Spies//Emacs with O= rg mode//EN
X-WR-TIMEZONE:SAST
X-WR-CALDESC:
CALSCALE:GREGORIANEND:VCALENDAR


The html file is good.

ps and pdf exports fail totally with no output at all. When trying to = use ics, ps and pdf exports I get

Wrong type argument, s= tringp , nil

I have the following in my .emacs

=A0=A0 (setq org-agenda-exporter-settings
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0 '((ps-number-of-columns 2)
=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0 (ps-landscape-mode t)
=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 (org-agenda-add-entry-text-maxlines 5)
= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 (htmlize-output-type &#= 39;css)))


I am using orgmode 8.2.1-1 on Debian with emacs24.
What am I missing?

Regards
Joh= ann

--
Because experiencing your loyal love= is better than life itself,
my lips will praise you.=A0 (Psalm 63:3)
--001a11346f682cdd9604edddd6f0--