From mboxrd@z Thu Jan 1 00:00:00 1970 From: "jonetsu@teksavvy.com" Subject: Re: Using checkboxes (UPDATE) Date: Wed, 12 Feb 2014 09:36:44 -0500 Message-ID: <20140212093644.60845096@mistral> References: <20140212093011.5f4d7757@mistral> 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]:57658) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDavj-0005ZC-8P for emacs-orgmode@gnu.org; Wed, 12 Feb 2014 09:36:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WDavd-0005pe-K0 for emacs-orgmode@gnu.org; Wed, 12 Feb 2014 09:36:51 -0500 Received: from ironport2-out.teksavvy.com ([206.248.154.181]:7838) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDavd-0005pa-Fp for emacs-orgmode@gnu.org; Wed, 12 Feb 2014 09:36:45 -0500 In-Reply-To: <20140212093011.5f4d7757@mistral> 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 Le mercredi, 12 f=C3=A9vrier 2014 09:30:11 -0500, "jonetsu@teksavvy.com" a =C3=A9crit : > 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. OK, got it. Reading the README that points to the Installation web page. Added: (add-to-list 'load-path "/usr/share/emacs/site-lisp/org-8.2.5h/lisp") (add-to-list 'load-path "/usr/share/emacs/site-lisp/org-8.2.5h/contrib/lisp" t) And now it works fine !