Hi Jean, > Error: Symbol’s function definition is void: >> rcd-my-home This is in rcd-my-home: (defun rcd-my-home () "Return my home directory." (file-name-as-directory (getenv "HOME"))) Kind regards Gottfried Am 27.12.22 um 17:39 schrieb Gottfried: > Hi Jean, > > I tried to install rcd-utilities.el > with > M-x package-install-file RET rcd-utilities.el RET > > I got this message > > Leaving directory ‘/home/gfp/.config/emacs/elpa/rcd-utilities-2.10’ > > Compiling file > /home/gfp/.config/emacs/elpa/rcd-utilities-2.10/rcd-utilities.el at Tue > Dec 27 17:33:43 2022 > Entering directory ‘/home/gfp/.config/emacs/elpa/rcd-utilities-2.10/’ > rcd-utilities.el:108:44: Warning: file-directory-p called with 2 arguments, >     but accepts only 1 > > In rcd-sql-current-weekday: > rcd-utilities.el:1073:60: Warning: reference to free variable ‘cf-db’ > > In read-from-buffer: > rcd-utilities.el:1180:27: Warning: Unused lexical variable >     `my-buffer-kill-hook' > > In rcd-uuid-p: > rcd-utilities.el:2692:37: Warning: reference to free variable >     ‘thing-at-point-uuid-regexp’ > rcd-utilities.el:2707:1: Error: Symbol’s function definition is void: > rcd-my-home > > > Kind regards > > Gottfried > > > Am 19.12.22 um 18:19 schrieb Jean Louis: >> >> * Gottfried [2022-12-19 16:51]: >>> Hi Jean, >>> >>> how can I generate PDF? >> >> With my package you have to use also: >> >> GNU Emacs package: rcd-utilities.el : >> https://gnu.support/gnu-emacs/packages/rcd-utilities-el.html >> >> which is pretty personal utilities. >> >> Then you do preview with rcd-paps.el by using: >> >> M-x rcd-paps-buffer-to-pdf-view or just to generate PDF: >> >> M-x rcd-paps-buffer-to-pdf >> >> or C-u M-x rcd-paps-buffer-to-pdf as with prefix C-u you will be asked >> for title, orientation and columns. >> >>> I installed pdf-tools, but I don't know how to use it. >>> It said I should use >>> >>> C-c C-c  to change to this mode. >> >> I do not know about pdf-tools. >> > --