From mboxrd@z Thu Jan 1 00:00:00 1970 From: etimecowboy Subject: Re: How can I continue my code listing in Beamer slides? Date: Thu, 27 Feb 2014 11:02:23 +0000 Message-ID: <530F1B3F.7000108@gmail.com> References: <530E0CC8.7050105@gmail.com> <530F157B.3070403@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIyjR-0004qX-3A for emacs-orgmode@gnu.org; Thu, 27 Feb 2014 06:02:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WIyjO-0003IF-Ov for emacs-orgmode@gnu.org; Thu, 27 Feb 2014 06:02:25 -0500 Received: from mail-wg0-x22c.google.com ([2a00:1450:400c:c00::22c]:52314) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIyjO-0003I8-Gg for emacs-orgmode@gnu.org; Thu, 27 Feb 2014 06:02:22 -0500 Received: by mail-wg0-f44.google.com with SMTP id a1so2718276wgh.3 for ; Thu, 27 Feb 2014 03:02:21 -0800 (PST) In-Reply-To: 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: Alan Schmitt Cc: emacs-orgmode@gnu.org Yes you are right. It is a problem of listing package other than org. etimecowboy On 2014/2/27 10:59, Alan Schmitt wrote: > etimecowboy writes: > >> Your solution works on the results part, but makes my source code part >> unprocessed by listing package. I mean there are no syntax highlights >> for the source code. > I don't know. A first step would be to find out how to do a multicolumn > listing in LaTeX using the listings package. Then you can try to get > this output from org. > > Alan