all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Toggle appointment notification
@ 2020-12-01  3:47 pietru
  2020-12-01  4:56 ` Emanuel Berg via Users list for the GNU Emacs text editor
  2020-12-01  9:13 ` Andreas
  0 siblings, 2 replies; 86+ messages in thread
From: pietru @ 2020-12-01  3:47 UTC (permalink / raw)
  To: Help Gnu Emacs


Want to toggle between enable and disable appointment notification and have
put a defun as so below.  I reckon that both  appt-activate and appt-check
are needed but not absolutely aware of what and how they activate things
for appointments.

What would be a right approach to toggle between enable and disable using
a single key-sequence for my case here?

(defun diary-appt-ntf (n)
   "Switches diary appointment notification."

   (appt-activate n)  ; Activates diary appointment notification

   (if (< n 1)
     (appt-check 1)    ; Checks appointments and updates reminders.
     (appt-check nil)) ; Disables appt-check
)





^ permalink raw reply	[flat|nested] 86+ messages in thread

end of thread, other threads:[~2020-12-17  4:31 UTC | newest]

Thread overview: 86+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-01  3:47 Toggle appointment notification pietru
2020-12-01  4:56 ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-12-01  5:03   ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-12-01 18:35     ` pietru
2020-12-01 18:52       ` Jean Louis
2020-12-01 19:01         ` pietru
2020-12-01 19:13         ` pietru
2020-12-01 19:23           ` Jean Louis
2020-12-01 19:38             ` pietru
2020-12-01 19:53             ` tomas
2020-12-01 19:58               ` pietru
2020-12-02 15:00                 ` pietru
2020-12-02 15:15                   ` pietru
2020-12-02 15:47                     ` Michael Heerdegen
2020-12-02 15:58                       ` pietru
2020-12-02 17:39                         ` pietru
2020-12-02 17:46                           ` pietru
2020-12-03  1:39                             ` Michael Heerdegen
2020-12-03  2:18                               ` pietru
2020-12-03 22:32                                 ` Michael Heerdegen
2020-12-03  1:50                         ` Michael Heerdegen
2020-12-03  2:14                           ` pietru
2020-12-03  3:23                             ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-12-03  4:06                               ` pietru
2020-12-03  4:22                                 ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-12-03 22:38                               ` Michael Heerdegen
2020-12-12  1:07                                 ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-12-12  1:26                                   ` Christopher Dimech
2020-12-12  1:50                                     ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-12-12  1:48                                   ` Christopher Dimech
2020-12-12  1:53                                     ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-12-12  1:59                                       ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-12-12  3:55                                   ` Michael Heerdegen
2020-12-12  4:23                                     ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-12-12 22:42                                       ` Michael Heerdegen
2020-12-17  4:31                                         ` Michael Heerdegen
2020-12-03  2:17                           ` daniela-spit
2020-12-03  3:19                           ` Pankaj Jangid
2020-12-03  5:35                           ` pietru
2020-12-03 15:19                           ` pietru
2020-12-03 17:09                             ` Jean Louis
2020-12-03 17:20                               ` pietru
2020-12-03 17:58                                 ` Jean Louis
2020-12-03 18:29                                   ` pietru
2020-12-03 19:41                                     ` Jean Louis
2020-12-03 19:58                                     ` Jean Louis
2020-12-03 20:23                                       ` pietru
2020-12-03 20:38                                         ` Jean Louis
2020-12-03 21:30                                           ` Christopher Dimech
2020-12-03 22:43                                             ` Arthur Miller
2020-12-03 22:51                                               ` Christopher Dimech
2020-12-03 23:12                                             ` Michael Heerdegen
2020-12-03 23:03                                     ` Michael Heerdegen
2020-12-03 23:49                                       ` Jean Louis
2020-12-04  0:28                                         ` pietru
2020-12-04  5:59                                           ` Jean Louis
2020-12-04  6:28                                             ` pietru
2020-12-04  7:11                                               ` Jean Louis
2020-12-03 23:59                                       ` pietru
2020-12-04  1:13                                         ` Michael Heerdegen
2020-12-04  1:39                                           ` pietru
2020-12-03 10:19                   ` Jean Louis
2020-12-01 21:44               ` Michael Heerdegen
2020-12-02  8:41                 ` tomas
2020-12-02 12:05                   ` Christopher Dimech
2020-12-02 12:37                     ` tomas
2020-12-02 13:15                       ` Christopher Dimech
2020-12-02 13:52                         ` tomas
2020-12-02 14:10                           ` Christopher Dimech
2020-12-02 14:20                             ` Robert Pluim
2020-12-02 15:04                               ` Christopher Dimech
2020-12-02 15:08                         ` Jean Louis
2020-12-02 21:14                           ` tomas
2020-12-02 21:41                             ` Jean Louis
2020-12-02 22:35                               ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-12-02 22:54                                 ` Jean Louis
2020-12-02 15:25                         ` Drew Adams
2020-12-02 15:04                   ` Jean Louis
2020-12-02  1:54               ` daniela-spit
2020-12-02  2:47                 ` Michael Heerdegen
2020-12-02  3:04                   ` daniela-spit
2020-12-02  3:23                     ` Michael Heerdegen
2020-12-02  4:16                       ` daniela-spit
2020-12-02  4:26                       ` daniela-spit
2020-12-02  4:59                     ` Jean Louis
2020-12-01  9:13 ` Andreas

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.