From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: Example of thesis in org-mode and LaTeX Date: Wed, 05 Dec 2007 13:00:07 +0000 Message-ID: <87bq95guug.fsf@bzg.ath.cx> References: <87zlwq3dv7.fsf@bzg.ath.cx> <87bq952w9e.fsf@freemail.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IztrN-0008Bu-EP for emacs-orgmode@gnu.org; Wed, 05 Dec 2007 08:00:17 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IztrL-00088T-3o for emacs-orgmode@gnu.org; Wed, 05 Dec 2007 08:00:16 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IztrJ-00087y-VZ for emacs-orgmode@gnu.org; Wed, 05 Dec 2007 08:00:14 -0500 Received: from ug-out-1314.google.com ([66.249.92.175]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IztrJ-0001LM-Jk for emacs-orgmode@gnu.org; Wed, 05 Dec 2007 08:00:13 -0500 Received: by ug-out-1314.google.com with SMTP id a2so493952ugf for ; Wed, 05 Dec 2007 05:00:12 -0800 (PST) In-Reply-To: <87bq952w9e.fsf@freemail.hu> (ignotus@freemail.hu's message of "Wed, 05 Dec 2007 12:53:17 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org ignotus@freemail.hu writes: >>>>>> Regarding 'Re: Example of thesis in org-mode and LaTeX'; Bastien adds: > > > > For example, if the point is on a checkbox, C-c C-c will toggle it. > > But what if the point is not exactly at a position where Org's C-c > > C-c have a specific meaning? The email will be sent, which might > > surprise the user. For now I solve this by not using Org's C-c C-c > > key while composing an email, but there might be better solution. > > Let me put in my 500 Forints (Hungarian money), maybe someone did not > know about it and will find it useful. > > Accidentally typing "C-c C-c" bit me a couple of times when I was > experimenting with sticky keys and other accessibility features. > > I found a nice little solution to this problem, disabling the > message-send-and-exit command: > > ,---- > | (disable-command 'message-send-and-exit) > `---- > > Now when I press "C-c C-c" I get a warning buffer and I have to confirm > it by pressing space. So sending a message is "C-c C-c SPC" for me, > which is cool and I can cancel the sending with "C-g" or "n" if I want > to. There has been some discussion on the Gnus mailing list about this recently. But this is always a trade-off: I like to be able to send emails without confirmation and I don't need Org's C-c C-c that often when editing a mail, then requiring a confirmation step doesn't fit my needs. But different people have different needs ! Thanks anyway for the hint, it might help others. Best, -- Bastien