From mboxrd@z Thu Jan 1 00:00:00 1970 From: "jonetsu@teksavvy.com" Subject: Using checkboxes Date: Wed, 12 Feb 2014 09:30:11 -0500 Message-ID: <20140212093011.5f4d7757@mistral> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55870) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDapP-0003mJ-AD for emacs-orgmode@gnu.org; Wed, 12 Feb 2014 09:30:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WDapH-0003e5-Vt for emacs-orgmode@gnu.org; Wed, 12 Feb 2014 09:30:19 -0500 Received: from ironport2-out.teksavvy.com ([206.248.154.181]:30989) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDapH-0003dx-Sk for emacs-orgmode@gnu.org; Wed, 12 Feb 2014 09:30:11 -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: emacs-orgmode@gnu.org Hello, I'm using org-8.2.5h that I have unpacked in /usr/share/emacs/site-lisp and then ran make and make install. I have a test .org file which is made of: - [ ] test1 - [ ] test2 Positionning the curosr on the first line and doing C-c C-c reports that C-c C-c is undefined. Also, the sides of the boxes are in the same font as the rest of the text. What coudl be worng ? This seems a very basic feature. Thanks.