emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Re Audible reminder in org-mode not working
@ 2010-07-15  9:15 evita moreno
  2010-07-15 12:33 ` Matt Lundin
  0 siblings, 1 reply; 5+ messages in thread
From: evita moreno @ 2010-07-15  9:15 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 1383 bytes --]


Dear all,
I have a question which may look like it is already answered but the solutions provided in previous threads don't really work for me. FYI, I am using a Linux Mint Isadora distribution and I tried to run org-mode both in a console-session of emacs (emacs -nw) and in an emacs GUI. I have tried to set an audible reminder for my appointments using:
(setq appt-audible t)
For some reason, this does not seem to work (the visible reminder works just fine). I am sure it does not have to do with volume as it works fine with other apps. BTW, the code I am using is collected from various threads and given that I know next to nothing in LISP, I can safely assume that this is probably the reason the whole audible reminder thing is not working.... 
I was wondering whether anyone out there could provide a bit of code to set audible reminders in org-mode (preferably working in a console too). I am teaching young people to use emacs and org-mode to do their research and running emacs in a console is probably the best thing to do to to stop them from getting distracted from menus, toolbars and other things!
Thanks a lot for taking the time to read my (rather) lengthy message.
-Evita 		 	   		  
_________________________________________________________________
Hotmail: Powerful Free email with security by Microsoft.
https://signup.live.com/signup.aspx?id=60969

[-- Attachment #1.2: Type: text/html, Size: 1712 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

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

* Re: Re Audible reminder in org-mode not working
  2010-07-15  9:15 Re Audible reminder in org-mode not working evita moreno
@ 2010-07-15 12:33 ` Matt Lundin
  2010-07-15 15:06   ` evita moreno
  0 siblings, 1 reply; 5+ messages in thread
From: Matt Lundin @ 2010-07-15 12:33 UTC (permalink / raw)
  To: evita moreno; +Cc: emacs-orgmode

evita moreno <evitamoreno80@live.com> writes:

> Dear all,
>
> I have a question which may look like it is already answered but the
> solutions provided in previous threads don't really work for me. FYI, I
> am using a Linux Mint Isadora distribution and I tried to run org-mode
> both in a console-session of emacs (emacs -nw) and in an emacs GUI. I
> have tried to set an audible reminder for my appointments using:
>
> (setq appt-audible t)
>
> For some reason, this does not seem to work (the visible reminder works
> just fine). I am sure it does not have to do with volume as it works
> fine with other apps. BTW, the code I am using is collected from
> various threads and given that I know next to nothing in LISP, I can
> safely assume that this is probably the reason the whole audible
> reminder thing is not working.... 
>
> I was wondering whether anyone out there could provide a bit of code to
> set audible reminders in org-mode (preferably working in a console
> too). I am teaching young people to use emacs and org-mode to do their
> research and running emacs in a console is probably the best thing to
> do to to stop them from getting distracted from menus, toolbars and
> other things!

The first question: Does your computer "beep" under other circumstances?
It's very likely that Linux Mint disables the beep by default. What is
the result the following command produce?

lsmod | grep pcspkr

If pcspkr is enabled, you might want check the value of the following
options with M-x describe-variable....

visible-bell
ring-bell-function

Best,
Matt

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

* RE: Re Audible reminder in org-mode not working
  2010-07-15 12:33 ` Matt Lundin
