From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: mdframed blocks for latex export Date: Mon, 23 Feb 2015 05:58:11 +0530 Message-ID: <92374C1A-4019-4505-BACE-493BB409D2A6@agrarianresearch.org> Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39004) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPgsn-0007Kc-Ro for emacs-orgmode@gnu.org; Sun, 22 Feb 2015 19:28:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YPgsk-0001Uf-Mv for emacs-orgmode@gnu.org; Sun, 22 Feb 2015 19:28:21 -0500 Received: from mail-pa0-f54.google.com ([209.85.220.54]:45692) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPgsk-0001UX-I1 for emacs-orgmode@gnu.org; Sun, 22 Feb 2015 19:28:18 -0500 Received: by pablf10 with SMTP id lf10so23105403pab.12 for ; Sun, 22 Feb 2015 16:28:17 -0800 (PST) Received: from [192.168.1.33] ([59.176.42.82]) by mx.google.com with ESMTPSA id ku12sm33986634pab.39.2015.02.22.16.28.15 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 22 Feb 2015 16:28:16 -0800 (PST) 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: org-mode mailing list In a document I am preparing using Org-mode, I need to create some = =E2=80=9Cboxes=E2=80=9D containing text, tables and figures. In LaTeX, = mdframed seems to be the way to go. Is there a way to do it in Org-mode? = How do I define something like=20 #+begin_mdframed Contents of the box go here #+end_mdframed Would appreciate a pointer to the right method. Thanks, Vikas=