Hi Konstantin, Konstantin Ziegler <konstantin.zieg...@gmail.com> 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