From mboxrd@z Thu Jan 1 00:00:00 1970 From: Noorul Islam Subject: Keyword completion. Date: Sat, 22 Aug 2009 16:55:35 +0530 Message-ID: <53821f890908220425q7f84b038t3de2d8ae020cdc32@mail.gmail.com> 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 1Meoj8-0006NG-0h for emacs-orgmode@gnu.org; Sat, 22 Aug 2009 07:25:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Meoj3-0006N4-CY for emacs-orgmode@gnu.org; Sat, 22 Aug 2009 07:25:41 -0400 Received: from [199.232.76.173] (port=39605 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Meoj3-0006N1-8w for emacs-orgmode@gnu.org; Sat, 22 Aug 2009 07:25:37 -0400 Received: from mail-vw0-f182.google.com ([209.85.212.182]:50586) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Meoj3-0003gy-0x for emacs-orgmode@gnu.org; Sat, 22 Aug 2009 07:25:37 -0400 Received: by vws12 with SMTP id 12so1402853vws.24 for ; Sat, 22 Aug 2009 04:25:35 -0700 (PDT) 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 Hello all, 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. Thanks and Regards Noorul