From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Baier Subject: Re: can I make listbox within org-mode table? Date: Wed, 08 Jan 2014 12:05:05 +0100 Message-ID: <87vbxuentq.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38658) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0qxY-0006yZ-FL for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 06:06:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0qxR-00070W-5X for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 06:06:04 -0500 Received: from mail-ee0-f54.google.com ([74.125.83.54]:64665) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0qxQ-00070Q-Nh for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 06:05:56 -0500 Received: by mail-ee0-f54.google.com with SMTP id e51so499721eek.27 for ; Wed, 08 Jan 2014 03:05:21 -0800 (PST) In-Reply-To: (David Belohrad's message of "Wed, 08 Jan 2014 11:35:49 +0100") 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: David Belohrad Cc: mailing-list-org-mode Hello David, On 2014-01-08 11:35 David Belohrad wrote: > Dear All, > > for one of my documents I'd like to have tables, where in a single > column i can only choose from predefined sets of values (e.g. names). Is > that possible? > > | Name | Description | Price | > |-------+-------------+-------| > | David | foeiu | 287 | > | Mika | ofi | 287 | > | David | froeiw | 238 | > | | | | > > > ^^^^^^ that column i'd like to fill with only specified items > > many thanks > > david > > AFAIK this is not possible. At least not with facilities built into org-mode. You might have luck writing a source for auto-complete, but this might be more effort than it is worth. If you are not planning to export your document, but merely want to manage some data in a tableish fashion inside your Emacs/Org setup, you may find (info "(Org) Column View") of some help. You can define a NAME_ALL property which lists the specific items. HTH, -- Alexander Baier