From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Iverson Subject: org-mode completion tip Date: Fri, 05 Nov 2010 10:26:11 -0500 Message-ID: <4CD42213.20401@ccbr.umn.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=56001 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PEOBJ-0005YM-18 for emacs-orgmode@gnu.org; Fri, 05 Nov 2010 11:26:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PEOBD-00083H-VI for emacs-orgmode@gnu.org; Fri, 05 Nov 2010 11:26:20 -0400 Received: from walleye.ccbr.umn.edu ([128.101.116.11]:1647) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PEOBD-000835-PT for emacs-orgmode@gnu.org; Fri, 05 Nov 2010 11:26:15 -0400 Received: from tadpole.ccbr.umn.edu (tadpole.ccbr.umn.edu [128.101.116.26]) by walleye.ccbr.umn.edu (8.9.3p2/8.9.3) with ESMTP id KAA24537 for ; Fri, 5 Nov 2010 10:26:14 -0500 (CDT) Received: from iron.ccbr.umn.edu (iron.ccbr.umn.edu [128.101.116.194]) by tadpole.ccbr.umn.edu (8.9.3/8.9.3) with ESMTP id KAA24419 for ; Fri, 5 Nov 2010 10:26:12 -0500 (CDT) 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 Hello, I have always ignored in-buffer Completion (http://orgmode.org/org.html#Completion) in org-mode because it is bound to M-, which my window manager (any many others) use to switch applications. Many of you may have disabled your window manager's special usage of that key, or re-bound the org-complete command to another key chord in emacs. However, just this morning I discovered you can use C-M-i in as an alternative to M- in emacs, so that completion also works with that key chord. Hopefully someone else may find this useful. --Erik