From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Keyword completion. Date: Sat, 22 Aug 2009 09:18:23 -0400 Message-ID: References: <53821f890908220425q7f84b038t3de2d8ae020cdc32@mail.gmail.com> 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 1MeqUN-0000L0-3g for emacs-orgmode@gnu.org; Sat, 22 Aug 2009 09:18:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MeqUH-0000Aa-Py for emacs-orgmode@gnu.org; Sat, 22 Aug 2009 09:18:34 -0400 Received: from [199.232.76.173] (port=55472 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MeqUH-0000AN-JP for emacs-orgmode@gnu.org; Sat, 22 Aug 2009 09:18:29 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:53198) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MeqUG-0005uW-P6 for emacs-orgmode@gnu.org; Sat, 22 Aug 2009 09:18:29 -0400 In-Reply-To: <53821f890908220425q7f84b038t3de2d8ae020cdc32@mail.gmail.com> (Noorul Islam's message of "Sat, 22 Aug 2009 16:55:35 +0530") 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: Noorul Islam Cc: emacs-orgmode@gnu.org Noorul Islam writes: > In an org-file I typed in #+A followed by ESC-Tab. I got a completion > list window in which I clicked on AUTHOR using mouse . It actually > replaced everything in the line with AUTHOR. I think it should have > inserted AUTHOR after #+ which is the behavior when we try to complete > with ESC-TAB. I can't replicate this. With completion, #+A becomes #+AUTHOR Best, Matt