From mboxrd@z Thu Jan 1 00:00:00 1970 From: davidam9@riseup.net Subject: autocompleting from interactive Date: Sat, 21 Sep 2013 14:08:41 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41057) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNUQ4-0002Io-Vr for emacs-orgmode@gnu.org; Sat, 21 Sep 2013 17:08:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VNUPz-0006q4-1u for emacs-orgmode@gnu.org; Sat, 21 Sep 2013 17:08:48 -0400 Received: from mx1.riseup.net ([198.252.153.129]:36191) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNUPy-0006py-S9 for emacs-orgmode@gnu.org; Sat, 21 Sep 2013 17:08:42 -0400 Received: from fruiteater.riseup.net (fruiteater-pn.riseup.net [10.0.1.74]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Gandi Standard SSL CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id B5ADC443E6 for ; Sat, 21 Sep 2013 14:08:41 -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: emacs-orgmode@gnu.org Hi, I'm interested about how can I autocomplete arguments from interactive. Someone has a tip? Thanks!