From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Iverson Subject: Re: in-buffer completion question Date: Tue, 01 Mar 2011 16:06:49 -0600 Message-ID: <4D6D6DF9.301@ccbr.umn.edu> References: <87y64ybj3m.fsf@online.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=50945 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PuXic-0007NV-52 for emacs-orgmode@gnu.org; Tue, 01 Mar 2011 17:06:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PuXiY-00033D-46 for emacs-orgmode@gnu.org; Tue, 01 Mar 2011 17:06:57 -0500 Received: from walleye.ccbr.umn.edu ([128.101.116.11]:3726) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PuXiX-00032s-Vd for emacs-orgmode@gnu.org; Tue, 01 Mar 2011 17:06:54 -0500 In-Reply-To: <87y64ybj3m.fsf@online.de> 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: henry atting Cc: emacs-orgmode@gnu.org Not really answering your question, but you do know about C-c C-x p to set properties? henry atting wrote: > Let's say I am in an orgmode buffer, more precisely I > opened a file with org-contacts. > My first entry is: >=20 > ** Mr.X > :PROPERTIES: > :EMAIL: mail@mail.me > :END: >=20 > Then I want to create a new entry. Of course I am to > lazy to type =C2=B4:PROPERTIES:=C2=B4 so I type =C2=B4:PR=C2=B4 then hi= t > M-TAB. But instead of the word being completed I get > =C2=B4There is no completion of PR=C2=B4.=20 >=20 > Okay, but I can see that actually there is one, it's in the > buffer. I read that the new orgmode completion method > is derived from the method John Wiegley has implemented. > In ledger-mode however M-Tab not only completes the > unfinished word but lets me cycle through the alternatives > given in the current buffer. > So, that is what I would expect in orgmode too... >=20 > henry >=20