From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrea Crotti Subject: Re: Nice links bookmarks Date: Tue, 27 Jul 2010 23:22:50 +0200 Message-ID: References: <877hkghc1r.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=50809 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Odrc7-0008J7-3w for emacs-orgmode@gnu.org; Tue, 27 Jul 2010 17:23:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Odrc5-0006Ca-R1 for emacs-orgmode@gnu.org; Tue, 27 Jul 2010 17:23:03 -0400 Received: from lo.gmane.org ([80.91.229.12]:40205) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Odrc5-0006CF-Jn for emacs-orgmode@gnu.org; Tue, 27 Jul 2010 17:23:01 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Odrc3-0002iQ-JU for emacs-orgmode@gnu.org; Tue, 27 Jul 2010 23:22:59 +0200 Received: from xdsl-89-0-1-224.netcologne.de ([89.0.1.224]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 27 Jul 2010 23:22:59 +0200 Received: from andrea.crotti.0 by xdsl-89-0-1-224.netcologne.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 27 Jul 2010 23:22:59 +0200 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 I meant exactly what Eric said, footnote.el is quite cool in fact. But we can achieve the same result with org-mode (even in his minor-mode version), so why don't use it? With this variable moreover we get the same style: (setq org-footnote-auto-label 'plain) The only thing that puzzles me is the fact that with C-c I should go back in the text while in message-mode it will try to send it, BUT looking at what the command does we get: --8<---------------cut here---------------start------------->8--- C-c C-c runs the command orgtbl-ctrl-c-ctrl-c --8<---------------cut here---------------end--------------->8--- Does that mean that in the minor mode it passes the control on the major mode for keys? Could it not be possible to execute the footnote command with C-c if we're on a footnote and message-mode command otherwise? Thanks