From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guido Van Hoecke Subject: orgmode pcomplete question Date: Sun, 19 Aug 2012 11:36:37 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34595) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T31wK-0005qp-TW for emacs-orgmode@gnu.org; Sun, 19 Aug 2012 05:37:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T31wJ-00034l-34 for emacs-orgmode@gnu.org; Sun, 19 Aug 2012 05:37:00 -0400 Received: from mail-pz0-f41.google.com ([209.85.210.41]:63498) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T31wI-00034b-Sx for emacs-orgmode@gnu.org; Sun, 19 Aug 2012 05:36:59 -0400 Received: by dadi14 with SMTP id i14so1723627dad.0 for ; Sun, 19 Aug 2012 02:36:57 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: orgmode Hi, I have a text file that looks like this: -*- mode: Org; -*- * Heading1 ** Heading 2 *** Heading 3 - First supercalifragilistic term *** Heading 3 - Second sup With the cursor sitting at the end of the '*** Second sup' line, I would like to complete sup into supercalifragilistic by hitting , but it gives an error message 'No completions of Heading' I understand that it probably considers the first word after the * as a keyword. But I want to be able to just complete any word I'm typing in the normal pcomplete way. Is this possible? Thanks in advance, Guido -- If it ain't baroque, don't fix it. http://vanhoecke.org ... and go2 places!