From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [BUG] ox-gfm.el tries to treat boxquotes as tables Date: Tue, 26 Aug 2014 13:39:52 +0200 Message-ID: <87lhqbh43b.fsf@nicolasgoaziou.fr> References: <87y4ubfwvg.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51797) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMF5o-0008G6-N4 for emacs-orgmode@gnu.org; Tue, 26 Aug 2014 07:39:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XMF5h-0003Pa-6T for emacs-orgmode@gnu.org; Tue, 26 Aug 2014 07:39:16 -0400 Received: from relay5-d.mail.gandi.net ([2001:4b98:c:538::197]:45239) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMF5h-0003PP-0C for emacs-orgmode@gnu.org; Tue, 26 Aug 2014 07:39:09 -0400 In-Reply-To: <87y4ubfwvg.fsf@gmail.com> (Thorsten Jolitz's message of "Tue, 26 Aug 2014 11:01:07 +0200") 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: Thorsten Jolitz Cc: emacs-orgmode@gnu.org Hello, Thorsten Jolitz writes: > when exporting to github markdown, ox-gfm.el tries to treat the content > of boxquotes as table, not a good idea (look at the README of > https://github.com/tj64/org-bandbook). > > ,----[ C-h f org-bandbook-make-bandbook RET ] > | org-bandbook-make-bandbook is an interactive Lisp function in > | `org-bandbook.el'. > | > | It is bound to C-c b m. > | > | (org-bandbook-make-bandbook) > | > | Create bandbook for current project. > `---- > > Its probably just matching the one | at the beginning of line and > concludes it looks at a table. This is correct. Last column needs not to be closed to be a valid table (e.g. TAB after "|--" will complete it). You may want to enclose your boxquotes within some environment that cannot contain tables, e.g. "verse" or "example". Regards, -- Nicolas Goaziou