From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Carsten Dominik" Subject: Fwd: Re: Example of thesis in org-mode and LaTeX Date: Wed, 5 Dec 2007 15:14:01 +0100 Message-ID: References: <87zlwq3dv7.fsf@bzg.ath.cx> <87bq952w9e.fsf@freemail.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Izv0m-0005jY-Tv for emacs-orgmode@gnu.org; Wed, 05 Dec 2007 09:14:05 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Izv0m-0005iu-6u for emacs-orgmode@gnu.org; Wed, 05 Dec 2007 09:14:04 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Izv0l-0005ii-Rv for emacs-orgmode@gnu.org; Wed, 05 Dec 2007 09:14:03 -0500 Received: from wa-out-1112.google.com ([209.85.146.183]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Izv0l-0005tt-IN for emacs-orgmode@gnu.org; Wed, 05 Dec 2007 09:14:03 -0500 Received: by wa-out-1112.google.com with SMTP id k34so7295492wah for ; Wed, 05 Dec 2007 06:14:01 -0800 (PST) In-Reply-To: Content-Disposition: inline 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 ---------- Forwarded message ---------- From: Carsten Dominik Date: Dec 5, 2007 3:13 PM Subject: Re: [Orgmode] Re: Example of thesis in org-mode and LaTeX To: "ignotus@freemail.hu" On 12/5/07, ignotus@freemail.hu wrote: > >>>>> 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. What an ingenious work-around. Very nice! I guess iI would need something like this because Org-mode has trained me to hit C-c C-c all the time and the danger of sending an email prmaturely would be significant. But if you prefer to shift Org-mode C-c C-cm you can always hach to appropriate keymap and move that command. Great to see that orgstruct-mode is finally being used. - Carsten > > Have a nice day, > Richard > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode >