[O] changing "Agenda View (unsaved)" title for agenda export to pdf

2011-09-07 Thread Konstantin Ziegler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dear list,

I've configured several agenda views and use their pdf-exports quite
frequently.
Is there a way to substitute the generic header "Agenda View (unsaved)"
with something specific to the agenda view?  Maybe the description that
is used in the agenda buffer?  Or maybe some option in the definition of
that particular agenda?

Cheers,
Konstantin


-BEGIN PGP SIGNATURE-
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk5n4xAACgkQKOC7q8mJ3ALi8gCgiS8SaYvsdgsHzwE3ci3CnLje
400An1dKHFpuC7zLRWmoo/76egdF4Tgu
=ntIA
-END PGP SIGNATURE-



Re: [O] changing "Agenda View (unsaved)" title for agenda export to pdf

2011-09-12 Thread Konstantin Ziegler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I received the following suggestion

> You might try adding this to your custom command:
> (org-agenda-overriding-header "Notes")

I tried that already, but would like to document that on the mailing
list for future reference.

This only changes the header for the specific "section" in the agenda
view.  I would like to change the "title" of that particular agenda
view, which occurs in a big box on top of the document for the
pdf-export and as the title in the html export.

Where can I find/modify the latex-template that is used for the
pdf-export of the agenda view?

Cheers,
Konstantin
-BEGIN PGP SIGNATURE-
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk5uCZ4ACgkQKOC7q8mJ3ALzXQCdF8KBFwbPH/CcePTLNa51qOKE
S7IAnim0NtewLY6VO/CI52r/PuuiNTDJ
=OX01
-END PGP SIGNATURE-



Re: [O] changing "Agenda View (unsaved)" title for agenda export to pdf

2011-12-31 Thread Bastien
Hi Konstantin,

Konstantin Ziegler  writes:

> I've configured several agenda views and use their pdf-exports quite
> frequently.
> Is there a way to substitute the generic header "Agenda View (unsaved)"
> with something specific to the agenda view?  Maybe the description that
> is used in the agenda buffer?  Or maybe some option in the definition of
> that particular agenda?

You can now use this:

(setq org-agenda-exporter-settings
 '((org-agenda-write-buffer-name "Your Agenda View Name")))

Also check `org-agenda-before-write-hook', which might help.

Thanks,

-- 
 Bastien