From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Weylandt Subject: Re: [PATCH] Empty inline tasks in latex export Date: Fri, 16 May 2014 09:03:09 -0400 Message-ID: <8F412BEE-30C3-4E9E-98DC-95C2FE71743B@gmail.com> References: <87ha4qm82b.fsf@gmail.com> Mime-Version: 1.0 (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]:44903) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlHnG-0001ZX-RY for emacs-orgmode@gnu.org; Fri, 16 May 2014 09:03:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WlHn7-0002RH-My for emacs-orgmode@gnu.org; Fri, 16 May 2014 09:03:22 -0400 Received: from mail-qg0-x235.google.com ([2607:f8b0:400d:c04::235]:40127) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlHn7-0002RA-Jb for emacs-orgmode@gnu.org; Fri, 16 May 2014 09:03:13 -0400 Received: by mail-qg0-f53.google.com with SMTP id f51so4030062qge.26 for ; Fri, 16 May 2014 06:03:13 -0700 (PDT) In-Reply-To: <87ha4qm82b.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" On May 16, 2014, at 4:39, Nicolas Goaziou wrote: > Hello, > > "R. Michael Weylandt" writes: > >> If the body if the inline task is empty, org-latex-inlinetask writes >> nil in the exported document. This patch skips including contents (and >> the bar above it) if it's nil. > > Thank you for reporting it and providing this patch. I applied > a slightly different version. Great, Thanks for this Michael