emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Exporting Agenda
@ 2013-12-19  7:09 Johann Spies
  2013-12-19  9:23 ` Johann Spies
  2013-12-19 11:18 ` Bastien
  0 siblings, 2 replies; 8+ messages in thread
From: Johann Spies @ 2013-12-19  7:09 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 959 bytes --]

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)

[-- Attachment #2: Type: text/html, Size: 1264 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Exporting Agenda
  2013-12-19  7:09 Exporting Agenda Johann Spies
@ 2013-12-19  9:23 ` Johann Spies
  2013-12-19 11:18 ` Bastien
  1 sibling, 0 replies; 8+ messages in thread
From: Johann Spies @ 2013-12-19  9:23 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1338 bytes --]

I upgraded to org-mode 8.4 and now pdf (ps) is working but the result for
ics is the same: a skeleton file.

Regards
Johann


On 19 December 2013 09:09, Johann Spies <johann.spies@gmail.com> wrote:

> 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)
>



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

[-- Attachment #2: Type: text/html, Size: 2055 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Exporting Agenda
  2013-12-19  7:09 Exporting Agenda Johann Spies
  2013-12-19  9:23 ` Johann Spies
@ 2013-12-19 11:18 ` Bastien
  2013-12-19 12:20   ` Johann Spies
  1 sibling, 1 reply; 8+ messages in thread
From: Bastien @ 2013-12-19 11:18 UTC (permalink / raw)
  To: Johann Spies; +Cc: emacs-orgmode

Hi Johann,

Johann Spies <johann.spies@gmail.com> writes:

> 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

Can you tell us how do you export?

Through C-c C-e ?

Also, please provide a minimal test file with a reproducible recipe,
this will help solve the issue.

Thanks,

-- 
 Bastien

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Exporting Agenda
  2013-12-19 11:18 ` Bastien
@ 2013-12-19 12:20   ` Johann Spies
  2013-12-19 20:45     ` Nicolas Goaziou
  0 siblings, 1 reply; 8+ messages in thread
From: Johann Spies @ 2013-12-19 12:20 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 440 bytes --]

Hello Bastien,

Thanks for your attention.

Can you tell us how do you export?
>
>

> Through C-c C-e ?
>
> No.  If I try that, it is not recognised as a valid combination.

I use C-x C-w when in agenda mode.


> Also, please provide a minimal test file with a reproducible recipe,
> this will help solve the issue.
>
>
Attached.


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

[-- Attachment #1.2: Type: text/html, Size: 1102 bytes --]

[-- Attachment #2: agenda.html --]
[-- Type: text/html, Size: 2546 bytes --]

[-- Attachment #3: toets.org --]
[-- Type: application/octet-stream, Size: 249 bytes --]

* TODO test export of ics
  SCHEDULED: <2013-12-19 Do>
* TODO test export of ics
  SCHEDULED: <2013-12-20 Vr>

* TODO test export of ics
  DEADLINE: <2013-12-26 Do> SCHEDULED: <2013-12-22 So>
 
* TODO test export of ics
  SCHEDULED: <2013-12-23 Ma>

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Exporting Agenda
  2013-12-19 12:20   ` Johann Spies
@ 2013-12-19 20:45     ` Nicolas Goaziou
  2013-12-20 18:17       ` Johann Spies
  0 siblings, 1 reply; 8+ messages in thread
From: Nicolas Goaziou @ 2013-12-19 20:45 UTC (permalink / raw)
  To: Johann Spies; +Cc: Bastien, emacs-orgmode

Hello,

Johann Spies <johann.spies@gmail.com> writes:

> Hello Bastien,
>
> Thanks for your attention.
>
> Can you tell us how do you export?
>>
>>
>
>> Through C-c C-e ?
>>
>> No.  If I try that, it is not recognised as a valid combination.
>
> I use C-x C-w when in agenda mode.
>
>
>> Also, please provide a minimal test file with a reproducible recipe,
>> this will help solve the issue.
>>
>>
> Attached.

You may need to tweak `org-icalendar-use-scheduled' (for VEVENT) and
`org-icalendar-include-todo' (for VTODO).


Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Exporting Agenda
  2013-12-19 20:45     ` Nicolas Goaziou
@ 2013-12-20 18:17       ` Johann Spies
  2013-12-21  7:58         ` Bastien
  0 siblings, 1 reply; 8+ messages in thread
From: Johann Spies @ 2013-12-20 18:17 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: Bastien, emacs-orgmode

On 19/12/2013 22:45, Nicolas Goaziou wrote:
> You may need to tweak `org-icalendar-use-scheduled' (for VEVENT) and
> `org-icalendar-include-todo' (for VTODO).

Thanks.

I have search a little bit on how to do this and found something that 
works for me.

Regards
Johann
-- 
J.H. Spies - Tel. 021-982 2694 / 082 782 0336 / 021-808 4699(w)
              Posbus 4668, Tygervallei 7536

      "Submit yourselves therefore to God. Resist the devil,
       and he will flee from you."          James 4:7

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Exporting Agenda
  2013-12-20 18:17       ` Johann Spies
@ 2013-12-21  7:58         ` Bastien
  2013-12-23  6:44           ` Johann Spies
  0 siblings, 1 reply; 8+ messages in thread
From: Bastien @ 2013-12-21  7:58 UTC (permalink / raw)
  To: Johann Spies; +Cc: emacs-orgmode, Nicolas Goaziou

Hi Johann,

Johann Spies <johann.spies@gmail.com> writes:

> On 19/12/2013 22:45, Nicolas Goaziou wrote:
>> You may need to tweak `org-icalendar-use-scheduled' (for VEVENT) and
>> `org-icalendar-include-todo' (for VTODO).
>
> Thanks.
>
> I have search a little bit on how to do this and found something that
> works for me.

If the solution is generic enough, maybe it's worth sharing it on the
list?

Thanks in advance!

-- 
 Bastien

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Exporting Agenda
  2013-12-21  7:58         ` Bastien
@ 2013-12-23  6:44           ` Johann Spies
  0 siblings, 0 replies; 8+ messages in thread
From: Johann Spies @ 2013-12-23  6:44 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode, Nicolas Goaziou

[-- Attachment #1: Type: text/plain, Size: 780 bytes --]

On 21 December 2013 09:58, Bastien <bzg@altern.org> wrote:

> Hi Johann,
>
> Johann Spies <johann.spies@gmail.com> writes:
>
> > On 19/12/2013 22:45, Nicolas Goaziou wrote:
> >> You may need to tweak `org-icalendar-use-scheduled' (for VEVENT) and
> >> `org-icalendar-include-todo' (for VTODO).
> >
> > Thanks.
> >
> > I have search a little bit on how to do this and found something that
> > works for me.
>
> If the solution is generic enough, maybe it's worth sharing it on the
> list?
>
>
It was this message that helped me to get mine working(You also took part
in that thread):

https://lists.gnu.org/archive/html/emacs-orgmode/2009-07/msg00839.html

Regards
Johann

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

[-- Attachment #2: Type: text/html, Size: 1481 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-12-23  6:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-19  7:09 Exporting Agenda Johann Spies
2013-12-19  9:23 ` Johann Spies
2013-12-19 11:18 ` Bastien
2013-12-19 12:20   ` Johann Spies
2013-12-19 20:45     ` Nicolas Goaziou
2013-12-20 18:17       ` Johann Spies
2013-12-21  7:58         ` Bastien
2013-12-23  6:44           ` Johann Spies

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).