From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Belohrad Subject: can I make listbox within org-mode table? Date: Wed, 08 Jan 2014 11:35:49 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60783) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0qUU-0006I9-6y for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 05:36:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0qUM-00073a-ER for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 05:36:02 -0500 Received: from static-212-101-19-163.adsl.solnet.ch ([212.101.19.163]:35367 helo=server.belohrad.ch) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0qUM-00073O-6m for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 05:35:54 -0500 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: mailing-list-org-mode 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