help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Inserting comments in diary file


From: Michael Heerdegen
Subject: Re: Inserting comments in diary file
Date: Sun, 20 Dec 2020 07:03:27 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

michael-franzese@gmx.com writes:

> > | You can write ‘comments’ in diary entries, by setting the variables
> > | ‘diary-comment-start’ and ‘diary-comment-end’ to strings that delimit
> > | comments.
>
> > Can you try that?
>
> What does that mean? 

That you can e.g.

(setq diary-comment-start "{")
(setq diary-comment-end   "}")

and then everything in a diary file enclosed in {...} should be treated
as a comment.  Does that answer your question?

Michael.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]