[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: send agenda-weekly-view via email html formated
From: |
Ihor Radchenko |
Subject: |
Re: send agenda-weekly-view via email html formated |
Date: |
Sun, 31 Oct 2021 17:42:31 +0800 |
Uwe Brauer <oub@mat.ucm.es> writes:
> Thanks I run a test in an org-agenda and obtained
>
> ,----
> |
> | Debugger entered--Lisp error: (void-function file-name-concat)
That's a function from latest Emacs. You may also use simple concat or
even directly "/tmp/agenda.html" (temporary-file-directory is only
available from Emacs 26).
Best,
Ihor