@ 2010-07-15 15:06   ` evita moreno
  2010-07-15 18:51     ` Sébastien Vauban
  2010-07-22 14:00     ` Matthew Lundin
  0 siblings, 2 replies; 5+ messages in thread
From: evita moreno @ 2010-07-15 15:06 UTC (permalink / raw)
  To: mdl; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 2778 bytes --]


Hello Matt (and thank you for your time!),
Typing $ sudo lsmod | grep pcspkrin my terminal does not give anything. It simply shows the next prompt (if I am using the correct terminology - I am new in emacs and Linux!).
I was able to change the value of the visible bell but I was not able to find a corresponding option for the ring-bell-function. More specifically, the former comes up with a menu/button inside the buffer, which, if selected, allows one to modify value of the visible-bell. The latter (i.e., the ring-bell-function) does not offer such an option.
Any suggestions are more than welcome.
Maybe it is the distribution that disables the audible bell.
Many thanks once more,
Evita
> From: mdl@imapmail.org
> To: evitamoreno80@live.com
> CC: emacs-orgmode@gnu.org
> Subject: Re: Re Audible reminder in org-mode not working
> Date: Thu, 15 Jul 2010 08:33:27 -0400
> 
> evita moreno <evitamoreno80@live.com> writes:
> 
> > Dear all,
> >
> > I have a question which may look like it is already answered but the
> > solutions provided in previous threads don't really work for me. FYI, I
> > am using a Linux Mint Isadora distribution and I tried to run org-mode
> > both in a console-session of emacs (emacs -nw) and in an emacs GUI. I
> > have tried to set an audible reminder for my appointments using:
> >
> > (setq appt-audible t)
> >
> > For some reason, this does not seem to work (the visible reminder works
> > just fine). I am sure it does not have to do with volume as it works
> > fine with other apps. BTW, the code I am using is collected from
> > various threads and given that I know next to nothing in LISP, I can
> > safely assume that this is probably the reason the whole audible
> > reminder thing is not working.... 
> >
> > I was wondering whether anyone out there could provide a bit of code to
> > set audible reminders in org-mode (preferably working in a console
> > too). I am teaching young people to use emacs and org-mode to do their
> > research and running emacs in a console is probably the best thing to
> > do to to stop them from getting distracted from menus, toolbars and
> > other things!
> 
> The first question: Does your computer "beep" under other circumstances?
> It's very likely that Linux Mint disables the beep by default. What is
> the result the following command produce?
> 
> lsmod | grep pcspkr
> 
> If pcspkr is enabled, you might want check the value of the following
> options with M-x describe-variable....
> 
> visible-bell
> ring-bell-function
> 
> Best,
> Matt
 		 	   		  
_________________________________________________________________
Hotmail: Trusted email with Microsoft’s powerful SPAM protection.
https://signup.live.com/signup.aspx?id=60969

[-- Attachment #1.2: Type: text/html, Size: 3459 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

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

* Re: Re Audible reminder in org-mode not working
  2010-07-15 15:06   ` evita moreno
@ 2010-07-15 18:51     ` Sébastien Vauban
  2010-07-22 14:00     ` Matthew Lundin
  1 sibling, 0 replies; 5+ messages in thread
From: Sébastien Vauban @ 2010-07-15 18:51 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ

Hi Matt and Evita,

evita moreno wrote:
>> The first question: Does your computer "beep" under other circumstances?
>> It's very likely that Linux Mint disables the beep by default. What is
>> the result the following command produce?
>> 
>> lsmod | grep pcspkr
>> 
>> If pcspkr is enabled
>
> Typing $ sudo lsmod | grep pcspkrin my terminal does not give anything. It
> simply shows the next prompt (if I am using the correct terminology - I am
> new in emacs and Linux!).

Just to say I do have sound emitted by my laptop, though I don't have the
above module loaded (just checked your command).

Maybe grepping on `snd' would give interesting feedback?

--8<---------------cut here---------------start------------->8---
[sva@mundaneum] ~>lsmod | grep -i snd
snd_hda_codec_realtek   203310  1 
snd_hda_intel          21941  2 
snd_hda_codec          74201  2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep               5412  1 snd_hda_codec
snd_pcm_oss            35308  0 
snd_mixer_oss          13746  1 snd_pcm_oss
snd_pcm                70662  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_dummy           1338  0 
snd_seq_oss            26726  0 
snd_seq_midi            4557  0 
snd_rawmidi            19056  1 snd_seq_midi
snd_seq_midi_event      6003  2 snd_seq_oss,snd_seq_midi
snd_seq                47263  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer              19098  2 snd_pcm,snd_seq
snd_seq_device          5700  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd                    54148  16 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore               6620  1 snd
snd_page_alloc          7076  2 snd_hda_intel,snd_pcm
--8<---------------cut here---------------end--------------->8---

Best regards,
  Seb

-- 
Sébastien Vauban


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode-mXXj517/zsQ@public.gmane.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

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

* Re: Re Audible reminder in org-mode not working
  2010-07-15 15:06   ` evita moreno
  2010-07-15 18:51     ` Sébastien Vauban
@ 2010-07-22 14:00     ` Matthew Lundin
  1 sibling, 0 replies; 5+ messages in thread
From: Matthew Lundin @ 2010-07-22 14:00 UTC (permalink / raw)
  To: evita moreno; +Cc: emacs-orgmode

Hi evita,

evita moreno <evitamoreno80@live.com> writes:

> Typing 
> $ sudo lsmod | grep pcspkr
> in my terminal does not give anything. It simply shows the next prompt
> (if I am using the correct terminology - I am new in emacs and Linux!).
>

You could try "sudo modprobe pcspkr". This should activate the
system beep if your distribution has turned it off. 

Best,
Matt

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

end of thread, other threads:[~2010-07-22 13:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-15  9:15 Re Audible reminder in org-mode not working evita moreno
2010-07-15 12:33 ` Matt Lundin
2010-07-15 15:06   ` evita moreno
2010-07-15 18:51     ` Sébastien Vauban
2010-07-22 14:00     ` Matthew Lundin

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).