From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Yates Subject: Re: Checkboxes for description lists Date: Tue, 12 Jun 2012 12:37:33 +0300 Message-ID: References: <87mx4ceh32.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51582) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SeNY3-000398-7L for emacs-orgmode@gnu.org; Tue, 12 Jun 2012 05:38:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SeNXx-0000Fo-5O for emacs-orgmode@gnu.org; Tue, 12 Jun 2012 05:38:02 -0400 Received: from mail-pb0-f41.google.com ([209.85.160.41]:56777) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SeNXw-0000Ea-Sm for emacs-orgmode@gnu.org; Tue, 12 Jun 2012 05:37:57 -0400 Received: by pbbrp2 with SMTP id rp2so601627pbb.0 for ; Tue, 12 Jun 2012 02:37:53 -0700 (PDT) In-Reply-To: <87mx4ceh32.fsf@gmail.com> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org > I removed this limitation in org-list.el and modified new exporters so > they handle checkboxes in description lists correctly (that is by adding > checkbox before the tag, not before the description). If it breaks > something beyond repair, I'll just revert the patch. This seems to work well for my use cases, thanks!